Uses of Record Class
club.doki7.vulkan.datatype.VkQueryLowLatencySupportNV
Packages that use VkQueryLowLatencySupportNV
-
Uses of VkQueryLowLatencySupportNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueryLowLatencySupportNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueryLowLatencySupportNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueryLowLatencySupportNVModifier and TypeMethodDescriptionstatic VkQueryLowLatencySupportNV@NotNull VkQueryLowLatencySupportNVVkQueryLowLatencySupportNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkQueryLowLatencySupportNVVkQueryLowLatencySupportNV.clone(Arena arena, VkQueryLowLatencySupportNV src) VkQueryLowLatencySupportNV.pNext(@NotNull MemorySegment value) VkQueryLowLatencySupportNV.pQueriedLowLatencyData(@Nullable IPointer pointer) VkQueryLowLatencySupportNV.pQueriedLowLatencyData(@NotNull MemorySegment value) VkQueryLowLatencySupportNV.sType(int value) VkQueryLowLatencySupportNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueryLowLatencySupportNVModifier and TypeMethodDescription@NotNull Iterator<VkQueryLowLatencySupportNV> VkQueryLowLatencySupportNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkQueryLowLatencySupportNVModifier and TypeMethodDescriptionstatic VkQueryLowLatencySupportNVVkQueryLowLatencySupportNV.clone(Arena arena, VkQueryLowLatencySupportNV src) voidVkQueryLowLatencySupportNV.Ptr.write(long index, @NotNull VkQueryLowLatencySupportNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueryLowLatencySupportNVModifier and TypeMethodDescriptionVkQueryLowLatencySupportNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueryLowLatencySupportNV> consumer)