|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| bool | IsBuffer () const |
| bool | IsImage () const |
| uint16_t | GetResourceIndex () const |
| bool | operator== (const RenderGraphResourceRef &o) const |
Static Public Member Functions | |
| static RenderGraphResourceRef | Buffer (uint16_t resourceIndex) |
| static RenderGraphResourceRef | Image (uint16_t resourceIndex) |
Public Attributes | |
| uint16_t | isBuffer: 1 |
| uint16_t | resourceIndex: 15 |