quakeforge/tools/qfcc
Bill Currie 6649d8238e [qfcc] Process glsl parameters correctly
This gets parameter qualifiers to the parameters and thus `const`
parameters work as expected (even passes validation). However,
in/out/inout do not work yet due to incorrect setup of the function
call: spir-v wants them to be passed by reference (pointers) rather than
by value.
2024-11-12 23:49:47 +09:00
..
doc [qfcc] Update doc for recent lyx 2024-08-11 20:46:55 +09:00
include [qfcc] Generate spir-v function calls 2024-11-12 18:24:40 +09:00
source [qfcc] Process glsl parameters correctly 2024-11-12 23:49:47 +09:00
test [qfcc] Add a passing test for shadowed params 2024-10-07 09:29:14 +09:00
AUTHORS
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO [qfcc] Add some TODO items 2024-08-12 08:51:39 +09:00