MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / HnShaderSourceFactory

Method HnShaderSourceFactory

Hydrogent/src/HnShaderSourceFactory.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#include "shaders_list.h"
40
41HnShaderSourceFactory::HnShaderSourceFactory()
42{
43 MemoryShaderSourceFactoryCreateInfo CI{g_Shaders, _countof(g_Shaders), false};
44
45 CreateMemoryShaderSourceFactory(CI, &m_pFactory);
46}
47
48IShaderSourceInputStreamFactory& HnShaderSourceFactory::GetInstance()
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected