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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkRefreshCycleDurationGOOGLE
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRefreshCycleDurationGOOGLEModifier and TypeMethodDescriptionstatic VkRefreshCycleDurationGOOGLE
@NotNull VkRefreshCycleDurationGOOGLE
VkRefreshCycleDurationGOOGLE.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRefreshCycleDurationGOOGLE
VkRefreshCycleDurationGOOGLE.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 VkRefreshCycleDurationGOOGLE
VkRefreshCycleDurationGOOGLE.clone
(Arena arena, VkRefreshCycleDurationGOOGLE src) void
VkRefreshCycleDurationGOOGLE.Ptr.write
(long index, @NotNull VkRefreshCycleDurationGOOGLE value)