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 record
Represents a pointer to / an array ofVkPhysicalDeviceFaultFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFaultFeaturesEXTModifier and TypeMethodDescription@NotNull VkPhysicalDeviceFaultFeaturesEXT
VkPhysicalDeviceFaultFeaturesEXT.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.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) void
VkPhysicalDeviceFaultFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceFaultFeaturesEXT value)