mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Don’t specify a stencil buffer attachment for the onscreen FBO. (#4778)
This commit is contained in:
parent
46eee66daa
commit
ba67d0fe71
@ -31,7 +31,7 @@ class PlatformView : public std::enable_shared_from_this<PlatformView> {
|
||||
uint8_t blue_bits = 8;
|
||||
uint8_t alpha_bits = 8;
|
||||
uint8_t depth_bits = 0;
|
||||
uint8_t stencil_bits = 8;
|
||||
uint8_t stencil_bits = 0;
|
||||
};
|
||||
|
||||
void SetupResourceContextOnIOThread();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user