Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mtl_common.hh « metal « gpu « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc32043dc70a93a1dc0b85f8ca6838c7e2c962ef (plain)
1
2
3
4
5
6
7
8
#ifndef __MTL_COMMON
#define __MTL_COMMON

// -- Renderer Options --
#define MTL_MAX_SET_BYTES_SIZE 4096
#define MTL_FORCE_WAIT_IDLE 0

#endif