Sign in
skia
/
skia
/
6a541bef31d1d03747e53fb2d6b750c82a43ff6e
/
.
/
relnotes
/
avoid_depth.md
blob: 49d960c693ae49c3028c2ce18f088085065797cc [
file
] [
view
]
Add
skgpu
::
graphite
::
ContextOptions
::
fAvoidDepth
.
Enabling
this
will lead
graphite to avoid
using
the depth
/
stencil buffer
,
and
fallback to analytic path
and
turn off depth occlusion culling
when
necessary
.