Interface to access Kanzi graphics debug information, such as object names.
More...
#include <kanzi/gfx/validation.hpp>
Interface to access Kanzi graphics debug information, such as object names.
- Since
- Kanzi 4.0.0
◆ getName() [1/16]
Gets The name of a buffer graphics object as specified in the creation information.
- Parameters
-
| handle | The buffer graphics object handle. |
- Returns
- The buffer graphics object name.
◆ getName() [2/16]
Gets The name of a image graphics object as specified in the creation information.
- Parameters
-
| handle | The image graphics object handle. |
- Returns
- The image graphics object name.
◆ getName() [3/16]
Gets The name of a frame buffer graphics object as specified in the creation information.
- Parameters
-
| handle | The frame buffer graphics object handle. |
- Returns
- The frame buffer graphics object name.
◆ getName() [4/16]
Gets The name of a vertex input state graphics object as specified in the creation information.
- Parameters
-
| handle | The vertex input state graphics object handle. |
- Returns
- The vertex input state graphics object name.
◆ getName() [5/16]
Gets The name of a depth stencil state graphics object as specified in the creation information.
- Parameters
-
| handle | The depth stencil state graphics object handle. |
- Returns
- The depth stencil state graphics object name.
◆ getName() [6/16]
Gets The name of a blend state graphics object as specified in the creation information.
- Parameters
-
| handle | The blend state graphics object handle. |
- Returns
- The blend state graphics object name.
◆ getName() [7/16]
Gets The name of a raster state graphics object as specified in the creation information.
- Parameters
-
| handle | The raster state graphics object handle. |
- Returns
- The raster state graphics object name.
◆ getName() [8/16]
Gets The name of a render resource set graphics object as specified in the creation information.
- Parameters
-
| handle | The render resource set graphics object handle. |
- Returns
- The render resource set graphics object name.
◆ getName() [9/16]
Gets The name of a compute resource set graphics object as specified in the creation information.
- Parameters
-
| handle | The compute resource set graphics object handle. |
- Returns
- The compute resource set graphics object name.
◆ getName() [10/16]
Gets The name of a sampler graphics object as specified in the creation information.
- Parameters
-
| handle | The sampler graphics object handle. |
- Returns
- The sampler graphics object name.
◆ getName() [11/16]
Gets The name of a shader graphics object as specified in the creation information.
- Parameters
-
| handle | The shader graphics object handle. |
- Returns
- The shader graphics object name.
◆ getName() [12/16]
Gets The name of a compute pipeline graphics object as specified in the creation information.
- Parameters
-
| handle | The compute pipeline graphics object handle. |
- Returns
- The compute pipeline graphics object name.
◆ getName() [13/16]
Gets The name of a render pipeline graphics object as specified in the creation information.
- Parameters
-
| handle | The render pipeline graphics object handle. |
- Returns
- The render pipeline graphics object name.
◆ getName() [14/16]
Gets The name of a render pass graphics object as specified in the creation information.
- Parameters
-
| handle | The render pass graphics object handle. |
- Returns
- The render pass graphics object name.
◆ getName() [15/16]
Gets The name of a command buffer graphics object as specified in the creation information.
- Parameters
-
| handle | The command buffer graphics object handle. |
- Returns
- The command buffer graphics object name.
◆ getName() [16/16]
Gets The name of a GPU fence graphics object as specified in the creation information.
- Parameters
-
| handle | The GPU fence graphics object handle. |
- Returns
- The GOU fence graphics object name.
The documentation for this class was generated from the following file: