Skip to content
  • David C. Lonie's avatar
    Modify DDP occlusion queries for OGL ES 3.0. · 28326553
    David C. Lonie authored
    ES 3.0 only supports the ANY_SAMPLES_PASSED query, so use that instead.
    We ignore the occlusion ratio in this case, and instead will only
    abort early if all fragments pass (essentially acting as though
    OcclusionRatio == 0.).
    28326553