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-12-19 09:01:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ea781c9dcc
quakeforge
/
libs
/
video
/
renderer
/
vulkan
/
vkgen
/
vulkan.r
4 lines
79 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__
[vulkan] Pick up vulkan.h from correct location Well... it could be done better, but this works for now assuming it's in /usr/include (and it's correct for mxe builts). Does need proper autoconfiscation, though.
2021-11-19 13:36:19 +00:00
#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