Namespace: DeltaEngine.Graphics.OpenGLAssembly: DeltaEngine.Graphics.OpenGL (in DeltaEngine.Graphics.OpenGL.dll) Version: 1.1.1.0 (1.1.1)
public override void SetUniformValue(
int location,
Matrix matrix
)
public override void SetUniformValue(
int location,
Matrix matrix
)
Public Overrides Sub SetUniformValue (
location As Integer,
matrix As Matrix
)
Public Overrides Sub SetUniformValue (
location As Integer,
matrix As Matrix
)
public:
virtual void SetUniformValue(
int location,
Matrix matrix
) override
public:
virtual void SetUniformValue(
int location,
Matrix matrix
) override
abstract SetUniformValue :
location : int *
matrix : Matrix -> unit
override SetUniformValue :
location : int *
matrix : Matrix -> unit
abstract SetUniformValue :
location : int *
matrix : Matrix -> unit
override SetUniformValue :
location : int *
matrix : Matrix -> unit