Uses of Record Class
club.doki7.vulkan.datatype.VkRectLayerKHR
Packages that use VkRectLayerKHR
-
Uses of VkRectLayerKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRectLayerKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRectLayerKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRectLayerKHRModifier and TypeMethodDescriptionstatic VkRectLayerKHR
@NotNull VkRectLayerKHR
VkRectLayerKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRectLayerKHR
VkRectLayerKHR.clone
(Arena arena, VkRectLayerKHR src) VkRectLayerKHR.extent
(@NotNull VkExtent2D value) VkRectLayerKHR.extent
(Consumer<@NotNull VkExtent2D> consumer) VkRectLayerKHR.layer
(int value) VkRectLayerKHR.offset
(@NotNull VkOffset2D value) VkRectLayerKHR.offset
(Consumer<@NotNull VkOffset2D> consumer) @Nullable VkRectLayerKHR
VkPresentRegionKHR.pRectangles()
VkRectLayerKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRectLayerKHRModifier and TypeMethodDescription@NotNull Iterator
<VkRectLayerKHR> VkRectLayerKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRectLayerKHRModifier and TypeMethodDescriptionstatic VkRectLayerKHR
VkRectLayerKHR.clone
(Arena arena, VkRectLayerKHR src) void
VkRectLayerKHR.Ptr.write
(long index, @NotNull VkRectLayerKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRectLayerKHRModifier and TypeMethodDescriptionVkRectLayerKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRectLayerKHR> consumer)