Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/gawain/immediate.h
| Context not available. | |||||
| // provide uniform values that don't change for the entire draw call | // provide uniform values that don't change for the entire draw call | ||||
| void immUniform1i(const char* name, int x); | void immUniform1i(const char* name, int x); | ||||
| void immUniform1f(const char* name, float x); | void immUniform1f(const char* name, float x); | ||||
| void immUniform2fv(const char* name, const float pos[2]); | |||||
| void immUniform4f(const char* name, float x, float y, float z, float w); | void immUniform4f(const char* name, float x, float y, float z, float w); | ||||
| Context not available. | |||||