MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / WinResFileSystem

Method WinResFileSystem

src/core/vfs/WinResFS.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54donut::vfs::WinResFileSystem::WinResFileSystem(const void* hModule, const char* type)
55 : m_hModule(hModule)
56 , m_Type(type)
57{
58 EnumResourceNamesA((HMODULE)m_hModule, m_Type.c_str(), EnumResourcesCallback, (LONG_PTR)&m_ResourceNames);
59}
60
61bool WinResFileSystem::folderExists(const fs::path& name)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected