![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <PushConstants.h>
Public Member Functions | |
bool | set () const noexcept |
const F32 * | dataPtr () const |
bool | operator== (const PushConstantsStruct &rhs) const =default |
Static Public Member Functions | |
static constexpr size_t | Size () noexcept |
Public Attributes | |
mat4< F32 > | data [2] { MAT4_NEGATIVE_ONE, MAT4_NEGATIVE_ONE } |
Definition at line 40 of file PushConstants.h.
|
inline |
Definition at line 51 of file PushConstants.h.
|
default |
|
inlinenoexcept |
Definition at line 44 of file PushConstants.h.
|
inlinestaticconstexprnoexcept |
Definition at line 50 of file PushConstants.h.
mat4<F32> Divide::PushConstantsStruct::data[2] { MAT4_NEGATIVE_ONE, MAT4_NEGATIVE_ONE } |
Definition at line 42 of file PushConstants.h.