Blender V5.0
gpu_shader_compat.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11#pragma once
12/* This file must replaced at runtime. The following content is only a possible implementation. */
13#pragma runtime_generated
14
15#include "gpu_shader_compat_cxx.hh" // IWYU pragma: export
16/* Other possible implementation. */
17// #include "gpu_shader_compat_glsl.hh"
18// #include "gpu_shader_compat_msl.hh"