Greg Johnson

Results 3 issues of Greg Johnson

I ran across an issue while trying to create an ImmutableImage to back a CubeArray. I'm getting an error saying ImageNotCubeCompatible, which is explained in the [documentation](https://docs.rs/vulkano/latest/vulkano/image/view/enum.ImageViewCreationError.html#variant.ImageNotCubeCompatible): > ImageNotCubeCompatible >...

# Template * Version of vulkano: Tested on release 0.30.0 and master * OS: Windows 10 * GPU (the selected PhysicalDevice): NVIDIA GeForce GTX 980 Ti (type: DiscreteGpu) * GPU...

Using libpng with [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) does not work because header files are missing. I am using Windows 10 and I don't have libpng installed elsewhere. I ran `cmake . --preset=default -B...