Bump up the size of the root signature pool

This commit is contained in:
baldurk
2016-11-18 16:51:47 +01:00
parent 5c280ee2ed
commit 0789f8f3d4
+3 -1
View File
@@ -822,7 +822,9 @@ public:
class WrappedID3D12RootSignature : public WrappedDeviceChild12<ID3D12RootSignature>
{
public:
ALLOCATE_WITH_WRAPPED_POOL(WrappedID3D12RootSignature);
static const int AllocPoolCount = 8192;
static const int AllocMaxByteSize = 2 * 1024 * 1024;
ALLOCATE_WITH_WRAPPED_POOL(WrappedID3D12RootSignature, AllocPoolCount, AllocMaxByteSize);
D3D12RootSignature sig;