 | ProgramUniformInfoSize Property |
The size of the uniform variable.
For arrays, this is the length of the array.
Otherwise, the value is 1.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic ReadOnly Property Size As Integer
Get
public:
property int Size {
int get ();
}
member Size : int with get
Property Value
Type:
Int32
See Also