Click or drag to resize

BgfxSetComputeBuffer(Byte, VertexBuffer, ComputeBufferAccess) Method

Sets a verterx 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,
	VertexBuffer buffer,
	ComputeBufferAccess access
)

Parameters

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