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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkCommandBufferBeginInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferBeginInfoModifier and TypeMethodDescriptionstatic VkCommandBufferBeginInfo@NotNull VkCommandBufferBeginInfoVkCommandBufferBeginInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCommandBufferBeginInfoVkCommandBufferBeginInfo.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 VkCommandBufferBeginInfoVkCommandBufferBeginInfo.clone(Arena arena, VkCommandBufferBeginInfo src) voidVkCommandBufferBeginInfo.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)