Click or drag to resize

BgfxSetComputeBuffer Method (Byte, DynamicIndexBuffer, ComputeBufferAccess)

Sets a dynamic 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 static void SetComputeBuffer(
	byte stage,
	DynamicIndexBuffer buffer,
	ComputeBufferAccess access
)

Parameters

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