MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Cast

Function Cast

Plugins/NativeEngine/Source/NativeEngine.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 static_assert(static_cast<bgfx::TextureFormat::Enum>(bimg::TextureFormat::RGB8) == bgfx::TextureFormat::RGB8);
210
211 bgfx::TextureFormat::Enum Cast(bimg::TextureFormat::Enum format)
212 {
213 return static_cast<bgfx::TextureFormat::Enum>(format);
214 }
215
216 void FlipY(bimg::ImageContainer* image)
217 {

Callers 5

ConcludeDeferredFunction · 0.85
CallbackWrapperBaseMethod · 0.85
napi_run_scriptFunction · 0.85
CreateTextureFromImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected