About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/frygon/compiler/fgcc_nir.c
blob: 11a56bfa54adde0f254aff83a05881b1c8050cde (plain)
1
2
3
4
5
6
7
8
9
10
11
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)
{
}