-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#37315Labels
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.
Description
This is needed by the Vulkan backend during pipeline construction. There are dynamic states (VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT) that can be set during creation. But this requires the VK_EXT_extended_dynamic_state Vulkan extension which may limit reach. Moreover, Impeller already has this information upfront and we never need to change the topology after pipeline construction. So this should make no impact to flexibility. Just move the option to the descriptor.
borjandev
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.