![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <AttributeDescriptor.h>
Public Member Functions | |
bool | operator== (const VertexBinding &) const =default |
Public Attributes | |
size_t | _strideInBytes { 0u } |
U16 | _bufferBindIndex {0u} |
bool | _perVertexInputRate { true } |
Definition at line 50 of file AttributeDescriptor.h.
|
default |
U16 Divide::VertexBinding::_bufferBindIndex {0u} |
Definition at line 53 of file AttributeDescriptor.h.
bool Divide::VertexBinding::_perVertexInputRate { true } |
Definition at line 54 of file AttributeDescriptor.h.
size_t Divide::VertexBinding::_strideInBytes { 0u } |
Definition at line 52 of file AttributeDescriptor.h.