gltf-viewer-rs icon indicating copy to clipboard operation
gltf-viewer-rs copied to clipboard

glTF 2.0 file viewer written in Rust using Vulkan

Results 4 gltf-viewer-rs issues
Sort by recently updated
recently updated
newest added

When using RenderDoc I see 54 (!) warning and errors saying the image layout should be SHADER_READ_ONLY but is TRANSFER_DST ...

bug

I need some sort of sorting ...

enhancement

I was thinking about using this viewer for very large files, but large textures are currently broken. There exists an upstream issue with the gltf crate: https://github.com/gltf-rs/gltf/issues/388 I have opened...