Uses of Record Class
club.doki7.vulkan.datatype.VkPerformanceValueINTEL
Packages that use VkPerformanceValueINTEL
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPerformanceValueINTEL in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPerformanceValueINTELModifier and TypeMethodDescriptionint
VkDeviceCommands.getPerformanceParameterINTEL
(VkDevice device, int parameter, VkPerformanceValueINTEL pValue) -
Uses of VkPerformanceValueINTEL in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerformanceValueINTELModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPerformanceValueINTEL
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceValueINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueINTEL
@NotNull VkPerformanceValueINTEL
VkPerformanceValueINTEL.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPerformanceValueINTEL
VkPerformanceValueINTEL.clone
(Arena arena, VkPerformanceValueINTEL src) VkPerformanceValueINTEL.data
(@NotNull VkPerformanceValueDataINTEL value) VkPerformanceValueINTEL.data
(Consumer<@NotNull VkPerformanceValueDataINTEL> consumer) VkPerformanceValueINTEL.Ptr.toArray()
VkPerformanceValueINTEL.type
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerformanceValueINTELModifier and TypeMethodDescription@NotNull Iterator
<VkPerformanceValueINTEL> VkPerformanceValueINTEL.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPerformanceValueINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueINTEL
VkPerformanceValueINTEL.clone
(Arena arena, VkPerformanceValueINTEL src) void
VkPerformanceValueINTEL.Ptr.write
(long index, @NotNull VkPerformanceValueINTEL value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceValueINTELModifier and TypeMethodDescriptionVkPerformanceValueINTEL.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPerformanceValueINTEL> consumer)