Skip to content
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

Fixed a bug where skybox ddsfile would crash from wgpu #12894

Merged
merged 2 commits into from Apr 8, 2024

Commits on Apr 6, 2024

  1. Fixed a bug where skybox ddsfile would crash from wgpu while trying t…

    …o read past the file buffer.
    
    Added a unit-test to prevent regression.
    Bumped ddsfile dependency version to 0.5.2
    Hexorg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3bcb06b View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_render/src/texture/dds.rs

    Improved reference code
    
    Co-authored-by: François Mockers <francois.mockers@vleue.com>
    Hexorg and mockersf committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    dacd8de View commit details
    Browse the repository at this point in the history