-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for remaining unsupported ASTC formats #2963
Conversation
Add new ASTC formats into pixelformats example and ninja scripts Rebuild ASTC textures
Update IDL... Bump version here: Add formats here: Line 525 in 000d09d
Then run |
, "textures/texture_compression_astc_6x6.dds" | ||
, "textures/texture_compression_astc_8x5.dds" | ||
, "textures/texture_compression_astc_8x6.dds" | ||
, "textures/texture_compression_astc_8x8.dds" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flip comma placement to the end of line...
@@ -193,74 +193,82 @@ typedef enum bgfx_texture_format | |||
BGFX_TEXTURE_FORMAT_ATC, /** (17) ATC RGB 4BPP */ | |||
BGFX_TEXTURE_FORMAT_ATCE, /** (18) ATCE RGBA 8 BPP explicit alpha */ | |||
BGFX_TEXTURE_FORMAT_ATCI, /** (19) ATCI RGBA 8 BPP interpolated alpha */ | |||
BGFX_TEXTURE_FORMAT_ASTC4X4, /** (20) ASTC 4x4 8.0 BPP */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you update IDL this file will be regenerated...
Move comma in pixelformats
Didn't know about the idl, done now! |
* Add support for remaining unsupported ASTC formats Add new ASTC formats into pixelformats example and ninja scripts Rebuild ASTC textures * Update idl and generate Move comma in pixelformats Co-authored-by: Raziel Alphadios <raziely@gmail.com>
Add support for remaining unsupported ASTC formats
Add new ASTC formats into pixelformats example and ninja scripts
Rebuild ASTC textures