Click or drag to resize

EncoderSetComputeBuffer Method (Byte, DynamicVertexBuffer, ComputeBufferAccess)

Sets a dynamic vertex buffer as a compute resource.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetComputeBuffer(
	byte stage,
	DynamicVertexBuffer buffer,
	ComputeBufferAccess access
)

Parameters

stage
Type: SystemByte
The resource stage to set.
buffer
Type: Internal.SharpBgfxDynamicVertexBuffer
The buffer to set.
access
Type: Internal.SharpBgfxComputeBufferAccess
Access control flags.
See Also