Uses of Record Class
club.doki7.vulkan.datatype.VkAcquireProfilingLockInfoKHR
Packages that use VkAcquireProfilingLockInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkAcquireProfilingLockInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkAcquireProfilingLockInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.acquireProfilingLockKHR
(VkDevice device, VkAcquireProfilingLockInfoKHR pInfo) -
Uses of VkAcquireProfilingLockInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAcquireProfilingLockInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAcquireProfilingLockInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAcquireProfilingLockInfoKHRModifier and TypeMethodDescription@NotNull VkAcquireProfilingLockInfoKHR
VkAcquireProfilingLockInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAcquireProfilingLockInfoKHR.clone
(Arena arena, VkAcquireProfilingLockInfoKHR src) VkAcquireProfilingLockInfoKHR.flags
(int value) VkAcquireProfilingLockInfoKHR.pNext
(@NotNull MemorySegment value) VkAcquireProfilingLockInfoKHR.sType
(int value) VkAcquireProfilingLockInfoKHR.timeout
(long value) VkAcquireProfilingLockInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAcquireProfilingLockInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkAcquireProfilingLockInfoKHR> VkAcquireProfilingLockInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAcquireProfilingLockInfoKHRModifier and TypeMethodDescriptionVkAcquireProfilingLockInfoKHR.clone
(Arena arena, VkAcquireProfilingLockInfoKHR src) void
VkAcquireProfilingLockInfoKHR.Ptr.write
(long index, @NotNull VkAcquireProfilingLockInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAcquireProfilingLockInfoKHRModifier and TypeMethodDescriptionVkAcquireProfilingLockInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAcquireProfilingLockInfoKHR> consumer)