Uses of Record Class
club.doki7.vulkan.datatype.VkBindVideoSessionMemoryInfoKHR
Packages that use VkBindVideoSessionMemoryInfoKHR
-
Uses of VkBindVideoSessionMemoryInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindVideoSessionMemoryInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBindVideoSessionMemoryInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindVideoSessionMemoryInfoKHRModifier and TypeMethodDescription@NotNull VkBindVideoSessionMemoryInfoKHR
VkBindVideoSessionMemoryInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBindVideoSessionMemoryInfoKHR.clone
(Arena arena, VkBindVideoSessionMemoryInfoKHR src) VkBindVideoSessionMemoryInfoKHR.memory
(@Nullable VkDeviceMemory value) VkBindVideoSessionMemoryInfoKHR.memoryBindIndex
(int value) VkBindVideoSessionMemoryInfoKHR.memoryOffset
(long value) VkBindVideoSessionMemoryInfoKHR.memorySize
(long value) VkBindVideoSessionMemoryInfoKHR.pNext
(@NotNull MemorySegment value) VkBindVideoSessionMemoryInfoKHR.sType
(int value) VkBindVideoSessionMemoryInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindVideoSessionMemoryInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkBindVideoSessionMemoryInfoKHR> VkBindVideoSessionMemoryInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBindVideoSessionMemoryInfoKHRModifier and TypeMethodDescriptionVkBindVideoSessionMemoryInfoKHR.clone
(Arena arena, VkBindVideoSessionMemoryInfoKHR src) void
VkBindVideoSessionMemoryInfoKHR.Ptr.write
(long index, @NotNull VkBindVideoSessionMemoryInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindVideoSessionMemoryInfoKHRModifier and TypeMethodDescriptionVkBindVideoSessionMemoryInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBindVideoSessionMemoryInfoKHR> consumer)