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 TypeMethodDescriptionvoid
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkFormatProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFormatPropertiesModifier and TypeMethodDescriptionstatic VkFormatProperties
@NotNull VkFormatProperties
VkFormatProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkFormatProperties.bufferFeatures
(int value) static VkFormatProperties
VkFormatProperties.clone
(Arena arena, VkFormatProperties src) @NotNull VkFormatProperties
VkFormatProperties2.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 VkFormatProperties
VkFormatProperties.clone
(Arena arena, VkFormatProperties src) VkFormatProperties2.formatProperties
(@NotNull VkFormatProperties value) void
VkFormatProperties.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)