This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/gpu/metal/mtl_common.hh
Campbell Barton 2a89509e45 License headers: add missing license headers
Add missing license headers based on files in the same directory.
2022-05-04 13:58:53 +10:00

11 lines
192 B
C++

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __MTL_COMMON
#define __MTL_COMMON
// -- Renderer Options --
#define MTL_MAX_SET_BYTES_SIZE 4096
#define MTL_FORCE_WAIT_IDLE 0
#endif