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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkInitializePerformanceApiInfoINTELstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkInitializePerformanceApiInfoINTELModifier and TypeMethodDescription@NotNull VkInitializePerformanceApiInfoINTELVkInitializePerformanceApiInfoINTEL.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) voidVkInitializePerformanceApiInfoINTEL.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)