This is the complete list of members for gte::ConstantBuffer, including all inherited members.
Buffer(unsigned int numElements, size_t elementSize, bool createStorage=true) | gte::Buffer | protected |
ConstantBuffer(size_t numBytes, bool allowDynamicUpdate) | gte::ConstantBuffer | |
CreateStorage() | gte::Resource | |
DestroyStorage() | gte::Resource | |
Get() const | gte::Resource | inline |
Get() | gte::Resource | inline |
GetCopyType() const | gte::Resource | inline |
GetData() const | gte::Resource | inline |
GetData() | gte::Resource | inline |
GetElementSize() const | gte::Resource | inline |
GetLayout() const | gte::ConstantBuffer | inline |
GetMember(std::string const &name, T &value) const | gte::ConstantBuffer | |
GetMember(std::string const &name, unsigned int index, T &value) const | gte::ConstantBuffer | |
GetName() const | gte::GraphicsObject | inline |
GetNumActiveBytes() const | gte::Resource | inline |
GetNumActiveElements() const | gte::Resource | inline |
GetNumBytes() const | gte::Resource | inline |
GetNumElements() const | gte::Resource | inline |
GetOffset() const | gte::Resource | inline |
GetRoundedNumBytes(size_t numBytes) | gte::ConstantBuffer | protectedstatic |
GetType() const | gte::GraphicsObject | inline |
GetUsage() const | gte::Resource | inline |
GraphicsObject() | gte::GraphicsObject | protected |
HasMember(std::string const &name) const | gte::ConstantBuffer | |
IsBuffer() const | gte::GraphicsObject | inline |
IsDrawingState() const | gte::GraphicsObject | inline |
IsShader() const | gte::GraphicsObject | inline |
IsTexture() const | gte::GraphicsObject | inline |
IsTextureArray() const | gte::GraphicsObject | inline |
mCopyType | gte::Resource | protected |
mData | gte::Resource | protected |
mElementSize | gte::Resource | protected |
mLayout | gte::ConstantBuffer | protected |
mName | gte::GraphicsObject | protected |
mNumActiveElements | gte::Resource | protected |
mNumBytes | gte::Resource | protected |
mNumElements | gte::Resource | protected |
mOffset | gte::Resource | protected |
mStorage | gte::Resource | protected |
mType | gte::GraphicsObject | protected |
mUsage | gte::Resource | protected |
ResetData() | gte::Resource | inline |
Resource(unsigned int numElements, size_t elementSize, bool createStorage=true) | gte::Resource | protected |
SetCopyType(CopyType copyType) | gte::Resource | inline |
SetData(char *data) | gte::Resource | inline |
SetLayout(std::vector< MemberLayout > const &layout) | gte::ConstantBuffer | inline |
SetMember(std::string const &name, T const &value) | gte::ConstantBuffer | |
SetMember(std::string const &name, unsigned int index, T const &value) | gte::ConstantBuffer | |
SetName(std::string const &name) | gte::GraphicsObject | inline |
SetNumActiveElements(unsigned int numActiveElements) | gte::Resource | |
SetOffset(unsigned int offset) | gte::Resource | |
SetUsage(Usage usage) | gte::Resource | inline |
shaderDataLookup | gte::ConstantBuffer | static |
SubscribeForDestruction(std::shared_ptr< ListenerForDestruction > const &listener) | gte::GraphicsObject | static |
UnsubscribeForDestruction(std::shared_ptr< ListenerForDestruction > const &listener) | gte::GraphicsObject | static |
~GraphicsObject() | gte::GraphicsObject | virtual |
~Resource() | gte::Resource | virtual |