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