forked from firka/flutter
Fixes https://github.com/flutter/flutter/issues/110622 - Updates capabilities checks for support - Fixes a bug where SSBOs were being treated as UBOs in render (and does the same work in compute). - Fixes CommandEncoderVK::Submit so that it takes a completion callback and CommandBufferVK uses it to avoid sending a `kComplete` status to callers when it should really be `kPending`.