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
2025-01-23 09:20:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5c32077c2a
quakeforge
/
libs
/
video
/
renderer
/
vulkan
/
vkgen
/
stddef.h
4 lines
63 B
C
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 const
#
define __attribute__(x)
Fix most of the hacks for clang gcc didn't like a couple of the changes (rightly so: one was actually incorrect), and the fix for qfcc I didn't think to suggest while working with Emily. The general CFLAGS etc fixes mostly required just getting the order of operations right: check for attributes after setting the warnings flags, though those needed some care for gcc as it began warning about main wanting the const attribute. Fixing the imui link errors required moving the ui functions and setup to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 09:05:45 +00:00
#
define DESIGNATED_INIT
Reference in a new issue
Copy permalink