engine icon indicating copy to clipboard operation
engine copied to clipboard

[Flutter GPU] Add DeviceBuffer.flush & GpuContext.getMinimumUniformByteAlignment.

Open bdero opened this issue 1 year ago • 0 comments

Part of https://github.com/flutter/flutter/issues/150953.

Provide a way to get the required minimum uniform byte alignment when referencing uniform blocks in a device buffer. Allow the user to explicitly flush DeviceBuffers (necessary for devices without shared memory).

bdero avatar Jun 27 '24 23:06 bdero