Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH265SessionParametersFeedbackInfoKHR
Packages that use VkVideoEncodeH265SessionParametersFeedbackInfoKHR
-
Uses of VkVideoEncodeH265SessionParametersFeedbackInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH265SessionParametersFeedbackInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeH265SessionParametersFeedbackInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH265SessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH265SessionParametersFeedbackInfoKHR.clone(Arena arena, VkVideoEncodeH265SessionParametersFeedbackInfoKHR src) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdPPSOverrides(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdSPSOverrides(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.hasStdVPSOverrides(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.sType(int value) VkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH265SessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH265SessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265SessionParametersFeedbackInfoKHR.clone(Arena arena, VkVideoEncodeH265SessionParametersFeedbackInfoKHR src) voidVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeH265SessionParametersFeedbackInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH265SessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265SessionParametersFeedbackInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH265SessionParametersFeedbackInfoKHR> consumer)