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