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 record
Represents a pointer to / an array ofVkDisplayPlanePropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionstatic VkDisplayPlanePropertiesKHR
@NotNull VkDisplayPlanePropertiesKHR
VkDisplayPlanePropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPlanePropertiesKHR
VkDisplayPlanePropertiesKHR.clone
(Arena arena, VkDisplayPlanePropertiesKHR src) VkDisplayPlanePropertiesKHR.currentDisplay
(@Nullable VkDisplayKHR value) VkDisplayPlanePropertiesKHR.currentStackIndex
(int value) @NotNull VkDisplayPlanePropertiesKHR
VkDisplayPlaneProperties2KHR.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 VkDisplayPlanePropertiesKHR
VkDisplayPlanePropertiesKHR.clone
(Arena arena, VkDisplayPlanePropertiesKHR src) VkDisplayPlaneProperties2KHR.displayPlaneProperties
(@NotNull VkDisplayPlanePropertiesKHR value) void
VkDisplayPlanePropertiesKHR.Ptr.write
(long index, @NotNull VkDisplayPlanePropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionVkDisplayPlaneProperties2KHR.displayPlaneProperties
(Consumer<@NotNull VkDisplayPlanePropertiesKHR> consumer)