Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
ShaderAsset (Uuid uuid) | |
ShaderAsset (Uuid uuid, std::string_view name, GraphicsAPI::GraphicsPipeline *pipeline) | |
![]() | |
Asset (Uuid uuid, std::string_view name) | |
virtual AssetType | GetAssetType () const |
virtual bool | operator== (const Asset &other) const |
virtual bool | operator!= (const Asset &other) const |
Public Attributes | |
ShaderReflectionData | reflectionData |
uint8_t | renderQueue = UINT8_MAX |
GraphicsAPI::GraphicsPipeline * | pipeline = nullptr |
GraphicsAPI::DescriptorSetLayout * | descriptorSetLayout = nullptr |
![]() | |
Uuid | uuid |
std::string | name |
size_t | referenceCount = 1 |
AssetLoadStatus | assetLoadStatus = AssetLoadStatus::Unloaded |
Additional Inherited Members | |
![]() | |
static AssetType | GetStaticType () |