Searched defs:ShaderVariant (Results 1 – 1 of 1) sorted by relevance
41 struct ShaderVariant { struct45 ShaderVariant(struct gallivm_state *gs, T code) : gallivm(gs), shader(code) {} in ShaderVariant() argument46 ~ShaderVariant() { gallivm_destroy(gallivm); } in ~ShaderVariant() argument