Home | History | Annotate | Download | only in glshared

Lines Matching refs:rsg

23  * \brief sglr-rsg adaptation.
30 namespace rsg
44 RandomShaderProgram (const rsg::Shader& vertexShader, const rsg::Shader& fragmentShader, int numUnifiedUniforms, const rsg::ShaderInput* const* unifiedUniforms);
52 const rsg::Shader& m_vertexShader;
53 const rsg::Shader& m_fragmentShader;
55 const rsg::ShaderInput* const* m_unifiedUniforms;
57 const rsg::Variable* m_positionVar;
58 std::vector<const rsg::Variable*> m_vertexOutputs; //!< Other vertex outputs in the order they are passed to fragment shader.
59 const rsg::Variable* m_fragColorVar;
61 rsg::Sampler2DMap m_sampler2DMap;
62 rsg::SamplerCubeMap m_samplerCubeMap;
63 mutable rsg::ExecutionContext m_execCtx;