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