Uses of Record Class
club.doki7.vulkan.datatype.VkLatencySurfaceCapabilitiesNV
Packages that use VkLatencySurfaceCapabilitiesNV
-
Uses of VkLatencySurfaceCapabilitiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkLatencySurfaceCapabilitiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkLatencySurfaceCapabilitiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkLatencySurfaceCapabilitiesNVModifier and TypeMethodDescription@NotNull VkLatencySurfaceCapabilitiesNVVkLatencySurfaceCapabilitiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkLatencySurfaceCapabilitiesNV.clone(Arena arena, VkLatencySurfaceCapabilitiesNV src) VkLatencySurfaceCapabilitiesNV.pNext(@NotNull MemorySegment value) VkLatencySurfaceCapabilitiesNV.pPresentModes(@Nullable IntPtr value) VkLatencySurfaceCapabilitiesNV.presentModeCount(int value) VkLatencySurfaceCapabilitiesNV.sType(int value) VkLatencySurfaceCapabilitiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkLatencySurfaceCapabilitiesNVModifier and TypeMethodDescription@NotNull Iterator<VkLatencySurfaceCapabilitiesNV> VkLatencySurfaceCapabilitiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkLatencySurfaceCapabilitiesNVModifier and TypeMethodDescriptionVkLatencySurfaceCapabilitiesNV.clone(Arena arena, VkLatencySurfaceCapabilitiesNV src) voidVkLatencySurfaceCapabilitiesNV.Ptr.write(long index, @NotNull VkLatencySurfaceCapabilitiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkLatencySurfaceCapabilitiesNVModifier and TypeMethodDescriptionVkLatencySurfaceCapabilitiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkLatencySurfaceCapabilitiesNV> consumer)