--HG--
branch : opengl3
hg/feature/opengl3
kaetemi 11 years ago
parent 1896876b11
commit 0a9135a511

@ -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

Loading…
Cancel
Save