-
Is there a way to find a supported texture format other than just trying everything? I'm looking for an RGB format for Mac/Metal, and so far I've found that RGB8UI, RGB8I, RGB32UI, RGB32I, and RGB32F are unsupported. |
Beta Was this translation helpful? Give feedback.
Answered by
bejado
Feb 6, 2021
Replies: 1 comment 2 replies
-
For Metal at least, you can check here: Metal doesn't support 3-component textures natively. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jwwalker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Metal at least, you can check here:
filament/filament/backend/src/metal/MetalEnums.h
Line 129 in 00f50c5
Metal doesn't support 3-component textures natively.