EntropyCanvas::NetworkSession::ShaderMetadataData
EntropyCanvas::NetworkSession::ShaderMetadataData
Section titled “EntropyCanvas::NetworkSession::ShaderMetadataData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | transparent |
| int32_t | renderQueue |
| std::vector< ShaderParameterDefData > | parameters |
| std::string | name |
| std::vector< std::string > | keywords |
| std::string | description |
| bool | castsShadows |
| std::string | author |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable transparent
Section titled “variable transparent”bool transparent = false;variable renderQueue
Section titled “variable renderQueue”int32_t renderQueue = 2000;variable parameters
Section titled “variable parameters”std::vector< ShaderParameterDefData > parameters;variable name
Section titled “variable name”std::string name;variable keywords
Section titled “variable keywords”std::vector< std::string > keywords;variable description
Section titled “variable description”std::string description;variable castsShadows
Section titled “variable castsShadows”bool castsShadows = true;variable author
Section titled “variable author”std::string author;Updated on 2026-01-26 at 17:14:35 -0500