Class VulkanBuffer

All Implemented Interfaces:
RefCounted

public final class VulkanBuffer extends Buffer
  • Constructor Details

    • VulkanBuffer

      public VulkanBuffer(Context context)
  • Method Details

    • onRelease

      protected void onRelease()
      Description copied from class: Resource
      Subclass should override this method to free GPU resources in the backend API.
      Specified by:
      onRelease in class Resource
    • onMap

      protected long onMap(int mode, long offset, long size)
      Specified by:
      onMap in class Buffer
    • onUnmap

      protected void onUnmap(int mode, long offset, long size)
      Specified by:
      onUnmap in class Buffer