Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateGraphicsDevice()

Creates the main API object. Call this method only once in your application.
Read time 1 minuteLast updated 11 days ago

Definition

public static GraphicsDevice CreateGraphicsDevice()

Returns

Type

Description

GraphicsDeviceThe Device API object to access AMD features. If you call this function again, the function returns the same device.