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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkPerformanceValueINTELstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceValueINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueINTEL@NotNull VkPerformanceValueINTELVkPerformanceValueINTEL.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPerformanceValueINTELVkPerformanceValueINTEL.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 VkPerformanceValueINTELVkPerformanceValueINTEL.clone(Arena arena, VkPerformanceValueINTEL src) voidVkPerformanceValueINTEL.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)