Replies: 2 comments
-
Intel i7-12650H, NVIDIA GTX 3050Ti vsgsubpass: working vsgclip models/openstreetmap.vsgt: showing a black earth sphere vsgclip models/teapot.vsgt: showing a black, clipped teapot vsgcomputevertex: crashes at app/TransferTask.cpp <Line 73>: bufferInfo->data is nullptr Other examples seem to be working fine. |
Beta Was this translation helpful? Give feedback.
-
I've made a small fix in app/TransferTask.cpp (Starting from Line 70), just check if data is empty, and vsgcomputevertex seems to be working now:
|
Beta Was this translation helpful? Give feedback.
-
Hi Robert,
I tested the vsgExamples and most of them are working ok (or with some lighting 'issues').
Machine:
Each example is running ok except:
vsgsubpass
Segmentation fault
vsgrendertotexturearray models/teapot.vsgt
Error: vsg::Device::create(...) failed to create logical device. VkResult = -7
vsgannotation models/openstreetmap.vsgt
info: [Vulkan] Failed to find vkGetDeviceProcAddr in layer "libVkLayer_MESA_device_select.so"
vsgclip models/openstreetmap.vsgt
Segmentation fault
vsgclip models/teapot.vsgt
Funky rendering, correct?
vsgcomputevertex
Segmentation fault
Beta Was this translation helpful? Give feedback.
All reactions