Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEndCodingInfoKHR
Packages that use VkVideoEndCodingInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkVideoEndCodingInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoEndCodingInfoKHRModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdEndVideoCodingKHR(VkCommandBuffer commandBuffer, VkVideoEndCodingInfoKHR pEndCodingInfo) -
Uses of VkVideoEndCodingInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEndCodingInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEndCodingInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEndCodingInfoKHRModifier and TypeMethodDescriptionstatic VkVideoEndCodingInfoKHR@NotNull VkVideoEndCodingInfoKHRVkVideoEndCodingInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoEndCodingInfoKHRVkVideoEndCodingInfoKHR.clone(Arena arena, VkVideoEndCodingInfoKHR src) VkVideoEndCodingInfoKHR.flags(int value) VkVideoEndCodingInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEndCodingInfoKHR.sType(int value) VkVideoEndCodingInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEndCodingInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoEndCodingInfoKHR> VkVideoEndCodingInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEndCodingInfoKHRModifier and TypeMethodDescriptionstatic VkVideoEndCodingInfoKHRVkVideoEndCodingInfoKHR.clone(Arena arena, VkVideoEndCodingInfoKHR src) voidVkVideoEndCodingInfoKHR.Ptr.write(long index, @NotNull VkVideoEndCodingInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEndCodingInfoKHRModifier and TypeMethodDescriptionVkVideoEndCodingInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEndCodingInfoKHR> consumer)