79363074

Date: 2025-01-16 21:16:30
Score: 1.5
Natty:
Report link

I have resolved the issue. It was an layer 8 (usage) issue from me.

The libraries linking arguments must be after the sources with GCC/G++ of course, not before:

$ g++ -o vkExtension vkExtension.cpp -lvulkan

Totally forgotten this behavior from GCC/G++. Sorry, to other SO users for wasting your time.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Johannes Krottmayer