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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkImageDrmFormatModifierPropertiesEXTstructure(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) voidVkImageDrmFormatModifierPropertiesEXT.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)