Interface VulkanMappedMemoryType

All Superinterfaces:
AutoCloseable, com.io7m.jmulticlose.core.CloseableType
All Known Subinterfaces:
VMAMappedMemoryType
All Known Implementing Classes:
VulkanLWJGLMappedMemory

public interface VulkanMappedMemoryType extends com.io7m.jmulticlose.core.CloseableType
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
     

    Methods inherited from interface com.io7m.jmulticlose.core.CloseableType

    isClosed