Searched defs:ShaderModulePlatformDataGLES (Results 1 – 2 of 2) sorted by relevance
34 struct ShaderModulePlatformDataGLES : ShaderModulePlatformData { struct35 BASE_NS::vector<Gles::PushConstantReflection> infos;36 struct Bind {41 BASE_NS::vector<Bind> ubSets; // uniform blocks42 BASE_NS::vector<Bind> sbSets; // shader storage blocks43 BASE_NS::vector<Bind> siSets; // subpass inputs44 BASE_NS::vector<Bind> ciSets; // image textures45 BASE_NS::vector<Bind> cbSets; // combined textures (sampler2D etc)46 struct DoubleBind {74 ShaderModulePlatformDataGLES plat_; argument
1398 struct ShaderModulePlatformDataGLES { struct1399 std::vector<Gles::PushConstantReflection> infos;