Interface VulkanMappedMemoryType

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
VMAMappedMemoryType
All Known Implementing Classes:
VulkanLWJGLMappedMemory

public interface VulkanMappedMemoryType extends AutoCloseable
A pointer to an area of mapped memory.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Unmap the memory.
    void
    Flush this mapped memory.
    void
    flushRange(long offset, long size)
    Flush the given memory range.
    boolean