Package org.lwjgl.vulkan
Class KHRDynamicRenderingLocalRead
java.lang.Object
org.lwjgl.vulkan.KHRDynamicRenderingLocalRead
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
nvkCmdSetRenderingAttachmentLocationsKHR
(VkCommandBuffer commandBuffer, long pLocationInfo) void vkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo const * pLocationInfo)
static void
nvkCmdSetRenderingInputAttachmentIndicesKHR
(VkCommandBuffer commandBuffer, long pInputAttachmentIndexInfo) void vkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo const * pInputAttachmentIndexInfo)
static void
vkCmdSetRenderingAttachmentLocationsKHR
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void vkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo const * pLocationInfo)
static void
vkCmdSetRenderingInputAttachmentIndicesKHR
(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void vkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo const * pInputAttachmentIndexInfo)
-
Field Details
-
VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION
public static final int VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION- See Also:
-
VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME
- See Also:
-
VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR
public static final int VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES_KHR
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES_KHR- See Also:
-
VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO_KHR
public static final int VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO_KHR- See Also:
-
VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO_KHR
public static final int VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO_KHR- See Also:
-
-
Method Details
-
nvkCmdSetRenderingAttachmentLocationsKHR
public static void nvkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, long pLocationInfo) void vkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo const * pLocationInfo)
-
vkCmdSetRenderingAttachmentLocationsKHR
public static void vkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void vkCmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo const * pLocationInfo)
-
nvkCmdSetRenderingInputAttachmentIndicesKHR
public static void nvkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, long pInputAttachmentIndexInfo) void vkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo const * pInputAttachmentIndexInfo)
-
vkCmdSetRenderingInputAttachmentIndicesKHR
public static void vkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo pInputAttachmentIndexInfo) void vkCmdSetRenderingInputAttachmentIndicesKHR(VkCommandBuffer commandBuffer, VkRenderingInputAttachmentIndexInfo const * pInputAttachmentIndexInfo)
-