mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
st/nine: Add debug string for ATOC
We were missing a debug string for this format. Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
parent
4e89dcf0c4
commit
edc5cdced5
1 changed files with 1 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ d3dformat_to_string(D3DFORMAT fmt)
|
|||
case D3DFMT_NVDB: return "D3DFMT_NVDB";
|
||||
case D3DFMT_RESZ: return "D3DFMT_RESZ";
|
||||
case D3DFMT_NULL: return "D3DFMT_NULL";
|
||||
case D3DFMT_ATOC: return "D3DFMT_ATOC";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue