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

テクスチャ管理ツール More...

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

Functions

 _PARAM_NAME_ATTRIBUTE (_textureCount, "テクスチャ枚数", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_textureSize, "テクスチャサイズ合計[byte]", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_textureNonMipSize, "ミップを含まないテクスチャサイズ合計[byte]", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME (_renderGrepAttributeFlag, "絞込有効(属性)")
 
 _PARAM_NAME (_renderGrepFormatFlag, "絞込有効(フォーマット)")
 
 _PARAM_NAME (_renderAttributeFlag, "属性")
 
 _PARAM_NAME (_renderFormatUNKNOWNFlag, "UNKNOWN")
 
 _PARAM_NAME (_renderFormatR8G8B8A8Flag, "R8G8B8A8")
 
 _PARAM_NAME (_renderFormatR8G8B8X8Flag, "R8G8B8X8")
 
 _PARAM_NAME (_renderFormatR8Flag, "R8")
 
 _PARAM_NAME (_renderFormatA8Flag, "A8")
 
 _PARAM_NAME (_renderFormatR32FFlag, "R32F")
 
 _PARAM_NAME (_renderFormatR32G32B32A32FFlag, "R32G32B32A32F")
 
 _PARAM_NAME (_renderFormatR16G16FFlag, "R16G16F")
 
 _PARAM_NAME (_renderFormatR16G16B16A16FFlag, "R16G16B16A16F")
 
 _PARAM_NAME (_renderFormatR11G11B10FFlag, "R11G11B10F")
 
 _PARAM_NAME (_renderFormatDXT1Flag, "DXT1")
 
 _PARAM_NAME (_renderFormatDXT3Flag, "DXT3")
 
 _PARAM_NAME (_renderFormatDXT5Flag, "DXT5")
 
 _PARAM_NAME (_renderFormatBC6HFlag, "BC6H")
 
 _PARAM_NAME (_renderFormatBC7Flag, "BC7")
 
 _PARAM_NAME (_renderFormatD16Flag, "D16")
 
 _PARAM_NAME (_renderFormatD24S8Flag, "D24S8")
 
 _PARAM_NAME (_renderFormatR8G8B8A8_SRGBFlag, "R8G8B8A8_SRGB")
 
 _PARAM_NAME (_renderFormatDXT1_SRGBFlag, "DXT1_SRGB")
 
 _PARAM_NAME (_renderFormatDXT3_SRGBFlag, "DXT3_SRGB")
 
 _PARAM_NAME (_renderFormatDXT5_SRGBFlag, "DXT5_SRGB")
 
 _PARAM_NAME (_renderFormatBC7_SRGBFlag, "BC7_SRGB")
 
 _PARAM_NAME (_unitGrepFlag, "絞込有効(ユニット)")
 

Detailed Description

テクスチャ管理ツール

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Shingo Fukuda
Tahir Arai