Home
last modified time | relevance | path

Searched refs:shaderPath (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h90 bool InitializeShader( os::IAllocator* allocator, const wchar_t* shaderPath );
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp113 GraphicsDrawing::InitializeShader( os::IAllocator* allocator, const wchar_t* shaderPath ) in InitializeShader() argument
117 ut::MoveArray<u8> buffer = nw::demo::Utility::LoadFile( allocator, shaderPath ); in InitializeShader()