From d45c3794a551c00b87ce064f26f0380d855c9c6f Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 29 Jul 2025 10:27:49 +0100 Subject: [PATCH] Update gfxGLCircularVolatileBuffer.h fix gl volatile buffer --- Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h b/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h index cd961a19e..4396709ee 100644 --- a/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h +++ b/Engine/source/gfx/gl/gfxGLCircularVolatileBuffer.h @@ -224,6 +224,8 @@ public: if (GFXGL->mCapabilities.bufferStorage) { outPtr = static_cast(mBufferPtr) + mBufferFreePos; + _getBufferData.mOffset = outOffset; + _getBufferData.mSize = size; } else if (GFXGL->glUseMap()) {