MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / drop

Method drop

src/window.rs:153–158  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

151
152impl Drop for Window {
153 fn drop(&mut self) {
154 unsafe {
155 SDL_GL_DestroyContext(self.gl);
156 SDL_DestroyWindow(self.window);
157 }
158 }
159}
160
161pub(crate) unsafe fn get_err() -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected