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 recordRepresents a pointer to / an array ofVkPhysicalDeviceImageRobustnessFeaturesstructure(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.pNext(@NotNull MemorySegment value) 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) voidVkPhysicalDeviceImageRobustnessFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceImageRobustnessFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceImageRobustnessFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceImageRobustnessFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceImageRobustnessFeatures> consumer)