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