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 record
Represents a pointer to / an array ofVkVideoInlineQueryInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoInlineQueryInfoKHRModifier and TypeMethodDescriptionstatic VkVideoInlineQueryInfoKHR
@NotNull VkVideoInlineQueryInfoKHR
VkVideoInlineQueryInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoInlineQueryInfoKHR
VkVideoInlineQueryInfoKHR.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 VkVideoInlineQueryInfoKHR
VkVideoInlineQueryInfoKHR.clone
(Arena arena, VkVideoInlineQueryInfoKHR src) void
VkVideoInlineQueryInfoKHR.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)