mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 19:58:31 +02:00
mesa: add a comment in _mesa_test_formats
This commit is contained in:
parent
e134eaa2c5
commit
ceb04b32ba
1 changed files with 1 additions and 0 deletions
|
|
@ -1486,6 +1486,7 @@ _mesa_test_formats(void)
|
|||
info->DataType == GL_UNSIGNED_INT ||
|
||||
info->DataType == GL_INT ||
|
||||
info->DataType == GL_FLOAT ||
|
||||
/* Z32_FLOAT_X24S8 has DataType of GL_NONE */
|
||||
info->DataType == GL_NONE);
|
||||
|
||||
if (info->BaseFormat == GL_RGB) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue