Uses of Record Class
club.doki7.vulkan.datatype.VkPerformanceValueDataINTEL
Packages that use VkPerformanceValueDataINTEL
-
Uses of VkPerformanceValueDataINTEL in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerformanceValueDataINTELModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPerformanceValueDataINTELstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceValueDataINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueDataINTEL@NotNull VkPerformanceValueDataINTELVkPerformanceValueDataINTEL.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPerformanceValueDataINTELVkPerformanceValueDataINTEL.clone(Arena arena, VkPerformanceValueDataINTEL src) @NotNull VkPerformanceValueDataINTELVkPerformanceValueINTEL.data()VkPerformanceValueDataINTEL.Ptr.toArray()VkPerformanceValueDataINTEL.value32(int value) VkPerformanceValueDataINTEL.value64(long value) VkPerformanceValueDataINTEL.valueBool(int value) VkPerformanceValueDataINTEL.valueFloat(float value) VkPerformanceValueDataINTEL.valueString(@Nullable BytePtr value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerformanceValueDataINTELModifier and TypeMethodDescription@NotNull Iterator<VkPerformanceValueDataINTEL> VkPerformanceValueDataINTEL.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPerformanceValueDataINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueDataINTELVkPerformanceValueDataINTEL.clone(Arena arena, VkPerformanceValueDataINTEL src) VkPerformanceValueINTEL.data(@NotNull VkPerformanceValueDataINTEL value) voidVkPerformanceValueDataINTEL.Ptr.write(long index, @NotNull VkPerformanceValueDataINTEL value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceValueDataINTELModifier and TypeMethodDescriptionVkPerformanceValueDataINTEL.Ptr.at(long index, @NotNull Consumer<@NotNull VkPerformanceValueDataINTEL> consumer) VkPerformanceValueINTEL.data(Consumer<@NotNull VkPerformanceValueDataINTEL> consumer)