Uses of Record Class
club.doki7.vulkan.datatype.VkImageFormatProperties
Packages that use VkImageFormatProperties
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageFormatProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageFormatPropertiesModifier and TypeMethodDescriptionintVkInstanceCommands.getPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, VkImageFormatProperties pImageFormatProperties) -
Uses of VkImageFormatProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageFormatPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageFormatPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageFormatPropertiesModifier and TypeMethodDescriptionstatic VkImageFormatProperties@NotNull VkImageFormatPropertiesVkImageFormatProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImageFormatPropertiesVkImageFormatProperties.clone(Arena arena, VkImageFormatProperties src) @NotNull VkImageFormatPropertiesVkExternalImageFormatPropertiesNV.imageFormatProperties()@NotNull VkImageFormatPropertiesVkImageFormatProperties2.imageFormatProperties()VkImageFormatProperties.maxArrayLayers(int value) VkImageFormatProperties.maxExtent(@NotNull VkExtent3D value) VkImageFormatProperties.maxExtent(Consumer<@NotNull VkExtent3D> consumer) VkImageFormatProperties.maxMipLevels(int value) VkImageFormatProperties.maxResourceSize(long value) VkImageFormatProperties.sampleCounts(int value) VkImageFormatProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageFormatPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkImageFormatProperties> VkImageFormatProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageFormatPropertiesModifier and TypeMethodDescriptionstatic VkImageFormatPropertiesVkImageFormatProperties.clone(Arena arena, VkImageFormatProperties src) VkExternalImageFormatPropertiesNV.imageFormatProperties(@NotNull VkImageFormatProperties value) VkImageFormatProperties2.imageFormatProperties(@NotNull VkImageFormatProperties value) voidVkImageFormatProperties.Ptr.write(long index, @NotNull VkImageFormatProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageFormatPropertiesModifier and TypeMethodDescriptionVkImageFormatProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageFormatProperties> consumer) VkExternalImageFormatPropertiesNV.imageFormatProperties(Consumer<@NotNull VkImageFormatProperties> consumer) VkImageFormatProperties2.imageFormatProperties(Consumer<@NotNull VkImageFormatProperties> consumer)