#include <GteStructuredBuffer.h>

Public Member Functions | |
| CounterType | GetCounterType () const |
| bool | GetKeepInternalCount () const |
| void | MakeAppendConsume () |
| void | MakeCounter () |
| void | SetKeepInternalCount (bool keepInternalCount) |
| StructuredBuffer (unsigned int numElements, size_t elementSize, bool createStorage=true) | |
Public Member Functions inherited from gte::Resource | |
| void | CreateStorage () |
| void | DestroyStorage () |
| template<typename T > | |
| T const * | Get () const |
| template<typename T > | |
| T * | Get () |
| CopyType | GetCopyType () const |
| char const * | GetData () const |
| char * | GetData () |
| unsigned int | GetElementSize () const |
| unsigned int | GetNumActiveBytes () const |
| unsigned int | GetNumActiveElements () const |
| unsigned int | GetNumBytes () const |
| unsigned int | GetNumElements () const |
| unsigned int | GetOffset () const |
| Usage | GetUsage () const |
| void | ResetData () |
| void | SetCopyType (CopyType copyType) |
| void | SetData (char *data) |
| void | SetNumActiveElements (unsigned int numActiveElements) |
| void | SetOffset (unsigned int offset) |
| void | SetUsage (Usage usage) |
| virtual | ~Resource () |
Public Member Functions inherited from gte::GraphicsObject | |
| std::string const & | GetName () const |
| GraphicsObjectType | GetType () const |
| bool | IsBuffer () const |
| bool | IsDrawingState () const |
| bool | IsShader () const |
| bool | IsTexture () const |
| bool | IsTextureArray () const |
| void | SetName (std::string const &name) |
| virtual | ~GraphicsObject () |
Static Public Attributes | |
| static int const | shaderDataLookup = 2 |
Protected Attributes | |
| CounterType | mCounterType |
| bool | mKeepInternalCount |
Protected Attributes inherited from gte::Resource | |
| CopyType | mCopyType |
| char * | mData |
| unsigned int | mElementSize |
| unsigned int | mNumActiveElements |
| unsigned int | mNumBytes |
| unsigned int | mNumElements |
| unsigned int | mOffset |
| std::vector< char > | mStorage |
| Usage | mUsage |
Protected Attributes inherited from gte::GraphicsObject | |
| std::string | mName |
| GraphicsObjectType | mType |
Additional Inherited Members | |
Static Public Member Functions inherited from gte::GraphicsObject | |
| static void | SubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
| static void | UnsubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
Protected Member Functions inherited from gte::Buffer | |
| Buffer (unsigned int numElements, size_t elementSize, bool createStorage=true) | |
Protected Member Functions inherited from gte::Resource | |
| Resource (unsigned int numElements, size_t elementSize, bool createStorage=true) | |
Protected Member Functions inherited from gte::GraphicsObject | |
| GraphicsObject () | |
Definition at line 15 of file GteStructuredBuffer.h.
| StructuredBuffer::StructuredBuffer | ( | unsigned int | numElements, |
| size_t | elementSize, | ||
| bool | createStorage = true |
||
| ) |
Definition at line 13 of file GteStructuredBuffer.cpp.
| StructuredBuffer::CounterType StructuredBuffer::GetCounterType | ( | ) | const |
Definition at line 23 of file GteStructuredBuffer.cpp.
| bool StructuredBuffer::GetKeepInternalCount | ( | ) | const |
Definition at line 40 of file GteStructuredBuffer.cpp.
| void StructuredBuffer::MakeAppendConsume | ( | ) |
Definition at line 28 of file GteStructuredBuffer.cpp.
| void StructuredBuffer::MakeCounter | ( | ) |
Definition at line 34 of file GteStructuredBuffer.cpp.
| void StructuredBuffer::SetKeepInternalCount | ( | bool | keepInternalCount | ) |
Definition at line 45 of file GteStructuredBuffer.cpp.
|
protected |
Definition at line 54 of file GteStructuredBuffer.h.
|
protected |
Definition at line 55 of file GteStructuredBuffer.h.
|
static |
Definition at line 59 of file GteStructuredBuffer.h.