Uses of Record Class
club.doki7.vulkan.datatype.VkImageFormatProperties2
Packages that use VkImageFormatProperties2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkImageFormatProperties2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageFormatProperties2Modifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) int
VkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) -
Uses of VkImageFormatProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageFormatProperties2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageFormatProperties2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageFormatProperties2Modifier and TypeMethodDescriptionstatic VkImageFormatProperties2
@NotNull VkImageFormatProperties2
VkImageFormatProperties2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageFormatProperties2
VkImageFormatProperties2.clone
(Arena arena, VkImageFormatProperties2 src) VkImageFormatProperties2.imageFormatProperties
(@NotNull VkImageFormatProperties value) VkImageFormatProperties2.imageFormatProperties
(Consumer<@NotNull VkImageFormatProperties> consumer) VkImageFormatProperties2.pNext
(@NotNull MemorySegment value) VkImageFormatProperties2.sType
(int value) VkImageFormatProperties2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageFormatProperties2Modifier and TypeMethodDescription@NotNull Iterator
<VkImageFormatProperties2> VkImageFormatProperties2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkImageFormatProperties2Modifier and TypeMethodDescriptionstatic VkImageFormatProperties2
VkImageFormatProperties2.clone
(Arena arena, VkImageFormatProperties2 src) void
VkImageFormatProperties2.Ptr.write
(long index, @NotNull VkImageFormatProperties2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageFormatProperties2Modifier and TypeMethodDescriptionVkImageFormatProperties2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageFormatProperties2> consumer)