Enum lambda::render::shader::VirtualShader
source · pub enum VirtualShader {
File {
path: String,
kind: ShaderKind,
name: String,
entry_point: String,
},
Source {
source: String,
kind: ShaderKind,
name: String,
entry_point: String,
},
}
Expand description
Meta Representations of real shaders to use for easy compilation