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 recordRepresents a pointer to / an array ofVkSparseImageFormatPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageFormatPropertiesModifier and TypeMethodDescriptionVkSparseImageFormatProperties.aspectMask(int value) @NotNull VkSparseImageFormatPropertiesVkSparseImageFormatProperties.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 VkSparseImageFormatPropertiesVkSparseImageMemoryRequirements.formatProperties()VkSparseImageFormatProperties.imageGranularity(@NotNull VkExtent3D value) VkSparseImageFormatProperties.imageGranularity(Consumer<@NotNull VkExtent3D> consumer) @NotNull VkSparseImageFormatPropertiesVkSparseImageFormatProperties2.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) voidVkSparseImageFormatProperties.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)