mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 22:40:34 +01:00
gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/
This commit is contained in:
parent
7d3d5fb7a5
commit
fbf1586b36
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ create_xmesa_buffer(XMesaDrawable d, BufferType type,
|
|||
depthFormat = PIPE_FORMAT_S8Z24_UNORM;
|
||||
#else
|
||||
else if (vis->mesa_visual.depthBits <= 16)
|
||||
depthFormat = PIPE_FORMAT_Z16UNORM;
|
||||
depthFormat = PIPE_FORMAT_Z16_UNORM;
|
||||
else if (vis->mesa_visual.depthBits <= 24)
|
||||
depthFormat = PIPE_FORMAT_S8Z24_UNORM;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue