Searched refs:s_ShaderResource (Results 1 – 1 of 1) sorted by relevance
40 nw::demo::ResourceSet* s_ShaderResource; variable167 s_ShaderResource = s_DeviceAllocator.AllocAndConstruct<nw::demo::ResourceSet>(1); in InitializeGraphics()168 …s_ShaderResource->buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , SHADER_RESOURCE_FILE_N… in InitializeGraphics()170 NW_NULL_ASSERT(s_ShaderResource->buffer); in InitializeGraphics()172 s_ShaderResource->resource = nw::gfx::ResGraphicsFile(&(s_ShaderResource->buffer.front())); in InitializeGraphics()187 s_DeviceAllocator.DestructAndFree(s_ShaderResource, 1); in TerminateGraphics()282 … result = resourceSet->resource.Setup(&s_DeviceAllocator, s_ShaderResource->resource); in InitializeScenes()420 nw::ut::SafeCleanup(s_ShaderResource->resource); in TerminateScenes()