Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassBeginInfo
Packages that use VkRenderPassBeginInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkRenderPassBeginInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderPassBeginInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdBeginRenderPass(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, int contents) voidVkDeviceCommands.cmdBeginRenderPass2(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) voidVkDeviceCommands.cmdBeginRenderPass2KHR(VkCommandBuffer commandBuffer, VkRenderPassBeginInfo pRenderPassBegin, VkSubpassBeginInfo pSubpassBeginInfo) -
Uses of VkRenderPassBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassBeginInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderPassBeginInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassBeginInfoModifier and TypeMethodDescriptionstatic VkRenderPassBeginInfo@NotNull VkRenderPassBeginInfoVkRenderPassBeginInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderPassBeginInfo.clearValueCount(int value) static VkRenderPassBeginInfoVkRenderPassBeginInfo.clone(Arena arena, VkRenderPassBeginInfo src) VkRenderPassBeginInfo.framebuffer(@Nullable VkFramebuffer value) VkRenderPassBeginInfo.pClearValues(@Nullable IVkClearValue value) VkRenderPassBeginInfo.pNext(@NotNull MemorySegment value) VkRenderPassBeginInfo.renderArea(@NotNull VkRect2D value) VkRenderPassBeginInfo.renderArea(Consumer<@NotNull VkRect2D> consumer) VkRenderPassBeginInfo.renderPass(@Nullable VkRenderPass value) VkRenderPassBeginInfo.sType(int value) VkRenderPassBeginInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassBeginInfoModifier and TypeMethodDescription@NotNull Iterator<VkRenderPassBeginInfo> VkRenderPassBeginInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassBeginInfoModifier and TypeMethodDescriptionstatic VkRenderPassBeginInfoVkRenderPassBeginInfo.clone(Arena arena, VkRenderPassBeginInfo src) voidVkRenderPassBeginInfo.Ptr.write(long index, @NotNull VkRenderPassBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassBeginInfoModifier and TypeMethodDescriptionVkRenderPassBeginInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassBeginInfo> consumer)