Home | History | Annotate | Download | only in functional

Lines Matching refs:s_vertexSource

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