Add lexing, parsing and some semantic checking for constant buffers.

This commit is contained in:
2024-06-14 19:56:28 +02:00
parent b1dceb298f
commit a9a67e3fac
45 changed files with 1275 additions and 1119 deletions

View File

@@ -1,5 +1,5 @@
scope (global) [
[vertex__vs_main] : (pos : float4)
[vertex__vs_main] : (pos : float4) -> float4
scope (vertex__vs_main) [
[x] : float
[pos] : float4