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