Saga3D API Documentation
1.0-RC4
|
#include <SShaderBuffer.h>
Public Attributes | |
std::size_t | Size = 0 |
Size of this buffer. More... | |
bool | ReadBack = false |
CPU read from GPU. More... | |
bool | VertexBufferBind = false |
Allow binding as vertex buffer. More... | |
bool | IndexBufferBind = false |
Allow binding as index buffer. More... | |
![]() | |
HandleType | Handle |
Additional Inherited Members | |
![]() | |
using | HandleType = std::uint32_t |
Definition at line 11 of file SShaderBuffer.h.
bool saga::video::SShaderBuffer::IndexBufferBind = false |
Allow binding as index buffer.
Definition at line 20 of file SShaderBuffer.h.
bool saga::video::SShaderBuffer::ReadBack = false |
CPU read from GPU.
Definition at line 16 of file SShaderBuffer.h.
std::size_t saga::video::SShaderBuffer::Size = 0 |
Size of this buffer.
Definition at line 14 of file SShaderBuffer.h.
bool saga::video::SShaderBuffer::VertexBufferBind = false |
Allow binding as vertex buffer.
Definition at line 18 of file SShaderBuffer.h.