Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceLayeredApiPropertiesKHR
Packages that use VkPhysicalDeviceLayeredApiPropertiesKHR
-
Uses of VkPhysicalDeviceLayeredApiPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceLayeredApiPropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceLayeredApiPropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceLayeredApiPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceLayeredApiPropertiesKHR.clone(Arena arena, VkPhysicalDeviceLayeredApiPropertiesKHR src) VkPhysicalDeviceLayeredApiPropertiesKHR.deviceID(int value) VkPhysicalDeviceLayeredApiPropertiesKHR.deviceName(BytePtr value) VkPhysicalDeviceLayeredApiPropertiesKHR.deviceName(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceLayeredApiPropertiesKHR.layeredAPI(int value) @Nullable VkPhysicalDeviceLayeredApiPropertiesKHRVkPhysicalDeviceLayeredApiPropertiesListKHR.pLayeredApis()VkPhysicalDeviceLayeredApiPropertiesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredApiPropertiesKHR.sType(int value) VkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.toArray()VkPhysicalDeviceLayeredApiPropertiesKHR.vendorID(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceLayeredApiPropertiesKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceLayeredApiPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiPropertiesKHR.clone(Arena arena, VkPhysicalDeviceLayeredApiPropertiesKHR src) voidVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceLayeredApiPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceLayeredApiPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredApiPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceLayeredApiPropertiesKHR> consumer)