quakeforge/tools/qfcc
Bill Currie a0845e65fb [qfcc] Use temp expressions as spir-v id carriers
spir-v uses SSA, so temps cannot be assigned to directly, so instead use
the temp expression as a reference for the result id of the rhs of the
assignment. This would get function calls working if the they actually
emitted any code (right now, just a place-holder id so spirv-dis doesn't
fall over).
2024-11-04 16:42:44 +09:00
..
doc [qfcc] Update doc for recent lyx 2024-08-11 20:46:55 +09:00
include [qfcc] Use temp expressions as spir-v id carriers 2024-11-04 16:42:44 +09:00
source [qfcc] Use temp expressions as spir-v id carriers 2024-11-04 16:42:44 +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