Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceImageFormatInfo2
Packages that use VkPhysicalDeviceImageFormatInfo2
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceImageFormatInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceImageFormatInfo2Modifier and TypeMethodDescriptionintVkInstanceCommands.getPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) intVkInstanceCommands.getPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceImageFormatInfo2 pImageFormatInfo, VkImageFormatProperties2 pImageFormatProperties) -
Uses of VkPhysicalDeviceImageFormatInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceImageFormatInfo2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceImageFormatInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceImageFormatInfo2Modifier and TypeMethodDescription@NotNull VkPhysicalDeviceImageFormatInfo2VkPhysicalDeviceImageFormatInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceImageFormatInfo2.clone(Arena arena, VkPhysicalDeviceImageFormatInfo2 src) VkPhysicalDeviceImageFormatInfo2.flags(int value) VkPhysicalDeviceImageFormatInfo2.format(int value) VkPhysicalDeviceImageFormatInfo2.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageFormatInfo2.sType(int value) VkPhysicalDeviceImageFormatInfo2.tiling(int value) VkPhysicalDeviceImageFormatInfo2.Ptr.toArray()VkPhysicalDeviceImageFormatInfo2.type(int value) VkPhysicalDeviceImageFormatInfo2.usage(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceImageFormatInfo2Modifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceImageFormatInfo2> VkPhysicalDeviceImageFormatInfo2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceImageFormatInfo2Modifier and TypeMethodDescriptionVkPhysicalDeviceImageFormatInfo2.clone(Arena arena, VkPhysicalDeviceImageFormatInfo2 src) voidVkPhysicalDeviceImageFormatInfo2.Ptr.write(long index, @NotNull VkPhysicalDeviceImageFormatInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceImageFormatInfo2Modifier and TypeMethodDescriptionVkPhysicalDeviceImageFormatInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceImageFormatInfo2> consumer)