From 5192becb73e0f102a7b6a8fce82c497d31d6425b Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 14 Jan 2020 14:43:43 +0000 Subject: [PATCH] Document incomplete texture detection in pipeline state --- docs/window/pipeline_state.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/window/pipeline_state.rst b/docs/window/pipeline_state.rst index 23b528a04..6212c2b22 100644 --- a/docs/window/pipeline_state.rst +++ b/docs/window/pipeline_state.rst @@ -46,6 +46,10 @@ When a binding is empty, it will be displayed with a red background. By default If a binding is listed with a blue/green background this indicates that the binding has special parameters over and above the underlying resource. This could be for example an image with many mips or slices where not all of them are bound to the pipeline in the image view, or the view casts the image to a different compatible format. +.. note:: + + On OpenGL, incomplete textures will also be displayed with a red background. An explanation of why they are incomplete will be included in the tooltip when hovering over the entry. + .. figure:: ../imgs/Screenshots/PipelineCollapsed.png Pipeline: The above pipeline section, collapsed to save space.