Uses of Record Class
club.doki7.vulkan.datatype.VkVideoInlineQueryInfoKHR
Packages that use VkVideoInlineQueryInfoKHR
-
Uses of VkVideoInlineQueryInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoInlineQueryInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoInlineQueryInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoInlineQueryInfoKHRModifier and TypeMethodDescriptionstatic VkVideoInlineQueryInfoKHR@NotNull VkVideoInlineQueryInfoKHRVkVideoInlineQueryInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoInlineQueryInfoKHRVkVideoInlineQueryInfoKHR.clone(Arena arena, VkVideoInlineQueryInfoKHR src) VkVideoInlineQueryInfoKHR.firstQuery(int value) VkVideoInlineQueryInfoKHR.pNext(@NotNull MemorySegment value) VkVideoInlineQueryInfoKHR.queryCount(int value) VkVideoInlineQueryInfoKHR.queryPool(@Nullable VkQueryPool value) VkVideoInlineQueryInfoKHR.sType(int value) VkVideoInlineQueryInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoInlineQueryInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoInlineQueryInfoKHR> VkVideoInlineQueryInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoInlineQueryInfoKHRModifier and TypeMethodDescriptionstatic VkVideoInlineQueryInfoKHRVkVideoInlineQueryInfoKHR.clone(Arena arena, VkVideoInlineQueryInfoKHR src) voidVkVideoInlineQueryInfoKHR.Ptr.write(long index, @NotNull VkVideoInlineQueryInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoInlineQueryInfoKHRModifier and TypeMethodDescriptionVkVideoInlineQueryInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoInlineQueryInfoKHR> consumer)