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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkLatencySleepModeInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkLatencySleepModeInfoNVModifier and TypeMethodDescriptionstatic VkLatencySleepModeInfoNV@NotNull VkLatencySleepModeInfoNVVkLatencySleepModeInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkLatencySleepModeInfoNVVkLatencySleepModeInfoNV.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 VkLatencySleepModeInfoNVVkLatencySleepModeInfoNV.clone(Arena arena, VkLatencySleepModeInfoNV src) voidVkLatencySleepModeInfoNV.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)