Twitch SDK (Internal)
unity.h
Go to the documentation of this file.
1 /********************************************************************************************
2 * Twitch Broadcasting SDK
3 *
4 * This software is supplied under the terms of a license agreement with Twitch Interactive, Inc. and
5 * may not be copied or used except in accordance with the terms of that agreement
6 * Copyright (c) 2012-2016 Twitch Interactive, Inc.
7 *********************************************************************************************/
8 
9 #pragma once
10 
11 // Graphics device identifiers in Unity
13 {
14  kGfxRendererOpenGL = 0, // OpenGL
15  kGfxRendererD3D9, // Direct3D 9
16  kGfxRendererD3D11, // Direct3D 11
17  kGfxRendererGCM, // Sony PlayStation 3 GCM
18  kGfxRendererNull, // "null" device (used in batch mode)
19  kGfxRendererHollywood, // Nintendo Wii
20  kGfxRendererXenon, // Xbox 360
21  kGfxRendererOpenGLES, // OpenGL ES 1.1
22  kGfxRendererOpenGLES20Mobile, // OpenGL ES 2.0 mobile variant
23  kGfxRendererMolehill, // Flash 11 Stage3D
24  kGfxRendererOpenGLES20Desktop, // OpenGL ES 2.0 desktop variant (i.e. NaCl)
26 };
Definition: unity.h:16
Definition: unity.h:19
Definition: unity.h:20
Definition: unity.h:15
Definition: unity.h:21
Definition: unity.h:24
Definition: unity.h:23
GfxDeviceRenderer
Definition: unity.h:12
Definition: unity.h:22
Definition: unity.h:25
Definition: unity.h:17
Definition: unity.h:14
Definition: unity.h:18