Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceFaultInfoEXT
Packages that use VkDeviceFaultInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDeviceFaultInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.getDeviceFaultInfoEXT
(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) -
Uses of VkDeviceFaultInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceFaultInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceFaultInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultInfoEXT
@NotNull VkDeviceFaultInfoEXT
VkDeviceFaultInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultInfoEXT
VkDeviceFaultInfoEXT.clone
(Arena arena, VkDeviceFaultInfoEXT src) VkDeviceFaultInfoEXT.description
(BytePtr value) VkDeviceFaultInfoEXT.description
(@NotNull Consumer<BytePtr> consumer) VkDeviceFaultInfoEXT.pAddressInfos
(@Nullable IVkDeviceFaultAddressInfoEXT value) VkDeviceFaultInfoEXT.pNext
(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorBinaryData
(@Nullable IPointer pointer) VkDeviceFaultInfoEXT.pVendorBinaryData
(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorInfos
(@Nullable IVkDeviceFaultVendorInfoEXT value) VkDeviceFaultInfoEXT.sType
(int value) VkDeviceFaultInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceFaultInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceFaultInfoEXT> VkDeviceFaultInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultInfoEXT
VkDeviceFaultInfoEXT.clone
(Arena arena, VkDeviceFaultInfoEXT src) void
VkDeviceFaultInfoEXT.Ptr.write
(long index, @NotNull VkDeviceFaultInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionVkDeviceFaultInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceFaultInfoEXT> consumer)