Initializes a new instance of the
Shader struct.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Shader(
MemoryBlock memory
)
Parameters
- memory MemoryBlock
- The compiled shader memory.
See Also