Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH265ProfileInfoKHR
Packages that use VkVideoEncodeH265ProfileInfoKHR
-
Uses of VkVideoEncodeH265ProfileInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH265ProfileInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeH265ProfileInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH265ProfileInfoKHRModifier and TypeMethodDescription@NotNull VkVideoEncodeH265ProfileInfoKHR
VkVideoEncodeH265ProfileInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH265ProfileInfoKHR.clone
(Arena arena, VkVideoEncodeH265ProfileInfoKHR src) VkVideoEncodeH265ProfileInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoEncodeH265ProfileInfoKHR.stdProfileIdc
(int value) VkVideoEncodeH265ProfileInfoKHR.sType
(int value) VkVideoEncodeH265ProfileInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH265ProfileInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoEncodeH265ProfileInfoKHR> VkVideoEncodeH265ProfileInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH265ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265ProfileInfoKHR.clone
(Arena arena, VkVideoEncodeH265ProfileInfoKHR src) void
VkVideoEncodeH265ProfileInfoKHR.Ptr.write
(long index, @NotNull VkVideoEncodeH265ProfileInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH265ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265ProfileInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoEncodeH265ProfileInfoKHR> consumer)