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 record
Represents a pointer to / an array ofVkPerformanceValueDataINTEL
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceValueDataINTELModifier and TypeMethodDescriptionstatic VkPerformanceValueDataINTEL
@NotNull VkPerformanceValueDataINTEL
VkPerformanceValueDataINTEL.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPerformanceValueDataINTEL
VkPerformanceValueDataINTEL.clone
(Arena arena, VkPerformanceValueDataINTEL src) @NotNull VkPerformanceValueDataINTEL
VkPerformanceValueINTEL.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 VkPerformanceValueDataINTEL
VkPerformanceValueDataINTEL.clone
(Arena arena, VkPerformanceValueDataINTEL src) VkPerformanceValueINTEL.data
(@NotNull VkPerformanceValueDataINTEL value) void
VkPerformanceValueDataINTEL.Ptr.write
(long index, @NotNull VkPerformanceValueDataINTEL value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceValueDataINTELModifier and TypeMethodDescriptionVkPerformanceValueINTEL.data
(Consumer<@NotNull VkPerformanceValueDataINTEL> consumer)