Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

ENUM

RunActionOptions.GPUFrameCaptureMode

Contents

swift
public enum GPUFrameCaptureMode: String, Codable, Equatable, Sendable

Cases

autoEnabled

swift
case autoEnabled

metal

swift
case metal

openGL

swift
case openGL

disabled

swift
case disabled

Properties

default

swift
public static var `default`: GPUFrameCaptureMode

Released under the MIT License.