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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkLatencySleepInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkLatencySleepInfoNVModifier and TypeMethodDescriptionstatic VkLatencySleepInfoNV@NotNull VkLatencySleepInfoNVVkLatencySleepInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkLatencySleepInfoNVVkLatencySleepInfoNV.clone(Arena arena, VkLatencySleepInfoNV src) VkLatencySleepInfoNV.pNext(@NotNull MemorySegment value) 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 VkLatencySleepInfoNVVkLatencySleepInfoNV.clone(Arena arena, VkLatencySleepInfoNV src) voidVkLatencySleepInfoNV.Ptr.write(long index, @NotNull VkLatencySleepInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkLatencySleepInfoNVModifier and TypeMethodDescriptionVkLatencySleepInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkLatencySleepInfoNV> consumer)