Click or drag to resize

BgfxSetComputeBuffer(Byte, IndexBuffer, ComputeBufferAccess) Method

Sets an index buffer as a compute resource.

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

Parameters

stage  Byte
The resource stage to set.
buffer  IndexBuffer
The buffer to set.
access  ComputeBufferAccess
Access control flags.
See Also