Increase default UAV slots limit to 4
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define GPU_MAX_CB_BINDED 4
|
||||
|
||||
// Maximum amount of binded unordered access resources at the same time
|
||||
#define GPU_MAX_UA_BINDED 2
|
||||
#define GPU_MAX_UA_BINDED 4
|
||||
|
||||
// Maximum amount of binded texture sampler resources at the same time
|
||||
#define GPU_MAX_SAMPLER_BINDED 16
|
||||
|
||||
Reference in New Issue
Block a user