We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21449e2 commit 8b255c1Copy full SHA for 8b255c1
include/osg/Image
@@ -439,6 +439,7 @@ class OSG_EXPORT Image : public BufferData
439
void ensureValidSizeForTexturing(GLint maxTextureSize);
440
441
static bool isPackedType(GLenum type);
442
+ static bool isBPTC(GLenum pixelFormat);
443
static GLenum computePixelFormat(GLenum pixelFormat);
444
static GLenum computeFormatDataType(GLenum pixelFormat);
445
0 commit comments