You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copyTexture(ITexture* _dst, const TextureSlice& dstSlice, IStagingTexture* _src, const TextureSlice& srcSlice) and copyTexture(IStagingTexture* _dst, const TextureSlice& dstSlice, ITexture* _src, const TextureSlice& srcSlice) uses vk::Extent3D srcMipSize/dstMipSize of the whole image instead of the slice that was resolved.
copyTexture(ITexture* _dst, const TextureSlice& dstSlice, IStagingTexture* _src, const TextureSlice& srcSlice)
andcopyTexture(IStagingTexture* _dst, const TextureSlice& dstSlice, ITexture* _src, const TextureSlice& srcSlice)
usesvk::Extent3D srcMipSize/dstMipSize
of the whole image instead of the slice that was resolved.nvrhi/src/vulkan/vulkan-staging-texture.cpp
Lines 180 to 182 in 9939653
nvrhi/src/vulkan/vulkan-staging-texture.cpp
Lines 229 to 231 in 9939653
was this the intended behaviour?
The text was updated successfully, but these errors were encountered: