Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceImageRobustnessFeatures
Packages that use VkPhysicalDeviceImageRobustnessFeatures
-
Uses of VkPhysicalDeviceImageRobustnessFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceImageRobustnessFeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceImageRobustnessFeatures
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceImageRobustnessFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceImageRobustnessFeatures.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceImageRobustnessFeatures.clone
(Arena arena, VkPhysicalDeviceImageRobustnessFeatures src) VkPhysicalDeviceImageRobustnessFeatures.robustImageAccess
(int value) VkPhysicalDeviceImageRobustnessFeatures.sType
(int value) VkPhysicalDeviceImageRobustnessFeatures.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceImageRobustnessFeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceImageRobustnessFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceImageRobustnessFeatures.clone
(Arena arena, VkPhysicalDeviceImageRobustnessFeatures src) void
VkPhysicalDeviceImageRobustnessFeatures.Ptr.write
(long index, @NotNull VkPhysicalDeviceImageRobustnessFeatures value)