11 lines
192 B
C++
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
|