mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Use synchronization2 functions for timestamp queries
Again not really making use of the new stage flags, but might as well call the function. Oversight from earlier changes.
This commit is contained in:
parent
cb291f29a1
commit
9d8484f2e9
@ -762,10 +762,10 @@ namespace dxvk {
|
|||||||
|
|
||||||
|
|
||||||
void cmdWriteTimestamp(
|
void cmdWriteTimestamp(
|
||||||
VkPipelineStageFlagBits pipelineStage,
|
VkPipelineStageFlagBits2 pipelineStage,
|
||||||
VkQueryPool queryPool,
|
VkQueryPool queryPool,
|
||||||
uint32_t query) {
|
uint32_t query) {
|
||||||
m_vkd->vkCmdWriteTimestamp(m_execBuffer,
|
m_vkd->vkCmdWriteTimestamp2(m_execBuffer,
|
||||||
pipelineStage, queryPool, query);
|
pipelineStage, queryPool, query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user