Uses of Record Class
club.doki7.vulkan.datatype.VkImageDrmFormatModifierPropertiesEXT
Packages that use VkImageDrmFormatModifierPropertiesEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkImageDrmFormatModifierPropertiesEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageDrmFormatModifierPropertiesEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.getImageDrmFormatModifierPropertiesEXT
(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT pProperties) -
Uses of VkImageDrmFormatModifierPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageDrmFormatModifierPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageDrmFormatModifierPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageDrmFormatModifierPropertiesEXTModifier and TypeMethodDescriptionVkImageDrmFormatModifierPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkImageDrmFormatModifierPropertiesEXT.clone
(Arena arena, VkImageDrmFormatModifierPropertiesEXT src) VkImageDrmFormatModifierPropertiesEXT.drmFormatModifier
(long value) VkImageDrmFormatModifierPropertiesEXT.pNext
(@NotNull MemorySegment value) VkImageDrmFormatModifierPropertiesEXT.sType
(int value) VkImageDrmFormatModifierPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageDrmFormatModifierPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkImageDrmFormatModifierPropertiesEXTModifier and TypeMethodDescriptionVkImageDrmFormatModifierPropertiesEXT.clone
(Arena arena, VkImageDrmFormatModifierPropertiesEXT src) void
VkImageDrmFormatModifierPropertiesEXT.Ptr.write
(long index, @NotNull VkImageDrmFormatModifierPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageDrmFormatModifierPropertiesEXTModifier and TypeMethodDescriptionVkImageDrmFormatModifierPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageDrmFormatModifierPropertiesEXT> consumer)