![]() |
LLGL 0.05 Beta
|
Resource heap interface. More...
#include <ResourceHeap.h>
Public Member Functions | |
| virtual std::uint32_t | GetNumDescriptorSets () const =0 |
| Returns the number of descriptor sets in this heap. | |
| Public Member Functions inherited from LLGL::RenderSystemChild | |
| virtual void | SetDebugName (const char *name) |
| Sets the name of this class instance for debugging purposes. | |
| Public Member Functions inherited from LLGL::Interface | |
| virtual bool | IsInstanceOf (int id) const |
| Returns true if this object is an instance of the specified interface. | |
| Public Member Functions inherited from LLGL::NonCopyable | |
| NonCopyable (const NonCopyable &)=delete | |
| NonCopyable & | operator= (const NonCopyable &)=delete |
| virtual | ~NonCopyable ()=default |
Additional Inherited Members | |
| Protected Member Functions inherited from LLGL::NonCopyable | |
| NonCopyable ()=default | |
Resource heap interface.
|
pure virtual |
Returns the number of descriptor sets in this heap.