]> git.cworth.org Git - apitrace/blobdiff - glsize.hpp
Show the call for which the surface we're displaying.
[apitrace] / glsize.hpp
index c10fd030a830b7f5fc023b750bd177dc7e91ac58..3a94d05a3726c7fab97f5c0178c941dfeb9231b8 100644 (file)
@@ -1461,6 +1461,7 @@ __glTexImage3D_size(GLenum format, GLenum type, GLsizei width, GLsizei height, G
         break;
     case GL_SHORT:
     case GL_UNSIGNED_SHORT:
+    case GL_HALF_FLOAT:
         bits_per_pixel = 16 * num_channels;
         break;
     case GL_INT: