Uses of Record Class
tech.icey.vk4j.datatype.VkImageSubresource
Packages that use VkImageSubresource
-
Uses of VkImageSubresource in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkImageSubresourceModifier and TypeMethodDescriptionvoidDeviceCommands.vkGetImageSubresourceLayout(VkDevice device, VkImage image, VkImageSubresource pSubresource, VkSubresourceLayout pLayout) -
Uses of VkImageSubresource in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkImageSubresourceModifier and TypeMethodDescriptionstatic VkImageSubresourcestatic VkImageSubresource[]static VkImageSubresourceVkImageSubresource.clone(Arena arena, VkImageSubresource src) static VkImageSubresource[]VkImageSubresource.clone(Arena arena, VkImageSubresource[] src) VkImageSubresource2KHR.imageSubresource()VkSparseImageMemoryBind.subresource()Methods in tech.icey.vk4j.datatype with parameters of type VkImageSubresourceModifier and TypeMethodDescriptionstatic VkImageSubresourceVkImageSubresource.clone(Arena arena, VkImageSubresource src) static VkImageSubresource[]VkImageSubresource.clone(Arena arena, VkImageSubresource[] src) voidVkImageSubresource2KHR.imageSubresource(VkImageSubresource value) voidVkSparseImageMemoryBind.subresource(VkImageSubresource value)