Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceLayeredDriverPropertiesMSFT
Packages that use VkPhysicalDeviceLayeredDriverPropertiesMSFT
-
Uses of VkPhysicalDeviceLayeredDriverPropertiesMSFT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceLayeredDriverPropertiesMSFTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceLayeredDriverPropertiesMSFTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceLayeredDriverPropertiesMSFTModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceLayeredDriverPropertiesMSFT.clone(Arena arena, VkPhysicalDeviceLayeredDriverPropertiesMSFT src) VkPhysicalDeviceLayeredDriverPropertiesMSFT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceLayeredDriverPropertiesMSFT.sType(int value) VkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.toArray()VkPhysicalDeviceLayeredDriverPropertiesMSFT.underlyingAPI(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceLayeredDriverPropertiesMSFTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceLayeredDriverPropertiesMSFTModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredDriverPropertiesMSFT.clone(Arena arena, VkPhysicalDeviceLayeredDriverPropertiesMSFT src) voidVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.write(long index, @NotNull VkPhysicalDeviceLayeredDriverPropertiesMSFT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceLayeredDriverPropertiesMSFTModifier and TypeMethodDescriptionVkPhysicalDeviceLayeredDriverPropertiesMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceLayeredDriverPropertiesMSFT> consumer)