Uses of Record Class
club.doki7.vulkan.datatype.VkPerformanceOverrideInfoINTEL
Packages that use VkPerformanceOverrideInfoINTEL
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPerformanceOverrideInfoINTEL in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPerformanceOverrideInfoINTELModifier and TypeMethodDescriptionintVkDeviceCommands.cmdSetPerformanceOverrideINTEL(VkCommandBuffer commandBuffer, VkPerformanceOverrideInfoINTEL pOverrideInfo) -
Uses of VkPerformanceOverrideInfoINTEL in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerformanceOverrideInfoINTELModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPerformanceOverrideInfoINTELstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceOverrideInfoINTELModifier and TypeMethodDescription@NotNull VkPerformanceOverrideInfoINTELVkPerformanceOverrideInfoINTEL.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPerformanceOverrideInfoINTEL.clone(Arena arena, VkPerformanceOverrideInfoINTEL src) VkPerformanceOverrideInfoINTEL.enable(int value) VkPerformanceOverrideInfoINTEL.parameter(long value) VkPerformanceOverrideInfoINTEL.pNext(@NotNull MemorySegment value) VkPerformanceOverrideInfoINTEL.sType(int value) VkPerformanceOverrideInfoINTEL.Ptr.toArray()VkPerformanceOverrideInfoINTEL.type(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerformanceOverrideInfoINTELModifier and TypeMethodDescription@NotNull Iterator<VkPerformanceOverrideInfoINTEL> VkPerformanceOverrideInfoINTEL.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPerformanceOverrideInfoINTELModifier and TypeMethodDescriptionVkPerformanceOverrideInfoINTEL.clone(Arena arena, VkPerformanceOverrideInfoINTEL src) voidVkPerformanceOverrideInfoINTEL.Ptr.write(long index, @NotNull VkPerformanceOverrideInfoINTEL value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceOverrideInfoINTELModifier and TypeMethodDescriptionVkPerformanceOverrideInfoINTEL.Ptr.at(long index, @NotNull Consumer<@NotNull VkPerformanceOverrideInfoINTEL> consumer)