Click or drag to resize

ViewportRenderingContextSetUniform Method (Uniform, ParameterType, Int32, ArraySegmentByte)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetUniform(
	Uniform uniform,
	ParameterType type,
	int arraySize,
	ArraySegment<byte> valueData
)

Parameters

uniform
Type: Internal.SharpBgfxUniform
type
Type: NeoAxisParameterType
arraySize
Type: SystemInt32
valueData
Type: SystemArraySegmentByte
See Also