-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Impeller targets Vulkan 1.1 core, which has required extensions for 16 bit uniform buffer access.
I started pulling on this thread in flutter/engine#42818, but there are several subproblems that we haven't solved yet with 16 bit buffers on the CPU side.
- The underlying ABI that clang uses for
_Float16is missing for Android and Windows builds. - Some targets are segfaulting during Vulkan initialization.
- MoltenVK is failing to load some Vulkan 1.1 core extensions, like
VK_KHR_storage_buffer_storage_class. But support was added in 2018. Need to dig into why this isn't working on CI.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team