Uses of Record Class
club.doki7.vulkan.datatype.VkQueryPoolPerformanceQueryCreateInfoINTEL
Packages that use VkQueryPoolPerformanceQueryCreateInfoINTEL
-
Uses of VkQueryPoolPerformanceQueryCreateInfoINTEL in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueryPoolPerformanceQueryCreateInfoINTELModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueryPoolPerformanceQueryCreateInfoINTELstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueryPoolPerformanceQueryCreateInfoINTELModifier and TypeMethodDescriptionVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkQueryPoolPerformanceQueryCreateInfoINTEL.clone(Arena arena, VkQueryPoolPerformanceQueryCreateInfoINTEL src) VkQueryPoolPerformanceQueryCreateInfoINTEL.performanceCountersSampling(int value) VkQueryPoolPerformanceQueryCreateInfoINTEL.pNext(@NotNull MemorySegment value) VkQueryPoolPerformanceQueryCreateInfoINTEL.sType(int value) VkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueryPoolPerformanceQueryCreateInfoINTELMethods in club.doki7.vulkan.datatype with parameters of type VkQueryPoolPerformanceQueryCreateInfoINTELModifier and TypeMethodDescriptionVkQueryPoolPerformanceQueryCreateInfoINTEL.clone(Arena arena, VkQueryPoolPerformanceQueryCreateInfoINTEL src) voidVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.write(long index, @NotNull VkQueryPoolPerformanceQueryCreateInfoINTEL value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueryPoolPerformanceQueryCreateInfoINTELModifier and TypeMethodDescriptionVkQueryPoolPerformanceQueryCreateInfoINTEL.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueryPoolPerformanceQueryCreateInfoINTEL> consumer)