MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / TEST_P

Function TEST_P

gtests/AST.FromFile.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45using CompileToAstTestNV = GlslangTest<::testing::TestWithParam<std::string>>;
46
47TEST_P(CompileToAstTest, FromFile)
48{
49 loadFileCompileAndCheck(GlobalTestSettings.testRoot, GetParam(),
50 Source::GLSL, Semantics::OpenGL, glslang::EShTargetVulkan_1_0, glslang::EShTargetSpv_1_0,
51 Target::AST);
52}
53
54// Compiling GLSL to SPIR-V under OpenGL semantics (NV extensions enabled).
55TEST_P(CompileToAstTestNV, FromFile)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected