Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::ShaderAsset Struct Reference
Inheritance diagram for Grindstone::ShaderAsset:
Grindstone::Asset

Public Member Functions

 ShaderAsset (Uuid uuid)
 
 ShaderAsset (Uuid uuid, std::string_view name, GraphicsAPI::GraphicsPipeline *pipeline)
 
- Public Member Functions inherited from Grindstone::Asset
 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::GraphicsPipelinepipeline = nullptr
 
GraphicsAPI::DescriptorSetLayoutdescriptorSetLayout = nullptr
 
- Public Attributes inherited from Grindstone::Asset
Uuid uuid
 
std::string name
 
size_t referenceCount = 1
 
AssetLoadStatus assetLoadStatus = AssetLoadStatus::Unloaded
 

Additional Inherited Members

- Static Public Member Functions inherited from Grindstone::Asset
static AssetType GetStaticType ()
 

The documentation for this struct was generated from the following file: