Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp72 struct ResourceSet struct
74 nw::ut::MoveArray<u8> buffer;
75 nw::gfx::ResGraphicsFile resource;
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp77 struct ResourceSet struct
79 nw::ut::MoveArray<u8> buffer;
80 nw::gfx::ResGraphicsFile resource;
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp73 struct ResourceSet struct
75 nw::ut::MoveArray<u8> buffer;
76 nw::gfx::ResGraphicsFile resource;
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h81 struct ResourceSet struct
88 typedef nw::ut::FixedSizeArray<ResourceSet, MAX_RESOURCES_COUNT> ResourceArray; argument