Chris Dalton
Chris Dalton
nested_artboard.cpp:87: m_Artboard == nullptr || m_Instance.get()
Implement VK_EXT_rasterization_order_attachment_access using the "programmable blending" feature available on Apple family GPUs.
VK_EXT_rasterization_order_attachment_access enables functionality that is already on by default when using Metal's "programmable blending" feature. Supporting this extension should almost be as simple as just saying it's there. Prototype PR:...
Some android unit tests are being flaky on CI. Let's disable them until they can be properly addressed, so that they aren't causing issues on CI.