#include <GteHLSLConstantBuffer.h>
|
| | HLSLConstantBuffer (D3D_SHADER_INPUT_BIND_DESC const &desc, unsigned int numBytes, std::vector< Member > const &members) |
| |
| | HLSLConstantBuffer (D3D_SHADER_INPUT_BIND_DESC const &desc, unsigned int index, unsigned int numBytes, std::vector< Member > const &members) |
| |
| virtual | ~HLSLConstantBuffer () |
| |
| void | GenerateLayout (std::vector< MemberLayout > &layout) const |
| |
| std::vector< Member > const & | GetMembers () const |
| |
| | HLSLBaseBuffer (D3D_SHADER_INPUT_BIND_DESC const &desc, unsigned int numBytes, std::vector< Member > const &members) |
| |
| | HLSLBaseBuffer (D3D_SHADER_INPUT_BIND_DESC const &desc, unsigned int index, unsigned int numBytes, std::vector< Member > const &members) |
| |
| virtual void | Print (std::ofstream &output) const |
| |
| virtual | ~HLSLBaseBuffer () |
| |
| unsigned int | GetBindCount () const |
| |
| unsigned int | GetBindPoint () const |
| |
| D3D_SRV_DIMENSION | GetDimension () const |
| |
| unsigned int | GetFlags () const |
| |
| std::string const & | GetName () const |
| |
| unsigned int | GetNumBytes () const |
| |
| unsigned int | GetNumSamples () const |
| |
| D3D_RESOURCE_RETURN_TYPE | GetReturnType () const |
| |
| D3D_SHADER_INPUT_TYPE | GetType () const |
| |
| virtual | ~HLSLResource () |
| |
Definition at line 15 of file GteHLSLConstantBuffer.h.
| HLSLConstantBuffer::~HLSLConstantBuffer |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: