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