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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkVideoCodingControlInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoCodingControlInfoKHRModifier and TypeMethodDescriptionstatic VkVideoCodingControlInfoKHR@NotNull VkVideoCodingControlInfoKHRVkVideoCodingControlInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoCodingControlInfoKHRVkVideoCodingControlInfoKHR.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 VkVideoCodingControlInfoKHRVkVideoCodingControlInfoKHR.clone(Arena arena, VkVideoCodingControlInfoKHR src) voidVkVideoCodingControlInfoKHR.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)