Uses of Record Class
club.doki7.vulkan.datatype.VkLatencySleepInfoNV
Packages that use VkLatencySleepInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkLatencySleepInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkLatencySleepInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.latencySleepNV
(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) -
Uses of VkLatencySleepInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkLatencySleepInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkLatencySleepInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkLatencySleepInfoNVModifier and TypeMethodDescriptionstatic VkLatencySleepInfoNV
@NotNull VkLatencySleepInfoNV
VkLatencySleepInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkLatencySleepInfoNV
VkLatencySleepInfoNV.clone
(Arena arena, VkLatencySleepInfoNV src) VkLatencySleepInfoNV.signalSemaphore
(@Nullable VkSemaphore value) VkLatencySleepInfoNV.sType
(int value) VkLatencySleepInfoNV.Ptr.toArray()
VkLatencySleepInfoNV.value
(long value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkLatencySleepInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkLatencySleepInfoNV> VkLatencySleepInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkLatencySleepInfoNVModifier and TypeMethodDescriptionstatic VkLatencySleepInfoNV
VkLatencySleepInfoNV.clone
(Arena arena, VkLatencySleepInfoNV src) void
VkLatencySleepInfoNV.Ptr.write
(long index, @NotNull VkLatencySleepInfoNV value)