pub type PassResource = LoadedResource<PassMeta>;Expand description
The loaded resource information for the source code of a shader pass.
Aliased Type§
struct PassResource {
pub data: ShaderSource,
pub meta: PassMeta,
}Fields§
§data: ShaderSourceThe fully qualified path to the texture.
meta: PassMetaMeta information about the texture.