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 a29f6ee commit fffb407Copy full SHA for fffb407
include/dxc/Support/dxcapi.extval.h
@@ -34,9 +34,8 @@ class DxcDllExtValidationSupport : public IDllSupport {
34
35
bool IsEnabled() const { return DxCompilerSupport.IsEnabled(); }
36
37
- bool DxcDllExtValidationSupport::GetCreateInstanceProcs(
38
- DxcCreateInstanceProc *pCreateFn,
39
- DxcCreateInstance2Proc *pCreateFn2) const;
+ bool GetCreateInstanceProcs(DxcCreateInstanceProc *pCreateFn,
+ DxcCreateInstance2Proc *pCreateFn2) const;
40
41
void Cleanup() {
42
DxilExtValSupport.Cleanup();
0 commit comments