Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePresentMeteringFeaturesNV
Packages that use VkPhysicalDevicePresentMeteringFeaturesNV
-
Uses of VkPhysicalDevicePresentMeteringFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePresentMeteringFeaturesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDevicePresentMeteringFeaturesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePresentMeteringFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDevicePresentMeteringFeaturesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePresentMeteringFeaturesNV.clone
(Arena arena, VkPhysicalDevicePresentMeteringFeaturesNV src) VkPhysicalDevicePresentMeteringFeaturesNV.pNext
(@NotNull MemorySegment value) VkPhysicalDevicePresentMeteringFeaturesNV.presentMetering
(int value) VkPhysicalDevicePresentMeteringFeaturesNV.sType
(int value) VkPhysicalDevicePresentMeteringFeaturesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePresentMeteringFeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePresentMeteringFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDevicePresentMeteringFeaturesNV.clone
(Arena arena, VkPhysicalDevicePresentMeteringFeaturesNV src) void
VkPhysicalDevicePresentMeteringFeaturesNV.Ptr.write
(long index, @NotNull VkPhysicalDevicePresentMeteringFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePresentMeteringFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDevicePresentMeteringFeaturesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePresentMeteringFeaturesNV> consumer)