Uses of Record Class
club.doki7.vulkan.datatype.VkDependencyInfo
Packages that use VkDependencyInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDependencyInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDependencyInfoModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdPipelineBarrier2
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdPipelineBarrier2KHR
(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) -
Uses of VkDependencyInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDependencyInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDependencyInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDependencyInfoModifier and TypeMethodDescriptionstatic VkDependencyInfo
@NotNull VkDependencyInfo
VkDependencyInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDependencyInfo.bufferMemoryBarrierCount
(int value) static VkDependencyInfo
VkDependencyInfo.clone
(Arena arena, VkDependencyInfo src) VkDependencyInfo.dependencyFlags
(int value) VkDependencyInfo.imageMemoryBarrierCount
(int value) VkDependencyInfo.memoryBarrierCount
(int value) VkDependencyInfo.pBufferMemoryBarriers
(@Nullable IVkBufferMemoryBarrier2 value) VkDependencyInfo.pImageMemoryBarriers
(@Nullable IVkImageMemoryBarrier2 value) VkDependencyInfo.pMemoryBarriers
(@Nullable IVkMemoryBarrier2 value) VkDependencyInfo.pNext
(@NotNull MemorySegment value) VkDependencyInfo.sType
(int value) VkDependencyInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDependencyInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDependencyInfo> VkDependencyInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDependencyInfoModifier and TypeMethodDescriptionstatic VkDependencyInfo
VkDependencyInfo.clone
(Arena arena, VkDependencyInfo src) void
VkDependencyInfo.Ptr.write
(long index, @NotNull VkDependencyInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDependencyInfoModifier and TypeMethodDescriptionVkDependencyInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDependencyInfo> consumer)