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 1945403 commit acd966aCopy full SHA for acd966a
llvm/include/llvm/Frontend/HLSL/HLSLBinding.h
@@ -132,7 +132,6 @@ class BusyBindingInfo {
132
BindingSpaces<BusyRegisterSpace> CBufferSpaces{dxil::ResourceClass::CBuffer};
133
BindingSpaces<BusyRegisterSpace> SamplerSpaces{dxil::ResourceClass::Sampler};
134
135
-public:
136
public:
137
BindingSpaces<BusyRegisterSpace> &getBindingSpaces(dxil::ResourceClass RC) {
138
switch (RC) {
0 commit comments