Click or drag to resize

Shader Constructor

Initializes a new instance of the Shader struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Shader(
	MemoryBlock memory
)

Parameters

memory  MemoryBlock
The compiled shader memory.
See Also