quakeforge/libs/video
Bill Currie 02ba3da0ba [vulkan] Ease writing of specialization data
While using binary data objects for specialization data works for bools
(as they can be 0 or -1), they don't work so well for numeric values due
to having to get the byte order correct and thus are not portable, and
difficult to get right.

Binary data is still supported, but the data can be written as a string
with an array(...) "constructor" expression taking any number of
parameters, with each parameter itself being an expression (though
values are limited at this stage).

Due to the plist format, quotes are required around the expression
("array(...)")
2021-12-24 06:45:12 +09:00
..
renderer [vulkan] Ease writing of specialization data 2021-12-24 06:45:12 +09:00
targets [x11] Create barriers only when grabbing 2021-12-06 07:27:08 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00