Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ DWriteCreateFactory
Method
DWriteCreateFactory
BG3Extender/Extender/Shared/DWriteWrapper.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
HRESULT DWriteWrapper::DWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory)
40
{
41
return CreateFactory(factoryType, iid, factory);
42
}
43
44
END_SE()
45
Callers
1
WrappedDWriteCreateFactory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected