We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550240 commit 7645ef6Copy full SHA for 7645ef6
1 file changed
community-patches/dxvk/rainbow_hud.dxvkpatch
@@ -114,11 +114,11 @@ index 8b658c49d..ce88bfb16 100644
114
void drawText(
115
float size,
116
@@ -129,6 +133,8 @@ namespace dxvk::hud {
117
-
118
- Rc<DxvkBuffer> m_vertexBuffer;
119
- VkDeviceSize m_vertexOffset = 0;
+ uint32_t m_currTextVertex = 0;
+ uint32_t m_currTextInstance = 0;
+ uint32_t m_currLineVertex = 0;
120
+
121
+ dxvk::high_resolution_clock::time_point m_startTime;
122
123
+ void allocVertexBufferSlice();
124
- DxvkBufferSlice allocVertexBuffer(
- VkDeviceSize dataSize);
0 commit comments