Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeInfoKHR
Packages that use VkVideoDecodeInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkVideoDecodeInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoDecodeInfoKHRModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdDecodeVideoKHR
(VkCommandBuffer commandBuffer, VkVideoDecodeInfoKHR pDecodeInfo) -
Uses of VkVideoDecodeInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoDecodeInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeInfoKHRModifier and TypeMethodDescriptionstatic VkVideoDecodeInfoKHR
@NotNull VkVideoDecodeInfoKHR
VkVideoDecodeInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoDecodeInfoKHR
VkVideoDecodeInfoKHR.clone
(Arena arena, VkVideoDecodeInfoKHR src) VkVideoDecodeInfoKHR.dstPictureResource
(@NotNull VkVideoPictureResourceInfoKHR value) VkVideoDecodeInfoKHR.dstPictureResource
(Consumer<@NotNull VkVideoPictureResourceInfoKHR> consumer) VkVideoDecodeInfoKHR.flags
(int value) VkVideoDecodeInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoDecodeInfoKHR.pReferenceSlots
(@Nullable IVkVideoReferenceSlotInfoKHR value) VkVideoDecodeInfoKHR.pSetupReferenceSlot
(@Nullable IVkVideoReferenceSlotInfoKHR value) VkVideoDecodeInfoKHR.referenceSlotCount
(int value) VkVideoDecodeInfoKHR.srcBufferOffset
(long value) VkVideoDecodeInfoKHR.srcBufferRange
(long value) VkVideoDecodeInfoKHR.sType
(int value) VkVideoDecodeInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoDecodeInfoKHR> VkVideoDecodeInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeInfoKHRModifier and TypeMethodDescriptionstatic VkVideoDecodeInfoKHR
VkVideoDecodeInfoKHR.clone
(Arena arena, VkVideoDecodeInfoKHR src) void
VkVideoDecodeInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoDecodeInfoKHR> consumer)