We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6ffc5 commit f821b64Copy full SHA for f821b64
lib/DxilValidation/DxilContainerValidation.cpp
@@ -92,7 +92,7 @@ struct SimpleViewIDState {
92
bool IsValid = true;
93
SimpleViewIDState(std::vector<uint32_t> &Data, PSVShaderKind,
94
bool UsesViewID);
95
- void Print(raw_ostream& OS, PSVShaderKind ShaderStage, bool UsesViewID) {
+ void Print(raw_ostream &OS, PSVShaderKind ShaderStage, bool UsesViewID) {
96
unsigned NumStreams =
97
ShaderStage == PSVShaderKind::Geometry ? PSV_GS_MAX_STREAMS : 1;
98
0 commit comments