bbsccc
bbsccc
crash code: (file :VulkanBase.cxx, project:QtVulkanSceneDemo) ``` void VulkanBase::draw() { if (m_stop or m_pause) return; m_signalFrame = false; prepareFrame(); // Command buffer to be sumitted to the queue m_submitInfo.commandBufferCount = 1;...
I prefer not to use LOCK_FONTCACHE&UNLOCK_FONTCACHE in the vkvg_fonts. cpp file, because locking will reduce the efficiency of the program, so i think traverse all bitmaps of a font and...
use GenerateTextMesh to render text, Looks like coord Y is not right here is my code: VK2D_API void vk2d::Window::DrawString( FontResource* font, glm::vec2 origin, std::string text, Colorf color ) { auto...
Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045. Utils lib: C:/Users/ads/Downloads/CubiCAD/src/utils/utils.cpp CMake Error at cmake/CompilerWarnings.cmake:71 (list): list does not recognize sub-command PROJECT_WARNINGS Call Stack (most recent call first): CMakeLists.txt:68...
## Context ## Expected Behavior ## Actual Behavior ## Steps to Reproduce 1. 2. 3. 4. ## Your Environment * Version Used: * Operating System and Version: * Compiler and...
  code: const char* imgPath = "E:/vkvg/tests/data/miroir.png"; const char* imgPath2 = "E:/vkvg/tests/data/filled.png"; void paint () { VkvgContext ctx = vkvg_create(surf); vkvg_set_line_width(ctx, 1.0); // 设置线宽 vkvg_set_line_cap(ctx, VKVG_LINE_CAP_ROUND); // 设置线条端点样式 vkvg_set_line_join(ctx,...
If I use point as input prompt words, the result is worse than the original version SAM2 from Meta AI reseach. I want to know if SAM-HQ only supports using...