Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymer.cpp3617 const GLintptr thiswalloffset = prwalldataoffset + (prwalldatasize * wallnum); in polymer_updatewall() local
3618 const GLintptr thisoveroffset = thiswalloffset + proneplanesize; in polymer_updatewall()
3621 glBufferSubData(GL_ARRAY_BUFFER, thiswalloffset, proneplanesize, w->wall.buffer); in polymer_updatewall()
3632 w->wall.mapvbo_vertoffset = thiswalloffset / sizeof(_prvert); in polymer_updatewall()