Open
Description
Apple platform
iOS, Mac Catalyst
Framework version
net9.0-*
Affected platform version
SDK 9.0.301
Description
A minor thing, but a few values didn't strip the prefix fully:
kRGBAf = 4,
kBGRA8 = 5,
kRGBA8 = 6,
Should be:
RGBAf = 4,
BGRA8 = 5,
RGBA8 = 6,
Steps to Reproduce
N/A
Did you find any workaround?
No response
Relevant log output
No response