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