Navigation Menu

Skip to content

Commit

Permalink
broke again, fixing it again
Browse files Browse the repository at this point in the history
  • Loading branch information
jomihaka committed Sep 21, 2018
1 parent 5f97ef2 commit d8424b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipeline.patch
Expand Up @@ -92,15 +92,15 @@ index 2eb0f08..724a8be 100644

void updateIndexBufferBinding();
void updateVertexBufferBindings();
@@ -763,6 +763,8 @@ namespace dxvk {
@@ -762,6 +762,8 @@ namespace dxvk {

void commitComputeInitBarriers();
void commitComputePostBarriers();
+
+ bool checkAsyncCompilationCompat();
+
Rc<DxvkBuffer> getTransferBuffer(VkDeviceSize size);

};

diff --git a/src/dxvk/dxvk_graphics.cpp b/src/dxvk/dxvk_graphics.cpp
index 2b25114..28b670d 100644
--- a/src/dxvk/dxvk_graphics.cpp
Expand Down

0 comments on commit d8424b8

Please sign in to comment.