6 #ifndef MATERIALX_GLFRAMEBUFFER_H
7 #define MATERIALX_GLFRAMEBUFFER_H
35 void resize(
unsigned int width,
unsigned int height);
unsigned int _colorTexture
unsigned int _channelCount
unsigned int getDepthTexture() const
Return our depth texture handle.
unsigned int getColorTexture() const
Return our color texture handle.
std::shared_ptr< GLFramebuffer > GLFramebufferPtr
Shared pointer to a GLFramebuffer.
#define MATERIALX_NAMESPACE_BEGIN
GLenum GLsizei GLenum GLenum const void * image
void setEncodeSrgb(bool encode)
#define MX_RENDERGLSL_API
GLint GLsizei GLsizei height
bool getEncodeSrgb()
Return the encode sRGB flag.
unsigned int _depthTexture
ImageBuf OIIO_API resize(const ImageBuf &src, string_view filtername="", float filterwidth=0.0f, ROI roi={}, int nthreads=0)
unsigned int _framebuffer
Image::BaseType _baseType
#define MATERIALX_NAMESPACE_END
shared_ptr< Image > ImagePtr
A shared pointer to an image.