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 recordRepresents a pointer to / an array ofVkClearRectstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearRectModifier and TypeMethodDescriptionstatic VkClearRect@NotNull VkClearRectVkClearRect.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkClearRect.baseArrayLayer(int value) static VkClearRectVkClearRect.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 VkClearRectVkClearRect.clone(Arena arena, VkClearRect src) voidVkClearRect.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)