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 TypeMethodDescriptionvoidVkDeviceCommands.cmdBeginRenderPass2(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginRenderPass2KHR(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdNextSubpass2(VkCommandBuffer commandBuffer, VkSubpassBeginInfo pSubpassBeginInfo, VkSubpassEndInfo pSubpassEndInfo) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSubpassBeginInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassBeginInfoModifier and TypeMethodDescriptionstatic VkSubpassBeginInfo@NotNull VkSubpassBeginInfoVkSubpassBeginInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubpassBeginInfoVkSubpassBeginInfo.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 VkSubpassBeginInfoVkSubpassBeginInfo.clone(Arena arena, VkSubpassBeginInfo src) voidVkSubpassBeginInfo.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)