Home | History | Annotate | Download | only in functional

Lines Matching refs:s_vertexSource

3200 		static const char* const s_vertexSource =	"#version 310 es\n"
3218 m_program = de::MovePtr<glu::ShaderProgram>(new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource)));