| 276 | } |
| 277 | |
| 278 | void CubeMapArrayApp::OnContextReleased(rhi::IContext& context) |
| 279 | { |
| 280 | m_sky_box = {}; |
| 281 | m_cube_buffers_ptr.reset(); |
| 282 | m_texture_sampler = {}; |
| 283 | m_render_state = {}; |
| 284 | |
| 285 | UserInterfaceApp::OnContextReleased(context); |
| 286 | } |
| 287 | |
| 288 | } // namespace Methane::Tutorials |
| 289 |
nothing calls this directly
no outgoing calls
no test coverage detected