| 101 | } |
| 102 | |
| 103 | void OnWindowResizeCallback(const dmGui::HScene scene, uint32_t width, uint32_t height) |
| 104 | { |
| 105 | dmGui::SetSceneResolution(scene, width, height); |
| 106 | dmGui::SetDefaultResolution(scene->m_Context, width, height); |
| 107 | } |
| 108 | |
| 109 | dmGui::FetchTextureSetAnimResult FetchTextureSetAnimCallback(dmGui::HTextureSource texture_source, dmhash_t animation, dmGui::TextureSetAnimDesc* out_data) |
| 110 | { |
nothing calls this directly
no test coverage detected