Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ DXBoolean
Function
DXBoolean
deps/LLGL/sources/Renderer/DXCommon/DXCore.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
BOOL DXBoolean(bool value)
185
{
186
return (value ? TRUE : FALSE);
187
}
188
189
template <typename Cont>
190
Cont GetBlobDataTmpl(ID3DBlob* blob)
Callers
2
Convert
Function · 0.85
Convert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected