Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferBeginInfo
Packages that use VkCommandBufferBeginInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCommandBufferBeginInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCommandBufferBeginInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.beginCommandBuffer
(VkCommandBuffer commandBuffer, VkCommandBufferBeginInfo pBeginInfo) -
Uses of VkCommandBufferBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCommandBufferBeginInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCommandBufferBeginInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferBeginInfoModifier and TypeMethodDescriptionstatic VkCommandBufferBeginInfo
@NotNull VkCommandBufferBeginInfo
VkCommandBufferBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferBeginInfo
VkCommandBufferBeginInfo.clone
(Arena arena, VkCommandBufferBeginInfo src) VkCommandBufferBeginInfo.flags
(int value) VkCommandBufferBeginInfo.pInheritanceInfo
(@Nullable IVkCommandBufferInheritanceInfo value) VkCommandBufferBeginInfo.pNext
(@NotNull MemorySegment value) VkCommandBufferBeginInfo.sType
(int value) VkCommandBufferBeginInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCommandBufferBeginInfoModifier and TypeMethodDescription@NotNull Iterator
<VkCommandBufferBeginInfo> VkCommandBufferBeginInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferBeginInfoModifier and TypeMethodDescriptionstatic VkCommandBufferBeginInfo
VkCommandBufferBeginInfo.clone
(Arena arena, VkCommandBufferBeginInfo src) void
VkCommandBufferBeginInfo.Ptr.write
(long index, @NotNull VkCommandBufferBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCommandBufferBeginInfoModifier and TypeMethodDescriptionVkCommandBufferBeginInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCommandBufferBeginInfo> consumer)