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