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