Uses of Record Class
club.doki7.vulkan.datatype.VkClearRect
Packages that use VkClearRect
-
Uses of VkClearRect in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkClearRectModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkClearRect
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearRectModifier and TypeMethodDescriptionstatic VkClearRect
@NotNull VkClearRect
VkClearRect.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkClearRect.baseArrayLayer
(int value) static VkClearRect
VkClearRect.clone
(Arena arena, VkClearRect src) VkClearRect.layerCount
(int value) VkClearRect.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkClearRectMethods in club.doki7.vulkan.datatype with parameters of type VkClearRectModifier and TypeMethodDescriptionstatic VkClearRect
VkClearRect.clone
(Arena arena, VkClearRect src) void
VkClearRect.Ptr.write
(long index, @NotNull VkClearRect value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkClearRectModifier and TypeMethodDescriptionVkClearRect.Ptr.at
(long index, @NotNull Consumer<@NotNull VkClearRect> consumer)