Searched refs:m_ShaderAllocator (Results 1 – 2 of 2) sorted by relevance
79 os::IAllocator* ParticleEffect::m_ShaderAllocator = NULL; member in nw::demo::ParticleEffect371 m_ShaderAllocator = deviceAllocator; in InitializeShaderBinary()375 m_ShaderResource->buffer = nw::demo::Utility::LoadFile(m_ShaderAllocator, shaderFilePath); in InitializeShaderBinary()386 m_ShaderAllocator->DestructAndFree(m_ShaderResource, 1); in FinalizeShaderBinary()389 m_ShaderAllocator = NULL; in FinalizeShaderBinary()
781 static os::IAllocator* m_ShaderAllocator; variable