From 0a9135a511fdc1f02fc8cc84e20dd532cc789bb6 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 5 Jun 2014 15:06:50 +0200 Subject: [PATCH] Add note --HG-- branch : opengl3 --- code/nel/src/3d/driver/opengl3/driver_opengl_vertex.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/nel/src/3d/driver/opengl3/driver_opengl_vertex.cpp b/code/nel/src/3d/driver/opengl3/driver_opengl_vertex.cpp index 439aabd76..349b7675f 100644 --- a/code/nel/src/3d/driver/opengl3/driver_opengl_vertex.cpp +++ b/code/nel/src/3d/driver/opengl3/driver_opengl_vertex.cpp @@ -133,6 +133,8 @@ bool CDriverGL3::setupVertexBuffer(CVertexBuffer& VB) CVertexBuffer::TLocation location; if (info->_VBHard->VBType == IVertexBufferGL3::AMDPinned) { + // FIXME: May actually be considered CVertexBuffer::AGPResident, however only RAMResident allows reading + // TODO: Verify how the vegetation vb allocator handles RAMResident/AGPResident location = CVertexBuffer::RAMResident; } else