stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

fix: depth calculation for MipMap views of 3D textures #2375

Closed tebjan closed 4 months ago

tebjan commented 4 months ago

PR Details

When creating a single MipMap slice view of a Texture3D the Depth is calculated correctly.

Types of changes

Checklist

Eideren commented 4 months ago

Thanks !