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