Open NoahFlower opened 2 years ago
please provide the return value of vkQueueSubmit
i dont know, but the value of 'res_queue_submit' is 0xCCCCCCCC
未经处理的异常可能是上方代码抛出的吧, 我觉得可能位于以下位置:
https://github.com/BoomingTech/Piccolo/blob/0fef8ea8f8ae22f382308229ad1cc2c12154f0c3/engine/source/runtime/function/render/interface/vulkan/vulkan_rhi.cpp#L403
https://github.com/BoomingTech/Piccolo/blob/0fef8ea8f8ae22f382308229ad1cc2c12154f0c3/engine/source/runtime/core/log/log_system.h#L57
Describe the bug | Bug描述 编译通过,窗体出现后,如果调整尺寸的话会报异常错误; 错误出现的源文件:.\engine\source\runtime\function\render\interface\vulkan\vulkan_rhi.cpp 第407行 每次调整窗体大小必然出现
Steps to reproduce | 如何复现 Steps to reproduce the behavior:
Screenshots/Logs | 截图/日志
Desktop | 桌面环境
Additional context | 补充信息 有时候在初始大小下调宽一点点不会出现,但是调宽很多的话就会出现; 我的显示器分辨率是2736*1824,可能是和这个有关;