Saga3D API Documentation
1.0-RC4
|
#include <SIndirectCommand.h>
Public Attributes | |
glm::ivec4 | Scissor |
bool | UseScissor = false |
bool | IndexedDraw = false |
std::uint32_t | VertexCount = 0 |
std::uint32_t | IndexCount = 0 |
std::uint32_t | IndexOffset = 0 |
std::uint32_t | VertexOffset = 0 |
std::uint32_t | InstanceCount = 1 |
std::uint32_t | FirstInstance = 0 |
Definition at line 27 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::FirstInstance = 0 |
Definition at line 37 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::IndexCount = 0 |
Definition at line 33 of file SIndirectCommand.h.
bool saga::video::SDrawCommand::IndexedDraw = false |
Definition at line 31 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::IndexOffset = 0 |
Definition at line 34 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::InstanceCount = 1 |
Definition at line 36 of file SIndirectCommand.h.
glm::ivec4 saga::video::SDrawCommand::Scissor |
Definition at line 29 of file SIndirectCommand.h.
bool saga::video::SDrawCommand::UseScissor = false |
Definition at line 30 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::VertexCount = 0 |
Definition at line 32 of file SIndirectCommand.h.
std::uint32_t saga::video::SDrawCommand::VertexOffset = 0 |
Definition at line 35 of file SIndirectCommand.h.