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 TypeMethodDescriptionint
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkImageFormatProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageFormatPropertiesModifier and TypeMethodDescriptionstatic VkImageFormatProperties
@NotNull VkImageFormatProperties
VkImageFormatProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageFormatProperties
VkImageFormatProperties.clone
(Arena arena, VkImageFormatProperties src) @NotNull VkImageFormatProperties
VkExternalImageFormatPropertiesNV.imageFormatProperties()
@NotNull VkImageFormatProperties
VkImageFormatProperties2.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 VkImageFormatProperties
VkImageFormatProperties.clone
(Arena arena, VkImageFormatProperties src) VkExternalImageFormatPropertiesNV.imageFormatProperties
(@NotNull VkImageFormatProperties value) VkImageFormatProperties2.imageFormatProperties
(@NotNull VkImageFormatProperties value) void
VkImageFormatProperties.Ptr.write
(long index, @NotNull VkImageFormatProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageFormatPropertiesModifier and TypeMethodDescriptionVkExternalImageFormatPropertiesNV.imageFormatProperties
(Consumer<@NotNull VkImageFormatProperties> consumer) VkImageFormatProperties2.imageFormatProperties
(Consumer<@NotNull VkImageFormatProperties> consumer)