mepeyew 0.3.5

mepeyew - Small But Powerful Graphics Library
Documentation
1
2
3
4
5
6
7
use super::*;

impl VkContext {
    pub fn memory_flush_extension_flush_memory(&mut self) {
        self.flush_memory();
    }
}