-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#47699Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Part of http://flutter.dev/go/impeller-dart
Umbrella bug #130921.
Blocked on: #130924
DeviceBuffers are Impeller's shared buffer abstraction and are used for transferring data from the CPU memory to GPU memory. For example, this is how uniform buffers are written and accessed.
Implement dart.gpu.DeviceBuffer.copyByteBuffer(), which allows for populating a DeviceBuffer by supplying a ByteBuffer and a range in Dart. Perform reasonable OOB checks and expose useful errors.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team