Nominom / BCnEncoder.NET

Cross-platform texture encoding libary for .NET. With support for BC1-3/DXT, BC4-5/RGTC and BC6-7/BPTC compression. Outputs files in ktx or dds formats.
The Unlicense
108 stars 16 forks source link

BGRA GlInternalFormat #28

Closed onepiecefreak3 closed 3 years ago

onepiecefreak3 commented 3 years ago

As per issue #26 this adds the extension enum value to GlInternalFormat by apple for BGRA8. It was added to both BcEncoder and BcDecoder as well.

Nominom commented 3 years ago

This looks good to me. Is it ready to merge?

onepiecefreak3 commented 3 years ago

Yes, it is.

My next PR would contain a first design proposal for the BcStream. Not final at all, of course, but maybe seeing it implemented in a way may be more hands-on.

Nominom commented 3 years ago

Sounds good