Skip to content

Commit

Permalink
community-patches: dxvk: Update rainbow HUD for D9VK merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Dec 16, 2019
1 parent 4550240 commit 7645ef6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions community-patches/dxvk/rainbow_hud.dxvkpatch
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ index 8b658c49d..ce88bfb16 100644
void drawText(
float size,
@@ -129,6 +133,8 @@ namespace dxvk::hud {

Rc<DxvkBuffer> m_vertexBuffer;
VkDeviceSize m_vertexOffset = 0;
uint32_t m_currTextVertex = 0;
uint32_t m_currTextInstance = 0;
uint32_t m_currLineVertex = 0;
+
+ dxvk::high_resolution_clock::time_point m_startTime;

void allocVertexBufferSlice();

DxvkBufferSlice allocVertexBuffer(
VkDeviceSize dataSize);

0 comments on commit 7645ef6

Please sign in to comment.