We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see there are helpers for cube maps like BcEncoder.EncodeCubeMapToDds, but I don't see anything for 3D/volume textures.
BcEncoder.EncodeCubeMapToDds
Is it possible to encode 3D textures using other aspects of the API? Is there an example somewhere?
The text was updated successfully, but these errors were encountered:
Hi!
The raw encoding apis should be able to used for 3D textures, but you'll have to form the file yourself, which is a bit of an extra hassle.
I don't think I have a good example anywhere for this, though.
Sorry, something went wrong.
Hi! The raw encoding apis should be able to used for 3D textures, but you'll have to form the file yourself, which is a bit of an extra hassle. I don't think I have a good example anywhere for this, though.
Thanks. I actually did end up just going with my own texture file format using EncodeToRawBytes. Works great.
No branches or pull requests
I see there are helpers for cube maps like
BcEncoder.EncodeCubeMapToDds
, but I don't see anything for 3D/volume textures.Is it possible to encode 3D textures using other aspects of the API?
Is there an example somewhere?
The text was updated successfully, but these errors were encountered: