Files
zig/src/codegen/spirv
Robin Voetter 0c2526b18e spirv: some fixes and improvements
- Adds the Int8. Int16, Int64 and GenericPointer capabilities.
  TODO: This should integrate with the feature system.
- Default some struct fields of SPIR-V types so that we dont
  need to type them all the time.
- Store struct field name's in SPIR-V types, and generate the
  OpMemberName decoration if they are non-null.
- Also add the field names to the actual SPIR-V types.
- Generate OpName for functions.
2023-04-09 01:51:50 +02:00
..
2023-04-09 01:51:50 +02:00
2022-11-23 19:17:58 +01:00
2023-04-09 01:51:50 +02:00