Home
last modified time | relevance | path

Searched refs:VBOVertex (Results 1 – 3 of 3) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/
H A DGeoPatch.cpp98 …GeoPatchContext::VBOVertex *VBOVtxPtr = m_vertexBuffer->Map<GeoPatchContext::VBOVertex>(Graphics::… in UpdateVBOs()
120 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[x + (y * edgeLen)]; in UpdateVBOs()
155 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[outerLeft + (y * edgeLen)]; in UpdateVBOs()
189 GeoPatchContext::VBOVertex *vtxPtr = &VBOVtxPtr[x + (outerTop * edgeLen)]; in UpdateVBOs()
190 GeoPatchContext::VBOVertex *vtxInr = &VBOVtxPtr[x + (innerTop * edgeLen)]; in UpdateVBOs()
214 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[0]; in UpdateVBOs()
215 GeoPatchContext::VBOVertex *srcPtr = &VBOVtxPtr[1]; in UpdateVBOs()
220 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[(edgeLen - 1)]; in UpdateVBOs()
221 GeoPatchContext::VBOVertex *srcPtr = &VBOVtxPtr[(edgeLen - 2)]; in UpdateVBOs()
226 GeoPatchContext::VBOVertex *tarPtr = &VBOVtxPtr[(edgeLen - 1) * edgeLen]; in UpdateVBOs()
[all …]
H A DGeoPatchContext.h19 struct VBOVertex { struct
H A DGasGiant.cpp88 struct VBOVertex { struct in GasPatchContext
241 …GasPatchContext::VBOVertex *vtxPtr = m_vertexBuffer->Map<GasPatchContext::VBOVertex>(Graphics::BUF… in UpdateVBOs()
242 assert(m_vertexBuffer->GetDesc().stride == sizeof(GasPatchContext::VBOVertex)); in UpdateVBOs()