OROCHI
 
Loading...
Searching...
No Matches
GxPrimitiveManager.cpp File Reference

プリミティブマネージャクラス More...

#include "Gx.h"
Include dependency graph for GxPrimitiveManager.cpp:

Functions

 _PARAM_NAME_ATTRIBUTE (_commandBufferSize, "コマンドバッファ割り当てサイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_vertexBufferSize, "頂点バッファ割り当てサイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_indexBufferSize, "インデックスバッファ割り当てサイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_maxCommandBufferSize, "コマンドバッファ割り当てサイズ(1個)", GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM_NAME_ATTRIBUTE (_maxVertexBufferSize, "頂点バッファ割り当てサイズ(1個)", GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM_NAME_ATTRIBUTE (_maxIndexBufferSize, "インデックスバッファ割り当てサイズ(1個)", GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM_NAME_ATTRIBUTE (_usedCommandBufferSize, "コマンドバッファ消費サイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_usedVertexBufferSize, "頂点バッファ消費サイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_usedIndexBufferSize, "インデックスバッファ消費サイズ", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_maxProjectionMatrix2DIdCount,"2D射影行列最大ID数", GxProperty::ATTRIBUTE_READONLY)
 

Detailed Description

プリミティブマネージャクラス

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Kei Honda
Kazuyuki Asano
Tahir Arai