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