summaryrefslogtreecommitdiff
path: root/chapters/VK_NV_low_latency2/low_latency2.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/VK_NV_low_latency2/low_latency2.adoc')
-rw-r--r--chapters/VK_NV_low_latency2/low_latency2.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/VK_NV_low_latency2/low_latency2.adoc b/chapters/VK_NV_low_latency2/low_latency2.adoc
index 6adb63fe..be17b1ff 100644
--- a/chapters/VK_NV_low_latency2/low_latency2.adoc
+++ b/chapters/VK_NV_low_latency2/low_latency2.adoc
@@ -48,7 +48,7 @@ include::{generated}/api/structs/VkLatencySleepModeInfoNV.adoc[]
* pname:lowLatencyBoost allows an application to hint to the GPU to
increase performance to provide additional latency savings at a cost of
increased power consumption.
- * pname:minimumPresentIntervalUs is the microseconds between
+ * pname:minimumIntervalUs is the microseconds between
flink:vkQueuePresentKHR calls for a given swapchain that
flink:vkLatencySleepNV will enforce.
@@ -294,7 +294,7 @@ include::{generated}/api/structs/VkLatencySubmissionPresentIdNV.adoc[]
For any submission to be tracked with low latency mode pacing, it needs to
be associated with other submissions in a given present.
-Applications :must include the VkLatencySubmissionPresentIdNV in the pNext
+Applications must: include the VkLatencySubmissionPresentIdNV in the pNext
chain of flink:vkQueueSubmit to associate that submission with the
pname:presentId present for low latency mode.