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