| 39 | #include "shaders_list.h" |
| 40 | |
| 41 | HnShaderSourceFactory::HnShaderSourceFactory() |
| 42 | { |
| 43 | MemoryShaderSourceFactoryCreateInfo CI{g_Shaders, _countof(g_Shaders), false}; |
| 44 | |
| 45 | CreateMemoryShaderSourceFactory(CI, &m_pFactory); |
| 46 | } |
| 47 | |
| 48 | IShaderSourceInputStreamFactory& HnShaderSourceFactory::GetInstance() |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected