About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/frygon/compiler/fgcc_nir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frygon/compiler/fgcc_nir.c')
-rw-r--r--src/frygon/compiler/fgcc_nir.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/frygon/compiler/fgcc_nir.c b/src/frygon/compiler/fgcc_nir.c
new file mode 100644
index 00000000000..11a56bfa54a
--- /dev/null
+++ b/src/frygon/compiler/fgcc_nir.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright © 2025 Lucas Francisco Fryzek
+ * SPDX-License-Identifier: MIT
+ */
+
+#include "fgcc_private.h"
+#include "nir_builder.h"
+
+void
+fgcc_preprocess_nir(nir_shader *nir, const struct fgcc_compiler *fgcc)
+{
+}