Click or drag to resize

ShaderUniforms Property

The set of uniforms exposed by the shader.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public IReadOnlyList<Uniform> Uniforms { get; }

Property Value

Type: IReadOnlyListUniform
See Also