Searched defs:CompiledShaderState (Results 1 – 2 of 2) sorted by relevance
44 struct CompiledShaderState struct54 const gl::ShaderType shaderType;56 int shaderVersion;57 std::string translatedSource;58 sh::BinaryBlob compiledBinary;59 sh::WorkGroupSize localSize;61 std::vector<sh::ShaderVariable> inputVaryings;62 std::vector<sh::ShaderVariable> outputVaryings;63 std::vector<sh::ShaderVariable> uniforms;64 std::vector<sh::InterfaceBlock> uniformBlocks;[all …]
183 CompiledShaderState::CompiledShaderState(gl::ShaderType type) in CompiledShaderState() function in gl::CompiledShaderState