Home
last modified time | relevance | path

Searched defs:ResourceSet (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp70 struct ResourceSet struct
72 nw::ut::MoveArray<u8> buffer;
73 nw::gfx::ResGraphicsFile resource;
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp75 struct ResourceSet struct
77 nw::ut::MoveArray<u8> buffer;
78 nw::gfx::ResGraphicsFile resource;
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp71 struct ResourceSet struct
73 nw::ut::MoveArray<u8> buffer;
74 nw::gfx::ResGraphicsFile resource;
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsSystem.h79 struct ResourceSet struct
86 typedef nw::ut::FixedSizeArray<ResourceSet, MAX_RESOURCES_COUNT> ResourceArray; argument