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 TypeMethodDescriptionint
VkDeviceCommands.queueSetPerformanceConfigurationINTEL
(VkQueue queue, VkPerformanceConfigurationINTEL configuration) int
VkDeviceCommands.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 record
Represents a pointer toVkPerformanceConfigurationINTEL
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkPerformanceConfigurationINTELModifier and TypeMethodDescription@Nullable VkPerformanceConfigurationINTEL
VkPerformanceConfigurationINTEL.Ptr.read()
@Nullable VkPerformanceConfigurationINTEL
VkPerformanceConfigurationINTEL.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) void
VkPerformanceConfigurationINTEL.Ptr.write
(long index, @Nullable VkPerformanceConfigurationINTEL value) void
VkPerformanceConfigurationINTEL.Ptr.write
(@Nullable VkPerformanceConfigurationINTEL value) void
VkPerformanceConfigurationINTEL.Ptr.write
(@Nullable VkPerformanceConfigurationINTEL[] values) void
VkPerformanceConfigurationINTEL.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)