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 c417323 commit e77d37eCopy full SHA for e77d37e
llvm/include/llvm/BinaryFormat/DXContainerConstants.def
@@ -47,7 +47,7 @@ SHADER_FEATURE_FLAG(27, 36, RESERVED, "<RESERVED>")
47
SHADER_FEATURE_FLAG(28, 32, AtomicInt64OnHeapResource, "64-bit Atomics on Heap Resources")
48
SHADER_FEATURE_FLAG(29, 34, AdvancedTextureOps, "Advanced Texture Ops")
49
SHADER_FEATURE_FLAG(30, 35, WriteableMSAATextures, "Writeable MSAA Textures")
50
-SHADER_FEATURE_FLAG(31, 37, ExtendedComparisonSampling, "Expanded comparison sampling")
+SHADER_FEATURE_FLAG(31, 37, SampleCmpWithGradientOrBias, "SampleCmp with gradient or bias")
51
SHADER_FEATURE_FLAG(32, 38, ExtendedCommandInfo, "Extended command information")
52
53
SHADER_FEATURE_FLAG(33, 39, NextUnusedBit, "Next reserved shader flag bit (not a flag)")
0 commit comments