Increase default UAV slots limit to 4

This commit is contained in:
Wojtek Figat
2021-10-07 14:16:06 +02:00
parent 88cf1bcd28
commit f328fbefa9

View File

@@ -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