Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_DisplayList.h123 const u32* pData = reinterpret_cast<const u32*>(data); in WriteData() local
128 *m_CurrentBuffer = *pData; in WriteData()
129 pData += 1; in WriteData()
137 std::memcpy(m_CurrentBuffer, pData, copyCount * sizeof(u32)); in WriteData()