7#ifndef PXR_IMAGING_GLF_UTILS_H
8#define PXR_IMAGING_GLF_UTILS_H
13#include "pxr/imaging/glf/api.h"
14#include "pxr/imaging/garch/glApi.h"
15#include "pxr/imaging/hio/types.h"
19PXR_NAMESPACE_OPEN_SCOPE
59PXR_NAMESPACE_CLOSE_SCOPE
GLF_API int GlfGetElementSize(GLenum type)
Byte size of a GL type.
GLF_API HioFormat GlfGetHioFormat(GLenum glFormat, GLenum glType, bool isSRGB)
HioFormat.
GLF_API int GlfGetNumElements(GLenum format)
Number of elements.
GLF_API bool GlfCheckGLFrameBufferStatus(GLuint target, std::string *reason)
Checks the valitidy of a GL framebuffer.