mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix FlutterPresentInfo struct_size doc string (flutter/engine#29524)
This commit is contained in:
parent
843fe0c099
commit
88b7384bee
@ -372,7 +372,7 @@ typedef uint32_t (*UIntFrameInfoCallback)(
|
||||
///
|
||||
/// See: \ref FlutterOpenGLRendererConfig.present_with_info.
|
||||
typedef struct {
|
||||
/// The size of this struct. Must be sizeof(FlutterFrameInfo).
|
||||
/// The size of this struct. Must be sizeof(FlutterPresentInfo).
|
||||
size_t struct_size;
|
||||
/// Id of the fbo backing the surface that was presented.
|
||||
uint32_t fbo_id;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user