Searched defs:CompiledShaderState (Results 1 – 2 of 2) sorted by relevance
47 struct CompiledShaderState struct57 bool hasValidGeometryShaderInputPrimitiveType() const in hasValidGeometryShaderInputPrimitiveType()61 bool hasValidGeometryShaderOutputPrimitiveType() const in hasValidGeometryShaderOutputPrimitiveType()65 bool hasValidGeometryShaderMaxVertices() const in hasValidGeometryShaderMaxVertices()70 const gl::ShaderType shaderType;72 int shaderVersion;73 std::string translatedSource;74 sh::BinaryBlob compiledBinary;75 sh::WorkGroupSize localSize;77 std::vector<sh::ShaderVariable> inputVaryings;[all …]
183 CompiledShaderState::CompiledShaderState(gl::ShaderType type) in CompiledShaderState() function in gl::CompiledShaderState