Fix revert indirect draw count.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-16 17:30:15 +02:00
parent b4a870933a
commit 3599de7eb8

View File

@@ -132,11 +132,11 @@ public:
{ {
} }
void DrawInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs, uint32 drawCount = 1) override void DrawInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) override
{ {
} }
void DrawIndexedInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs, uint32 drawCount = 1) override void DrawIndexedInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) override
{ {
} }