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 194df3f commit 10af071Copy full SHA for 10af071
llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
@@ -164,7 +164,7 @@ struct StaticSampler {
164
float MipLODBias = 0.f;
165
uint32_t MaxAnisotropy = 16;
166
float MinLOD = 0.f;
167
- float MaxLOD = 3.402823466e+38f; // FLT_MAX
+ float MaxLOD = std::numeric_limits<float>::max();
168
};
169
170
/// Models RootElement : RootFlags | RootConstants | RootParam
0 commit comments