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 recordRepresents a pointer to / an array ofVkBindVideoSessionMemoryInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindVideoSessionMemoryInfoKHRModifier and TypeMethodDescription@NotNull VkBindVideoSessionMemoryInfoKHRVkBindVideoSessionMemoryInfoKHR.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) voidVkBindVideoSessionMemoryInfoKHR.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)