diff options
| author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
|---|---|---|
| committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
| commit | b5f3587df4048d2ba807721ff2faea8c8a43a93f (patch) | |
| tree | 6913f730a41822b98fecd5e82b7cae46164fd9c0 /src/frygon/compiler/fgcc_nir.c | |
| parent | 41c700fdbf1d79dfb571105ee93bfa46da6c8428 (diff) | |
WIPfrygon
Diffstat (limited to 'src/frygon/compiler/fgcc_nir.c')
| -rw-r--r-- | src/frygon/compiler/fgcc_nir.c | 12 |
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) +{ +} |