Pikachuxxxx / Razix

A Cool High Performance Game Engine
https://pikachuxxxx.github.io/razix-website/
Apache License 2.0
468 stars 25 forks source link

Cannot load Vulkan textures larger than 1024x1024 in dimenstion #108

Open Pikachuxxxx opened 2 years ago

Pikachuxxxx commented 2 years ago

Staging buffer and vkCmdCopyBufferToImage cannot copy image from staging buffer to GPU host visible memory if the dimension is larger than 1024x1024 size. Also the image size is being computed wrong for some reason.

============================================================ Razix Engine Stats Version : 0.30.0 Configuration : [Debug | Release | Distribution] Release Stage : Development Release Date : 6-3-2022 OS : Windows 10 Home Processor : Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 2.60 GHz Vulkan API Version : 1.3.194 GPU Name : NVIDIA GeForce RTX 2060 Vendor ID : 4318 Device Type : DISCRETE GPU Driver Version : 511.316.0

Pikachuxxxx commented 2 years ago

Cannot load Vulkan textures larger than 1024x1024 in dimenstion