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 TypeMethodDescriptionvoidVkDeviceCommands.cmdPipelineBarrier2(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdPipelineBarrier2KHR(VkCommandBuffer commandBuffer, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdSetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDependencyInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDependencyInfoModifier and TypeMethodDescriptionstatic VkDependencyInfo@NotNull VkDependencyInfoVkDependencyInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDependencyInfo.bufferMemoryBarrierCount(int value) static VkDependencyInfoVkDependencyInfo.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 VkDependencyInfoVkDependencyInfo.clone(Arena arena, VkDependencyInfo src) voidVkDependencyInfo.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)