Class VulkanLWJGLMappedMemory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer asByteBuffer()  
      void close()
      Unmap the memory.
      void flush()
      Flush this mapped memory.
      void flushRange​(long offset, long size)
      Flush the given memory range.
      boolean isMapped()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait