Move Vulkan initialization to where it belongs |
||||
Issue descriptionCurrently, Vulkan initialization happens in the GPU process at a point where blocking operations shouldn't happen. We had to add an exception to the no blocking enforcement. OpenGL code is initialized elsewhere, where it is allowed to block. We should move the Vulkan init to behave like the OpenGL init.
,
Oct 23
,
Oct 24
,
Oct 29
|
||||
►
Sign in to add a comment |
||||
Comment 1 by cblume@chromium.org
, Jul 23