This website requires JavaScript.
Explore
Help
Sign in
qf
/
quakeforge
Watch
0
Star
0
Fork
You've already forked quakeforge
0
mirror of
https://git.code.sf.net/p/quake/quakeforge
synced
2024-11-15 01:11:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
64bfaeca6c
quakeforge
/
libs
/
video
/
renderer
/
vulkan
/
vkgen
/
vulkan.r
4 lines
92 B
R
Raw
Normal View
History
Unescape
Escape
[vulkan] Add a tool for making vulkan enum tables The tables are generated from the enums pulled out of the vulkan headers using a ruamoko program (thanks to its reflection capabilities). They will be used for parsing property lists used to create render passes and pipelines.
2020-06-28 10:08:18 +00:00
#define __x86_64__
#include </usr/include/vulkan/vulkan.h>
[vulkan] Hook up the expression parser The pipeline parser still isn't hooked up yet as something isn't quite right, but it seems all the parsing works.
2020-12-21 09:38:31 +00:00
#include "QF/Vulkan/swapchain.h"
Reference in a new issue
Copy permalink