|
Sleeping Wombat GUI
0.100
swGUI
|
Vertex buffer initialization data. More...
#include <BufferInitData.h>
Public Member Functions | |
| VertexBufferInitData () | |
| BufferInfo | CreateBufferInfo () const |
Public Member Functions inherited from BufferInitData | |
| BufferInitData () | |
Public Attributes | |
| ResourcePtr< ShaderInputLayout > | VertexLayout |
| [Optional] Layout of single vertex in buffer. You can add this layout to enable additional information in editor. Otherwise set to nullptr. More... | |
| PrimitiveTopology | Topology |
| [Optional] Topology of verticies. More... | |
Public Attributes inherited from BufferInitData | |
| const uint8 * | Data |
| Pointer must be valid only in time of creation. More... | |
| uint32 | NumElements |
| uint32 | ElementSize |
| rttr::type | DataType |
| [Optional] Type of single element in buffer. More... | |
| ResourceUsage | Usage |
Vertex buffer initialization data.
|
inline |
|
inline |
| PrimitiveTopology VertexBufferInitData::Topology |
[Optional] Topology of verticies.
| ResourcePtr< ShaderInputLayout > VertexBufferInitData::VertexLayout |
[Optional] Layout of single vertex in buffer. You can add this layout to enable additional information in editor. Otherwise set to nullptr.
1.8.9.1