Click or drag to resize

EncoderSetComputeBuffer Method (Byte, IndexBuffer, ComputeBufferAccess)

Sets an index 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,
	IndexBuffer buffer,
	ComputeBufferAccess access
)

Parameters

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