Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceImageDrmFormatModifierInfoEXT
Packages that use VkPhysicalDeviceImageDrmFormatModifierInfoEXT
-
Uses of VkPhysicalDeviceImageDrmFormatModifierInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceImageDrmFormatModifierInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceImageDrmFormatModifierInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceImageDrmFormatModifierInfoEXTModifier and TypeMethodDescriptionVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceImageDrmFormatModifierInfoEXT.clone(Arena arena, VkPhysicalDeviceImageDrmFormatModifierInfoEXT src) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.drmFormatModifier(long value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices(@Nullable IntPtr value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount(int value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.sharingMode(int value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.sType(int value) VkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceImageDrmFormatModifierInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceImageDrmFormatModifierInfoEXTModifier and TypeMethodDescriptionVkPhysicalDeviceImageDrmFormatModifierInfoEXT.clone(Arena arena, VkPhysicalDeviceImageDrmFormatModifierInfoEXT src) voidVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceImageDrmFormatModifierInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceImageDrmFormatModifierInfoEXTModifier and TypeMethodDescriptionVkPhysicalDeviceImageDrmFormatModifierInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceImageDrmFormatModifierInfoEXT> consumer)