mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-30 02:34:48 +00:00
Remove MappedDeviceMemory::mapping_pointer
This commit is contained in:
parent
d9d4041f2f
commit
045175f40d
@ -164,13 +164,6 @@ impl MappedDeviceMemory {
|
||||
&self.memory
|
||||
}
|
||||
|
||||
// TODO: remove
|
||||
#[inline]
|
||||
#[doc(hidden)]
|
||||
pub fn mapping_pointer(&self) -> *mut c_void {
|
||||
self.pointer
|
||||
}
|
||||
|
||||
/// Gives access to the content of the memory.
|
||||
///
|
||||
/// # Safety
|
||||
|
Loading…
Reference in New Issue
Block a user