Contents

init(rawValue:)

Creates a GPU family instance from a raw value.

Declaration

init?(rawValue: Int)

Parameters

  • rawValue:

    An integer value that represents a GPU family.

Discussion

You don’t need to call this initializer because it’s part of how Swift represents an enumeration from an Objective-C framework.