Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_xr.c')
-rw-r--r--source/blender/windowmanager/intern/wm_xr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_xr.c b/source/blender/windowmanager/intern/wm_xr.c
index bd9fd7cdc3e..7a1ae909a8f 100644
--- a/source/blender/windowmanager/intern/wm_xr.c
+++ b/source/blender/windowmanager/intern/wm_xr.c
@@ -746,10 +746,10 @@ void wm_xr_draw_view(const GHOST_XrDrawViewInfo *draw_view, void *customdata)
/* The draw-manager uses both GPUOffscreen and GPUViewport to manage frame and texture buffers. A
* call to GPU_viewport_draw_to_screen() is still needed to get the final result from the
* viewport buffers composited together and potentially color managed for display on screen.
- * It needs a bound framebuffer to draw into, for which we simply reuse the GPUOffscreen one.
+ * It needs a bound frame-buffer to draw into, for which we simply reuse the GPUOffscreen one.
*
- * In a next step, Ghost-XR will use the the currently bound framebuffer to retrieve the image to
- * be submitted to the OpenXR swapchain. So do not un-bind the offscreen yet! */
+ * In a next step, Ghost-XR will use the the currently bound frame-buffer to retrieve the image
+ * to be submitted to the OpenXR swap-chain. So do not un-bind the offscreen yet! */
GPU_offscreen_bind(surface_data->offscreen, false);