From 14d93b03c2238cfc9541f92c2d5ab24a7373b82d Mon Sep 17 00:00:00 2001 From: "YONGH\\yongh" Date: Wed, 25 Oct 2017 22:13:11 -0400 Subject: fix d3d11 usage --- tools/render-test/render-gl.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/render-test/render-gl.cpp') diff --git a/tools/render-test/render-gl.cpp b/tools/render-test/render-gl.cpp index d19e71743..9563ced96 100644 --- a/tools/render-test/render-gl.cpp +++ b/tools/render-test/render-gl.cpp @@ -410,12 +410,6 @@ public: bindBufferImpl(GL_UNIFORM_BUFFER, startSlot, slotCount, buffers, offsets); } - - virtual void setStorageBuffers(UInt startSlot, UInt slotCount, Buffer* const* buffers, UInt const* offsets) override - { - bindBufferImpl(GL_SHADER_STORAGE_BUFFER, startSlot, slotCount, buffers, offsets); - } - void flushStateForDraw() { auto layout = this->boundInputLayout; -- cgit v1.2.3