Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassEndInfo
Packages that use VkSubpassEndInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSubpassEndInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSubpassEndInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdEndRenderPass2(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdEndRenderPass2KHR(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdNextSubpass2(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.cmdNextSubpass2KHR(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) -
Uses of VkSubpassEndInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassEndInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSubpassEndInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassEndInfoModifier and TypeMethodDescriptionstatic VkSubpassEndInfo@NotNull VkSubpassEndInfoVkSubpassEndInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubpassEndInfoVkSubpassEndInfo.clone(Arena arena, VkSubpassEndInfo src) VkSubpassEndInfo.pNext(@NotNull MemorySegment value) VkSubpassEndInfo.sType(int value) VkSubpassEndInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassEndInfoModifier and TypeMethodDescription@NotNull Iterator<VkSubpassEndInfo> VkSubpassEndInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassEndInfoModifier and TypeMethodDescriptionstatic VkSubpassEndInfoVkSubpassEndInfo.clone(Arena arena, VkSubpassEndInfo src) voidVkSubpassEndInfo.Ptr.write(long index, @NotNull VkSubpassEndInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassEndInfoModifier and TypeMethodDescriptionVkSubpassEndInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubpassEndInfo> consumer)