#include <VertexProcessingType.h>
Public Types | |
| enum | Type { software, mixed, hardware, pureHardware } |
| 頂点プロセスタイプ More... | |
Public Member Functions | |
| VertexProcessingType () | |
| コンストラクタ | |
| VertexProcessingType (const VertexProcessingType ©) | |
| コピーコンストラクタ | |
| VertexProcessingType (const Type ©) | |
| コピーコンストラクタ | |
| void | operator= (const VertexProcessingType ©) |
| 代入コピーの隠蔽 | |
| void | operator= (const Type ©) |
| 代入コピーの隠蔽 | |
| u_int | getCreateFlag () |
| 作成フラグの取得 | |
| String | toString () |
| 文字列への変換 | |
Public Attributes | |
| Type | type_ |
| 頂点プロセスタイプ | |
Definition at line 34 of file VertexProcessingType.h.
|
|
頂点プロセスタイプ
Definition at line 37 of file VertexProcessingType.h. |
|
|
コピーコンストラクタ
Definition at line 57 of file VertexProcessingType.h. References type_. |
|
|
コピーコンストラクタ
Definition at line 65 of file VertexProcessingType.h. References type_. |
|
|
作成フラグの取得
Definition at line 83 of file VertexProcessingType.h. References hardware, mixed, pureHardware, software, type_, and u_int. Referenced by Lamp::GraphicsDevice::initialize(). |
|
|
代入コピーの隠蔽
Definition at line 77 of file VertexProcessingType.h. References type_. |
|
|
代入コピーの隠蔽
Definition at line 71 of file VertexProcessingType.h. References type_. |
|
|
文字列への変換
Definition at line 101 of file VertexProcessingType.h. References hardware, mixed, pureHardware, software, and type_. |
1.3.2