Uses of Record Class
club.doki7.vulkan.datatype.VkRefreshCycleDurationGOOGLE
Packages that use VkRefreshCycleDurationGOOGLE
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkRefreshCycleDurationGOOGLE in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescriptionintVkDeviceCommands.getRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) -
Uses of VkRefreshCycleDurationGOOGLE in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRefreshCycleDurationGOOGLEModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRefreshCycleDurationGOOGLEstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescriptionstatic VkRefreshCycleDurationGOOGLE@NotNull VkRefreshCycleDurationGOOGLEVkRefreshCycleDurationGOOGLE.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkRefreshCycleDurationGOOGLEVkRefreshCycleDurationGOOGLE.clone(Arena arena, VkRefreshCycleDurationGOOGLE src) VkRefreshCycleDurationGOOGLE.refreshDuration(long value) VkRefreshCycleDurationGOOGLE.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescription@NotNull Iterator<VkRefreshCycleDurationGOOGLE> VkRefreshCycleDurationGOOGLE.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescriptionstatic VkRefreshCycleDurationGOOGLEVkRefreshCycleDurationGOOGLE.clone(Arena arena, VkRefreshCycleDurationGOOGLE src) voidVkRefreshCycleDurationGOOGLE.Ptr.write(long index, @NotNull VkRefreshCycleDurationGOOGLE value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescriptionVkRefreshCycleDurationGOOGLE.Ptr.at(long index, @NotNull Consumer<@NotNull VkRefreshCycleDurationGOOGLE> consumer)