Class NVCopyMemoryIndirect

java.lang.Object
org.lwjgl.vulkan.NVCopyMemoryIndirect

public class NVCopyMemoryIndirect extends Object
  • Field Details

    • VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION

      public static final int VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION
      See Also:
    • VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME

      public static final String VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_FEATURES_NV

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_FEATURES_NV
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV
      See Also:
  • Method Details

    • vkCmdCopyMemoryIndirectNV

      public static void vkCmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride)
      void vkCmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t copyCount, uint32_t stride)
    • nvkCmdCopyMemoryToImageIndirectNV

      public static void nvkCmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, long dstImage, int dstImageLayout, long pImageSubresources)
      void vkCmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t copyCount, uint32_t stride, VkImage dstImage, VkImageLayout dstImageLayout, VkImageSubresourceLayers const * pImageSubresources)
    • vkCmdCopyMemoryToImageIndirectNV

      public static void vkCmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, long copyBufferAddress, int stride, long dstImage, int dstImageLayout, VkImageSubresourceLayers.Buffer pImageSubresources)
      void vkCmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t copyCount, uint32_t stride, VkImage dstImage, VkImageLayout dstImageLayout, VkImageSubresourceLayers const * pImageSubresources)