NW4F G3d
Loading...
Searching...
No Matches
nw::g3d::fnd::GfxBuffer_t Struct Reference

#include <g3d_GfxObject.h>

Inherited by nw::g3d::fnd::GfxBuffer.

Public Attributes

union { 
   void *   pData 
   u32   dataUIntPtr 
}; 
u32 size
u32 handle
u16 stride
u16 numBuffering
union { 
   GX2StreamOutContext *   pCtxPtr 
   u32   ctxUIntPtr 
}; 

Member Data Documentation

◆ pData

void* nw::g3d::fnd::GfxBuffer_t::pData

◆ dataUIntPtr

u32 nw::g3d::fnd::GfxBuffer_t::dataUIntPtr

◆ [union]

◆ size

u32 nw::g3d::fnd::GfxBuffer_t::size

◆ handle

u32 nw::g3d::fnd::GfxBuffer_t::handle

◆ stride

u16 nw::g3d::fnd::GfxBuffer_t::stride

◆ numBuffering

u16 nw::g3d::fnd::GfxBuffer_t::numBuffering

◆ pCtxPtr

GX2StreamOutContext* nw::g3d::fnd::GfxBuffer_t::pCtxPtr

◆ ctxUIntPtr

u32 nw::g3d::fnd::GfxBuffer_t::ctxUIntPtr

◆ [union]