Remove unneccessary restriction

Fixes: 338432622
Test: n/a doc only change
Change-Id: Icf075be3b258793d3006ced2925ff32d34c90e40
This commit is contained in:
John Reck 2024-05-02 17:43:06 -04:00
parent 0e77465013
commit 6b36415306

View file

@ -161,8 +161,7 @@ enum PixelFormat {
*
* The allocator should examine the usage bits passed in when allocating a
* buffer with this format, and it should derive the pixel format from
* those usage flags. This format must never be used with any of the
* BufferUsage::CPU_* usage flags.
* those usage flags.
*
* Even when the internally chosen format has an alpha component, the
* clients must assume the alpha vlaue to be 1.0.