Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePCIBusInfoPropertiesEXT
Packages that use VkPhysicalDevicePCIBusInfoPropertiesEXT
-
Uses of VkPhysicalDevicePCIBusInfoPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePCIBusInfoPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDevicePCIBusInfoPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePCIBusInfoPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePCIBusInfoPropertiesEXT.clone
(Arena arena, VkPhysicalDevicePCIBusInfoPropertiesEXT src) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciBus
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDevice
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciDomain
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pciFunction
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDevicePCIBusInfoPropertiesEXT.sType
(int value) VkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePCIBusInfoPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePCIBusInfoPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDevicePCIBusInfoPropertiesEXT.clone
(Arena arena, VkPhysicalDevicePCIBusInfoPropertiesEXT src) void
VkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.write
(long index, @NotNull VkPhysicalDevicePCIBusInfoPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePCIBusInfoPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDevicePCIBusInfoPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePCIBusInfoPropertiesEXT> consumer)