Uses of Record Class
club.doki7.vulkan.datatype.VkCalibratedTimestampInfoKHR
Packages that use VkCalibratedTimestampInfoKHR
-
Uses of VkCalibratedTimestampInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCalibratedTimestampInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCalibratedTimestampInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCalibratedTimestampInfoKHRModifier and TypeMethodDescriptionstatic VkCalibratedTimestampInfoKHR@NotNull VkCalibratedTimestampInfoKHRVkCalibratedTimestampInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCalibratedTimestampInfoKHRVkCalibratedTimestampInfoKHR.clone(Arena arena, VkCalibratedTimestampInfoKHR src) VkCalibratedTimestampInfoKHR.pNext(@NotNull MemorySegment value) VkCalibratedTimestampInfoKHR.sType(int value) VkCalibratedTimestampInfoKHR.timeDomain(int value) VkCalibratedTimestampInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCalibratedTimestampInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkCalibratedTimestampInfoKHR> VkCalibratedTimestampInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCalibratedTimestampInfoKHRModifier and TypeMethodDescriptionstatic VkCalibratedTimestampInfoKHRVkCalibratedTimestampInfoKHR.clone(Arena arena, VkCalibratedTimestampInfoKHR src) voidVkCalibratedTimestampInfoKHR.Ptr.write(long index, @NotNull VkCalibratedTimestampInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCalibratedTimestampInfoKHRModifier and TypeMethodDescriptionVkCalibratedTimestampInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkCalibratedTimestampInfoKHR> consumer)