Uses of Record Class
club.doki7.vulkan.datatype.VkSurfaceCapabilitiesPresentBarrierNV
Packages that use VkSurfaceCapabilitiesPresentBarrierNV
-
Uses of VkSurfaceCapabilitiesPresentBarrierNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSurfaceCapabilitiesPresentBarrierNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSurfaceCapabilitiesPresentBarrierNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfaceCapabilitiesPresentBarrierNVModifier and TypeMethodDescriptionVkSurfaceCapabilitiesPresentBarrierNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSurfaceCapabilitiesPresentBarrierNV.clone(Arena arena, VkSurfaceCapabilitiesPresentBarrierNV src) VkSurfaceCapabilitiesPresentBarrierNV.pNext(@NotNull MemorySegment value) VkSurfaceCapabilitiesPresentBarrierNV.presentBarrierSupported(int value) VkSurfaceCapabilitiesPresentBarrierNV.sType(int value) VkSurfaceCapabilitiesPresentBarrierNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSurfaceCapabilitiesPresentBarrierNVMethods in club.doki7.vulkan.datatype with parameters of type VkSurfaceCapabilitiesPresentBarrierNVModifier and TypeMethodDescriptionVkSurfaceCapabilitiesPresentBarrierNV.clone(Arena arena, VkSurfaceCapabilitiesPresentBarrierNV src) voidVkSurfaceCapabilitiesPresentBarrierNV.Ptr.write(long index, @NotNull VkSurfaceCapabilitiesPresentBarrierNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfaceCapabilitiesPresentBarrierNVModifier and TypeMethodDescriptionVkSurfaceCapabilitiesPresentBarrierNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfaceCapabilitiesPresentBarrierNV> consumer)