Skip to content

Instantly share code, notes, and snippets.

@SethDusek
Created July 20, 2020 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SethDusek/73b2783c878cff2f91a245d4efd486dd to your computer and use it in GitHub Desktop.
Save SethDusek/73b2783c878cff2f91a245d4efd486dd to your computer and use it in GitHub Desktop.
diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp
index 13db3b60..9735a8cb 100644
--- a/src/d3d11/d3d11_device.cpp
+++ b/src/d3d11/d3d11_device.cpp
@@ -428,7 +428,7 @@ namespace dxvk {
try {
auto uav = new D3D11UnorderedAccessView(this, pResource, &desc);
- m_initializer->InitUavCounter(uav);
+ //m_initializer->InitUavCounter(uav);
*ppUAView = ref(uav);
return S_OK;
} catch (const DxvkError& e) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment