Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy sCache texture input #913

Merged
merged 2 commits into from Feb 22, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Implemented Drop for Renderer

  • Loading branch information
kvark committed Feb 22, 2017
commit 785d134760d9e6fb4816a9970804531073d5c607
@@ -1736,6 +1736,12 @@ impl Renderer {
}
}

impl Drop for Renderer {
fn drop(&mut self) {
self.device.deinit_texture(self.dummy_cache_texture_id);
}
}

pub enum ExternalImageSource<'a> {
RawData(&'a [u8]), // raw buffers.
NativeTexture(u32), // Is a gl::GLuint texture handle
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.