diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst index e317057b545..612bdacdd3b 100644 --- a/docs/gallium/context.rst +++ b/docs/gallium/context.rst @@ -567,7 +567,7 @@ Normally, if the occlusion query returned a non-zero result subsequent drawing happens normally so fragments may be generated, shaded and processed even where they're known to be obscured. -The ''render_condition_mem'' function specifies the drawing is dependant +The ''render_condition_mem'' function specifies the drawing is dependent on a value in memory. A buffer resource and offset denote which 32-bit value to use for the query. This is used for Vulkan API.