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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDeviceFaultCountsEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultCountsEXTModifier and TypeMethodDescriptionVkDeviceFaultCountsEXT.addressInfoCount(int value) static VkDeviceFaultCountsEXT@NotNull VkDeviceFaultCountsEXTVkDeviceFaultCountsEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultCountsEXTVkDeviceFaultCountsEXT.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 VkDeviceFaultCountsEXTVkDeviceFaultCountsEXT.clone(Arena arena, VkDeviceFaultCountsEXT src) voidVkDeviceFaultCountsEXT.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)