We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af5cef commit 31fd415Copy full SHA for 31fd415
shell/platform/embedder/embedder.h
@@ -387,9 +387,14 @@ typedef struct {
387
} FlutterOpenGLTexture;
388
389
typedef struct {
390
- /// The target of the color attachment of the frame-buffer. For example,
391
- /// GL_TEXTURE_2D or GL_RENDERBUFFER. In case of ambiguity when dealing with
392
- /// Window bound frame-buffers, 0 may be used.
+ /// The format of the color attachment of the frame-buffer. For example,
+ /// GL_RGBA8.
+ ///
393
+ /// In case of ambiguity when dealing with Window bound frame-buffers, 0 may
394
+ /// be used.
395
396
+ /// @bug This field is incorrectly named as "target" when it actually
397
+ /// refers to a format.
398
uint32_t target;
399
400
/// The name of the framebuffer.
0 commit comments