Uses of Record Class
club.doki7.vulkan.datatype.VkFormatProperties2
Packages that use VkFormatProperties2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkFormatProperties2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFormatProperties2Modifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceFormatProperties2
(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) void
VkInstanceCommands.getPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, int format, VkFormatProperties2 pFormatProperties) -
Uses of VkFormatProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFormatProperties2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkFormatProperties2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFormatProperties2Modifier and TypeMethodDescriptionstatic VkFormatProperties2
@NotNull VkFormatProperties2
VkFormatProperties2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkFormatProperties2
VkFormatProperties2.clone
(Arena arena, VkFormatProperties2 src) VkFormatProperties2.formatProperties
(@NotNull VkFormatProperties value) VkFormatProperties2.formatProperties
(Consumer<@NotNull VkFormatProperties> consumer) VkFormatProperties2.pNext
(@NotNull MemorySegment value) VkFormatProperties2.sType
(int value) VkFormatProperties2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFormatProperties2Modifier and TypeMethodDescription@NotNull Iterator
<VkFormatProperties2> VkFormatProperties2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkFormatProperties2Modifier and TypeMethodDescriptionstatic VkFormatProperties2
VkFormatProperties2.clone
(Arena arena, VkFormatProperties2 src) void
VkFormatProperties2.Ptr.write
(long index, @NotNull VkFormatProperties2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFormatProperties2Modifier and TypeMethodDescriptionVkFormatProperties2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkFormatProperties2> consumer)