Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassBeginInfo
Packages that use VkSubpassBeginInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSubpassBeginInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSubpassBeginInfoModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBeginRenderPass2
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdBeginRenderPass2KHR
(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) void
VkDeviceCommands.cmdNextSubpass2
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) void
VkDeviceCommands.cmdNextSubpass2KHR
(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) -
Uses of VkSubpassBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassBeginInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubpassBeginInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassBeginInfoModifier and TypeMethodDescriptionstatic VkSubpassBeginInfo
@NotNull VkSubpassBeginInfo
VkSubpassBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubpassBeginInfo
VkSubpassBeginInfo.clone
(Arena arena, VkSubpassBeginInfo src) VkSubpassBeginInfo.contents
(int value) VkSubpassBeginInfo.pNext
(@NotNull MemorySegment value) VkSubpassBeginInfo.sType
(int value) VkSubpassBeginInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassBeginInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSubpassBeginInfo> VkSubpassBeginInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassBeginInfoModifier and TypeMethodDescriptionstatic VkSubpassBeginInfo
VkSubpassBeginInfo.clone
(Arena arena, VkSubpassBeginInfo src) void
VkSubpassBeginInfo.Ptr.write
(long index, @NotNull VkSubpassBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassBeginInfoModifier and TypeMethodDescriptionVkSubpassBeginInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubpassBeginInfo> consumer)