Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFaultFeaturesEXT
Packages that use VkPhysicalDeviceFaultFeaturesEXT
-
Uses of VkPhysicalDeviceFaultFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFaultFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceFaultFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFaultFeaturesEXTModifier and TypeMethodDescription@NotNull VkPhysicalDeviceFaultFeaturesEXTVkPhysicalDeviceFaultFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFaultFeaturesEXT.clone(Arena arena, VkPhysicalDeviceFaultFeaturesEXT src) VkPhysicalDeviceFaultFeaturesEXT.deviceFault(int value) VkPhysicalDeviceFaultFeaturesEXT.deviceFaultVendorBinary(int value) VkPhysicalDeviceFaultFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFaultFeaturesEXT.sType(int value) VkPhysicalDeviceFaultFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFaultFeaturesEXTModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceFaultFeaturesEXT> VkPhysicalDeviceFaultFeaturesEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFaultFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFaultFeaturesEXT.clone(Arena arena, VkPhysicalDeviceFaultFeaturesEXT src) voidVkPhysicalDeviceFaultFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceFaultFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFaultFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFaultFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFaultFeaturesEXT> consumer)