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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Shader(
	MemoryBlock memory
)

Parameters

memory
Type: Internal.SharpBgfxMemoryBlock
The compiled shader memory.
See Also