We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2262bbc commit cafd680Copy full SHA for cafd680
22_CppCompat/ITester.h
@@ -71,7 +71,7 @@ class ITester
71
72
asset::IShaderCompiler::SCompilerOptions options = {};
73
options.stage = shaderStage;
74
- options.targetSpirvVersion = m_device->getPhysicalDevice()->getLimits().spirvVersion;
+ options.preprocessorOptions.targetSpirvVersion = m_device->getPhysicalDevice()->getLimits().spirvVersion;
75
options.spirvOptimizer = nullptr;
76
options.debugInfoFlags |= asset::IShaderCompiler::E_DEBUG_INFO_FLAGS::EDIF_SOURCE_BIT;
77
options.preprocessorOptions.sourceIdentifier = source->getFilepathHint();
0 commit comments