|
Ream v0.1.0-1
C++ graphics library for Linux
|
Describes an existing OpenGL framebuffer object to wrap as an RGLImage. More...
#include <RGLImage.h>
Public Attributes | |
| GLuint | id |
| The GL framebuffer object name (0 refers to the default framebuffer). | |
| SkISize | size {} |
| Framebuffer size in pixels. | |
| RFormat | format |
| DRM fourcc format of the framebuffer's color attachment. | |
| SkAlphaType | alphaType { kUnknown_SkAlphaType } |
| Alpha interpretation of the pixels. | |
Describes an existing OpenGL framebuffer object to wrap as an RGLImage.
Used by RGLImage::BorrowFramebuffer() to build an image backed by a framebuffer that Ream does not own.
| GLuint id |
The GL framebuffer object name (0 refers to the default framebuffer).
| SkISize size {} |
Framebuffer size in pixels.
| RFormat format |
DRM fourcc format of the framebuffer's color attachment.
| SkAlphaType alphaType { kUnknown_SkAlphaType } |
Alpha interpretation of the pixels.