GPU: Report number of compressed texture formats to help nailing crahs down in the future

This commit is contained in:
Sergey Sharybin 2017-10-17 11:53:15 +02:00
parent b65fecd9a0
commit 9598bad59c
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ void GPU_state_print(void)
gpu_state_print_fl(GL_COLOR_SUM);
gpu_state_print_fl(GL_COLOR_TABLE);
gpu_state_print_fl(GL_COLOR_WRITEMASK);
gpu_state_print_fl(GL_NUM_COMPRESSED_TEXTURE_FORMATS);
gpu_state_print_fl(GL_COMPRESSED_TEXTURE_FORMATS);
gpu_state_print_fl(GL_CONVOLUTION_1D);
gpu_state_print_fl(GL_CONVOLUTION_2D);