Uses of Record Class
club.doki7.vulkan.datatype.VkDisplayPlanePropertiesKHR
Packages that use VkDisplayPlanePropertiesKHR
-
Uses of VkDisplayPlanePropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDisplayPlanePropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDisplayPlanePropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionstatic VkDisplayPlanePropertiesKHR@NotNull VkDisplayPlanePropertiesKHRVkDisplayPlanePropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPlanePropertiesKHRVkDisplayPlanePropertiesKHR.clone(Arena arena, VkDisplayPlanePropertiesKHR src) VkDisplayPlanePropertiesKHR.currentDisplay(@Nullable VkDisplayKHR value) VkDisplayPlanePropertiesKHR.currentStackIndex(int value) @NotNull VkDisplayPlanePropertiesKHRVkDisplayPlaneProperties2KHR.displayPlaneProperties()VkDisplayPlanePropertiesKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDisplayPlanePropertiesKHRModifier and TypeMethodDescription@NotNull Iterator<VkDisplayPlanePropertiesKHR> VkDisplayPlanePropertiesKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionstatic VkDisplayPlanePropertiesKHRVkDisplayPlanePropertiesKHR.clone(Arena arena, VkDisplayPlanePropertiesKHR src) VkDisplayPlaneProperties2KHR.displayPlaneProperties(@NotNull VkDisplayPlanePropertiesKHR value) voidVkDisplayPlanePropertiesKHR.Ptr.write(long index, @NotNull VkDisplayPlanePropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionVkDisplayPlanePropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkDisplayPlanePropertiesKHR> consumer) VkDisplayPlaneProperties2KHR.displayPlaneProperties(Consumer<@NotNull VkDisplayPlanePropertiesKHR> consumer)