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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public IReadOnlyList<Uniform> Uniforms { get; }

Property Value

IReadOnlyListUniform
See Also