Package com.mojang.blaze3d.opengl
Class AbstractUniform
java.lang.Object
com.mojang.blaze3d.opengl.AbstractUniform
- Direct Known Subclasses:
Uniform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(float pValue) void
set
(float[] pValues) void
set
(float pValue1, float pValue2) void
set
(float pValue1, float pValue2, float pValue3) void
set
(float pValue1, float pValue2, float pValue3, float pValue4) void
set
(int pValue) void
set
(int[] pValues) void
set
(int pValue1, int pValue2) void
set
(int pValue1, int pValue2, int pValue3) void
set
(int pValue1, int pValue2, int pValue3, int pValue4) void
set
(org.joml.Matrix4f pValues) void
set
(org.joml.Vector3f pValues) void
set
(org.joml.Vector4f pValues)
-
Constructor Details
-
AbstractUniform
public AbstractUniform()
-
-
Method Details
-
set
public void set(float pValue) -
set
public void set(float pValue1, float pValue2) -
set
public void set(float pValue1, float pValue2, float pValue3) -
set
public void set(float pValue1, float pValue2, float pValue3, float pValue4) -
set
public void set(int pValue) -
set
public void set(int pValue1, int pValue2) -
set
public void set(int pValue1, int pValue2, int pValue3) -
set
public void set(int pValue1, int pValue2, int pValue3, int pValue4) -
set
public void set(float[] pValues) -
set
public void set(int[] pValues) -
set
public void set(org.joml.Vector3f pValues) -
set
public void set(org.joml.Vector4f pValues) -
set
public void set(org.joml.Matrix4f pValues)
-