Struct librashader_reflect::back::cross::CrossHlslContext
source · pub struct CrossHlslContext {
pub artifact: CompiledProgram<Target>,
}Expand description
The context for a HLSL compilation via spirv-cross.
Fields§
§artifact: CompiledProgram<Target>The compiled HLSL program.