Flutter Engine
The Flutter Engine
|
#include <GrGLTypes.h>
Public Member Functions | |
bool | operator== (const GrGLFramebufferInfo &that) const |
bool | isProtected () const |
Public Attributes | |
GrGLuint | fFBOID |
GrGLenum | fFormat = 0 |
skgpu::Protected | fProtected = skgpu::Protected::kNo |
Definition at line 196 of file GrGLTypes.h.
|
inline |
Definition at line 207 of file GrGLTypes.h.
|
inline |
Definition at line 201 of file GrGLTypes.h.
GrGLuint GrGLFramebufferInfo::fFBOID |
Definition at line 197 of file GrGLTypes.h.
GrGLenum GrGLFramebufferInfo::fFormat = 0 |
Definition at line 198 of file GrGLTypes.h.
skgpu::Protected GrGLFramebufferInfo::fProtected = skgpu::Protected::kNo |
Definition at line 199 of file GrGLTypes.h.