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 recordRepresents a pointer to / an array ofVkRectLayerKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRectLayerKHRModifier and TypeMethodDescriptionstatic VkRectLayerKHR@NotNull VkRectLayerKHRVkRectLayerKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkRectLayerKHRVkRectLayerKHR.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 VkRectLayerKHRVkPresentRegionKHR.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 VkRectLayerKHRVkRectLayerKHR.clone(Arena arena, VkRectLayerKHR src) voidVkRectLayerKHR.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)