Uses of Record Class
club.doki7.vulkan.datatype.VkPresentRegionKHR
Packages that use VkPresentRegionKHR
-
Uses of VkPresentRegionKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPresentRegionKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPresentRegionKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPresentRegionKHRModifier and TypeMethodDescriptionstatic VkPresentRegionKHR@NotNull VkPresentRegionKHRVkPresentRegionKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPresentRegionKHRVkPresentRegionKHR.clone(Arena arena, VkPresentRegionKHR src) VkPresentRegionKHR.pRectangles(@Nullable IVkRectLayerKHR value) @Nullable VkPresentRegionKHRVkPresentRegionsKHR.pRegions()VkPresentRegionKHR.rectangleCount(int value) VkPresentRegionKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPresentRegionKHRModifier and TypeMethodDescription@NotNull Iterator<VkPresentRegionKHR> VkPresentRegionKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPresentRegionKHRModifier and TypeMethodDescriptionstatic VkPresentRegionKHRVkPresentRegionKHR.clone(Arena arena, VkPresentRegionKHR src) voidVkPresentRegionKHR.Ptr.write(long index, @NotNull VkPresentRegionKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPresentRegionKHRModifier and TypeMethodDescriptionVkPresentRegionKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPresentRegionKHR> consumer)