Skip to content
Commit 77a6d2c6 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

scene: Reduce the call cost of Platform::supportsQpaContext()

Every time Platform::supportsQpaContext() is called, we go through the
list of supported extensions and perform a string comparison op. This is
not really cheap.

(cherry picked from commit b7bd8472)
parent 8edf25c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment