Uses of Record Class
club.doki7.vulkan.datatype.VkVideoPictureResourceInfoKHR
Packages that use VkVideoPictureResourceInfoKHR
-
Uses of VkVideoPictureResourceInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoPictureResourceInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoPictureResourceInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoPictureResourceInfoKHRModifier and TypeMethodDescription@NotNull VkVideoPictureResourceInfoKHR
VkVideoPictureResourceInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoPictureResourceInfoKHR.baseArrayLayer
(int value) VkVideoPictureResourceInfoKHR.clone
(Arena arena, VkVideoPictureResourceInfoKHR src) VkVideoPictureResourceInfoKHR.codedExtent
(@NotNull VkExtent2D value) VkVideoPictureResourceInfoKHR.codedExtent
(Consumer<@NotNull VkExtent2D> consumer) VkVideoPictureResourceInfoKHR.codedOffset
(@NotNull VkOffset2D value) VkVideoPictureResourceInfoKHR.codedOffset
(Consumer<@NotNull VkOffset2D> consumer) @NotNull VkVideoPictureResourceInfoKHR
VkVideoDecodeInfoKHR.dstPictureResource()
VkVideoPictureResourceInfoKHR.imageViewBinding
(@Nullable VkImageView value) VkVideoPictureResourceInfoKHR.pNext
(@NotNull MemorySegment value) @Nullable VkVideoPictureResourceInfoKHR
VkVideoReferenceSlotInfoKHR.pPictureResource()
@NotNull VkVideoPictureResourceInfoKHR
VkVideoEncodeInfoKHR.srcPictureResource()
VkVideoPictureResourceInfoKHR.sType
(int value) VkVideoPictureResourceInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoPictureResourceInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoPictureResourceInfoKHR> VkVideoPictureResourceInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoPictureResourceInfoKHRModifier and TypeMethodDescriptionVkVideoPictureResourceInfoKHR.clone
(Arena arena, VkVideoPictureResourceInfoKHR src) VkVideoDecodeInfoKHR.dstPictureResource
(@NotNull VkVideoPictureResourceInfoKHR value) VkVideoEncodeInfoKHR.srcPictureResource
(@NotNull VkVideoPictureResourceInfoKHR value) void
VkVideoPictureResourceInfoKHR.Ptr.write
(long index, @NotNull VkVideoPictureResourceInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoPictureResourceInfoKHRModifier and TypeMethodDescriptionVkVideoPictureResourceInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoPictureResourceInfoKHR> consumer) VkVideoDecodeInfoKHR.dstPictureResource
(Consumer<@NotNull VkVideoPictureResourceInfoKHR> consumer) VkVideoEncodeInfoKHR.srcPictureResource
(Consumer<@NotNull VkVideoPictureResourceInfoKHR> consumer)