Struct librashader_reflect::reflect::cross::CompiledProgram
source · pub struct CompiledProgram<T>where
T: Target,{
pub vertex: CompiledAst<T>,
pub fragment: CompiledAst<T>,
}Expand description
The compiled SPIR-V program after compilation.
Fields§
§vertex: CompiledAst<T>§fragment: CompiledAst<T>