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