Lines Matching refs:glu
374 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
388 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
389 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true);
396 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
406 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
417 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
429 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
430 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true);
436 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
457 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
463 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
483 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
484 programCollection.glslSources.add("tese_1_2") << glu::TessellationEvaluationSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true);
490 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
500 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());