Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pikachuxxxx opened this issue Mar 6, 2022 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers graphics:Vulkan Issue related to Vulkan API implementation needs investigation Further information is to be determined for completed description of the issue
Milestone

Comments

@Pikachuxxxx
Copy link
Owner

Pikachuxxxx commented Mar 6, 2022

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 Pikachuxxxx added bug Something isn't working good first issue Good for newcomers labels Mar 7, 2022
@Pikachuxxxx Pikachuxxxx added this to the V.1.0.0.RC milestone Mar 7, 2022
@Pikachuxxxx Pikachuxxxx added graphics:Vulkan Issue related to Vulkan API implementation needs investigation Further information is to be determined for completed description of the issue labels Mar 7, 2022
@Pikachuxxxx
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers graphics:Vulkan Issue related to Vulkan API implementation needs investigation Further information is to be determined for completed description of the issue
Projects
None yet
Development

No branches or pull requests

1 participant