Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDrmPropertiesEXT
Packages that use VkPhysicalDeviceDrmPropertiesEXT
-
Uses of VkPhysicalDeviceDrmPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDrmPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceDrmPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDrmPropertiesEXTModifier and TypeMethodDescription@NotNull VkPhysicalDeviceDrmPropertiesEXT
VkPhysicalDeviceDrmPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDrmPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceDrmPropertiesEXT src) VkPhysicalDeviceDrmPropertiesEXT.hasPrimary
(int value) VkPhysicalDeviceDrmPropertiesEXT.hasRender
(int value) VkPhysicalDeviceDrmPropertiesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceDrmPropertiesEXT.primaryMajor
(long value) VkPhysicalDeviceDrmPropertiesEXT.primaryMinor
(long value) VkPhysicalDeviceDrmPropertiesEXT.renderMajor
(long value) VkPhysicalDeviceDrmPropertiesEXT.renderMinor
(long value) VkPhysicalDeviceDrmPropertiesEXT.sType
(int value) VkPhysicalDeviceDrmPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDrmPropertiesEXTModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceDrmPropertiesEXT> VkPhysicalDeviceDrmPropertiesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDrmPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDrmPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceDrmPropertiesEXT src) void
VkPhysicalDeviceDrmPropertiesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceDrmPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDrmPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDrmPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDrmPropertiesEXT> consumer)