Uses of Record Class
club.doki7.vulkan.datatype.VkFormatProperties
Packages that use VkFormatProperties
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkFormatProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFormatPropertiesModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, int format, VkFormatProperties pFormatProperties) -
Uses of VkFormatProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFormatPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkFormatPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFormatPropertiesModifier and TypeMethodDescriptionstatic VkFormatProperties@NotNull VkFormatPropertiesVkFormatProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkFormatProperties.bufferFeatures(int value) static VkFormatPropertiesVkFormatProperties.clone(Arena arena, VkFormatProperties src) @NotNull VkFormatPropertiesVkFormatProperties2.formatProperties()VkFormatProperties.linearTilingFeatures(int value) VkFormatProperties.optimalTilingFeatures(int value) VkFormatProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFormatPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkFormatProperties> VkFormatProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkFormatPropertiesModifier and TypeMethodDescriptionstatic VkFormatPropertiesVkFormatProperties.clone(Arena arena, VkFormatProperties src) VkFormatProperties2.formatProperties(@NotNull VkFormatProperties value) voidVkFormatProperties.Ptr.write(long index, @NotNull VkFormatProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFormatPropertiesModifier and TypeMethodDescriptionVkFormatProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkFormatProperties> consumer) VkFormatProperties2.formatProperties(Consumer<@NotNull VkFormatProperties> consumer)