MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / GetDefaultShaderCapabilities

Function GetDefaultShaderCapabilities

test/val/val_code_generator.cpp:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace {
22
23std::string GetDefaultShaderCapabilities() {
24 return R"(
25OpCapability Shader
26OpCapability Geometry
27OpCapability Tessellation
28OpCapability Float64
29OpCapability Int64
30OpCapability MultiViewport
31OpCapability SampleRateShading
32)";
33}
34
35std::string GetDefaultShaderTypes() {
36 return R"(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected