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

Class IoMapData

gtests/GlslMapIO.FromFile.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47namespace {
48
49struct IoMapData {
50 std::vector<std::string> fileNames;
51 Semantics semantics;
52};
53
54using GlslMapIOTest = GlslangTest <::testing::TestWithParam<IoMapData>>;
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected