Uses of Record Class
club.doki7.vulkan.datatype.VkSparseImageFormatProperties
Packages that use VkSparseImageFormatProperties
-
Uses of VkSparseImageFormatProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSparseImageFormatPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSparseImageFormatProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageFormatPropertiesModifier and TypeMethodDescriptionVkSparseImageFormatProperties.aspectMask
(int value) @NotNull VkSparseImageFormatProperties
VkSparseImageFormatProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSparseImageFormatProperties.clone
(Arena arena, VkSparseImageFormatProperties src) VkSparseImageFormatProperties.flags
(int value) @NotNull VkSparseImageFormatProperties
VkSparseImageMemoryRequirements.formatProperties()
VkSparseImageFormatProperties.imageGranularity
(@NotNull VkExtent3D value) VkSparseImageFormatProperties.imageGranularity
(Consumer<@NotNull VkExtent3D> consumer) @NotNull VkSparseImageFormatProperties
VkSparseImageFormatProperties2.properties()
VkSparseImageFormatProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSparseImageFormatPropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkSparseImageFormatProperties> VkSparseImageFormatProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSparseImageFormatPropertiesModifier and TypeMethodDescriptionVkSparseImageFormatProperties.clone
(Arena arena, VkSparseImageFormatProperties src) VkSparseImageMemoryRequirements.formatProperties
(@NotNull VkSparseImageFormatProperties value) VkSparseImageFormatProperties2.properties
(@NotNull VkSparseImageFormatProperties value) void
VkSparseImageFormatProperties.Ptr.write
(long index, @NotNull VkSparseImageFormatProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSparseImageFormatPropertiesModifier and TypeMethodDescriptionVkSparseImageFormatProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSparseImageFormatProperties> consumer) VkSparseImageMemoryRequirements.formatProperties
(Consumer<@NotNull VkSparseImageFormatProperties> consumer) VkSparseImageFormatProperties2.properties
(Consumer<@NotNull VkSparseImageFormatProperties> consumer)