| 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 | { |
no outgoing calls
no test coverage detected