Class VulkanRenderPassFramebuffer

java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.engine.ManagedResource
icyllis.arc3d.vulkan.VulkanRenderPassFramebuffer
All Implemented Interfaces:
RefCounted

public class VulkanRenderPassFramebuffer extends ManagedResource
  • Constructor Details

    • VulkanRenderPassFramebuffer

      public VulkanRenderPassFramebuffer(Device device)
  • Method Details

    • deallocate

      protected void deallocate()
      Description copied from class: RefCnt
      Override this method to invoke de-allocation of the underlying resource.
      Specified by:
      deallocate in class RefCnt