Click or drag to resize

ViewportRenderingContextSetUniform(String, ParameterType, Int32, ArraySegmentByte) Method


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

Parameters

name  String
 
type  ParameterType
 
arraySize  Int32
 
valueData  ArraySegmentByte
 
See Also