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 recordRepresents a pointer to / an array ofVkVideoPictureResourceInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoPictureResourceInfoKHRModifier and TypeMethodDescription@NotNull VkVideoPictureResourceInfoKHRVkVideoPictureResourceInfoKHR.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 VkVideoPictureResourceInfoKHRVkVideoDecodeInfoKHR.dstPictureResource()VkVideoPictureResourceInfoKHR.imageViewBinding(@Nullable VkImageView value) VkVideoPictureResourceInfoKHR.pNext(@NotNull MemorySegment value) @Nullable VkVideoPictureResourceInfoKHRVkVideoReferenceSlotInfoKHR.pPictureResource()@NotNull VkVideoPictureResourceInfoKHRVkVideoEncodeInfoKHR.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) voidVkVideoPictureResourceInfoKHR.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)