KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
VulkanWrapper
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
showdown-toc
:
A markdown table of contents extension for showdown.
libPiggyEconomy
:
A PocketMine-MP virion for easy support of multiple economy providers.
dictionary
:
A JS offline dictionary app.
512-Bit-AES-Encryption
:
512-bit AES using 128-bit AES in Verilog (FPGA-modelsim)
fins
:
Firmware IP Node Specification (FINS) Code Generator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
VulkanWrapper
?
Download (.md)
# Vulkan Wrapper # Simpler Vulkan by Wrapping [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp). Vulkan has complex API and a lot of official repositories. Vulkan Wrapper contains everything to start Vulkan with ease. ## API See [vkw.h](https://github.com/takiyu/VulkanWrapper/blob/master/include/vkw/vkw.h). ## Features * Explicit dependences of Vulkan objects. * Simple factory functions. * Smart pointers of packed structures. * Raw VulkanHpp objects can also be accessed and used. * **Everything can be done!** * Supporting Desktop and Android.