init(dictionary:)
Creates a technique from a technique definition dictionary.,
Declaration
init?(dictionary: [String : Any])Parameters
- dictionary:
A dictionary defining the series of rendering passes that comprise the technique.
Return Value
A new technique object.
Discussion
See the class overview for details of a technique definition dictionary.