https://github.com/wang-bin/vkld
vulkan api loader loader
https://github.com/wang-bin/vkld
Last synced: 18 days ago
JSON representation
vulkan api loader loader
- Host: GitHub
- URL: https://github.com/wang-bin/vkld
- Owner: wang-bin
- License: mit
- Created: 2020-03-23T10:28:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T13:59:20.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T15:45:40.509Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vkld
vulkan api loader without user code change. Only 1.0 core apis are included
## How to Use
- (optional) download https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/master/xml/vk.xml
- (optional) run vkld.py
- add generated vkld.h, vkld.cpp in your c/c++ project (add linker flag -nostdlib++ for c programs)
- remove vulkan in your linker flags