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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdEndRenderPass2
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdEndRenderPass2KHR
(VkCommandBuffer commandBuffer, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkSubpassEndInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassEndInfoModifier and TypeMethodDescriptionstatic VkSubpassEndInfo
@NotNull VkSubpassEndInfo
VkSubpassEndInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubpassEndInfo
VkSubpassEndInfo.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 VkSubpassEndInfo
VkSubpassEndInfo.clone
(Arena arena, VkSubpassEndInfo src) void
VkSubpassEndInfo.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)