Uses of Record Class
club.doki7.vulkan.handle.VkPerformanceConfigurationINTEL
Packages that use VkPerformanceConfigurationINTEL
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkPerformanceConfigurationINTEL in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPerformanceConfigurationINTELModifier and TypeMethodDescriptionintVkDeviceCommands.queueSetPerformanceConfigurationINTEL(VkQueue queue, VkPerformanceConfigurationINTEL configuration) intVkDeviceCommands.releasePerformanceConfigurationINTEL(VkDevice device, @Nullable VkPerformanceConfigurationINTEL configuration) -
Uses of VkPerformanceConfigurationINTEL in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkPerformanceConfigurationINTELModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkPerformanceConfigurationINTELhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkPerformanceConfigurationINTELModifier and TypeMethodDescription@Nullable VkPerformanceConfigurationINTELVkPerformanceConfigurationINTEL.Ptr.read()@Nullable VkPerformanceConfigurationINTELVkPerformanceConfigurationINTEL.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkPerformanceConfigurationINTELModifier and TypeMethodDescription@NotNull Iterator<VkPerformanceConfigurationINTEL> VkPerformanceConfigurationINTEL.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkPerformanceConfigurationINTELModifier and TypeMethodDescriptionVkPerformanceConfigurationINTEL.Ptr.allocate(Arena arena, @Nullable VkPerformanceConfigurationINTEL @NotNull [] values) VkPerformanceConfigurationINTEL.Ptr.allocateV(Arena arena, @Nullable VkPerformanceConfigurationINTEL value0, @Nullable VkPerformanceConfigurationINTEL... values) voidVkPerformanceConfigurationINTEL.Ptr.write(long index, @Nullable VkPerformanceConfigurationINTEL value) voidVkPerformanceConfigurationINTEL.Ptr.write(@Nullable VkPerformanceConfigurationINTEL value) voidVkPerformanceConfigurationINTEL.Ptr.write(@Nullable VkPerformanceConfigurationINTEL[] values) voidVkPerformanceConfigurationINTEL.Ptr.writeV(@Nullable VkPerformanceConfigurationINTEL value0, @Nullable VkPerformanceConfigurationINTEL... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkPerformanceConfigurationINTELModifier and TypeMethodDescriptionVkPerformanceConfigurationINTEL.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkPerformanceConfigurationINTEL> values)