MCPcopy 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
184BOOL DXBoolean(bool value)
185{
186 return (value ? TRUE : FALSE);
187}
188
189template <typename Cont>
190Cont GetBlobDataTmpl(ID3DBlob* blob)

Callers 2

ConvertFunction · 0.85
ConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected