Push constants, holds model information. More...
#include <uniforms.hpp>
Public Attributes | |
| glm::vec4 | color |
| glm::mat4 | model |
| int | textureID = 0 |
Push constants, holds model information.
Definition at line 53 of file uniforms.hpp.
| glm::vec4 vex::PushConstants::color |
Definition at line 54 of file uniforms.hpp.
| glm::mat4 vex::PushConstants::model |
Definition at line 55 of file uniforms.hpp.
| int vex::PushConstants::textureID = 0 |
Definition at line 56 of file uniforms.hpp.