mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
vk: Fix comment for anv_depth_stencil_view::stencil_qpitch
s/DEPTH/STENCIL/
This commit is contained in:
parent
7ea707a42a
commit
068b8a41e2
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@ struct anv_depth_stencil_view {
|
|||
|
||||
uint32_t stencil_offset; /**< Offset into bo. */
|
||||
uint32_t stencil_stride; /**< 3DSTATE_STENCIL_BUFFER.SurfacePitch */
|
||||
uint16_t stencil_qpitch; /**< 3DSTATE_DEPTH_BUFFER.SurfaceQPitch */
|
||||
uint16_t stencil_qpitch; /**< 3DSTATE_STENCIL_BUFFER.SurfaceQPitch */
|
||||
};
|
||||
|
||||
struct anv_framebuffer {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue