BgfxSetComputeImage Method |
Sets a texture mip as a compute image.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetComputeImage(
byte stage,
Texture texture,
byte mip,
ComputeBufferAccess access,
TextureFormat format = TextureFormat.Unknown
)
Parameters
- stage Byte
- The buffer stage to set.
- texture Texture
- The texture to set.
- mip Byte
- The index of the mip level within the texture to set.
- access ComputeBufferAccess
- Access control flags.
- format TextureFormat (Optional)
- The format of the buffer data.
See Also