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

描画関連の宣言 More...

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

Functions

 _PARAM_ATTRIBUTE (_access32, GxProperty::ATTRIBUTE_HIDE)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::B32, "有効", &GxRenderAlphaTestState::getPropertyEnable, &GxRenderAlphaTestState::setPropertyEnable)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, "テスト関数", &GxRenderAlphaTestState::getPropertyFunction, &GxRenderAlphaTestState::setPropertyFunction)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, "基準値", &GxRenderAlphaTestState::getPropertyReference, &GxRenderAlphaTestState::setPropertyReference)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_ADDRESS_U, &GxRenderSamplerState::getPropertyAddressU, &GxRenderSamplerState::setPropertyAddressU)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_ADDRESS_V, &GxRenderSamplerState::getPropertyAddressV, &GxRenderSamplerState::setPropertyAddressV)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_ADDRESS_W, &GxRenderSamplerState::getPropertyAddressW, &GxRenderSamplerState::setPropertyAddressW)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_BORDER_COLOR, &GxRenderSamplerState::getPropertyBorderColor, &GxRenderSamplerState::setPropertyBorderColor)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_MAG_FILTER, &GxRenderSamplerState::getPropertyMagFilter, &GxRenderSamplerState::setPropertyMagFilter)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_MIN_FILTER, &GxRenderSamplerState::getPropertyMinFilter, &GxRenderSamplerState::setPropertyMinFilter)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_MIPMAP_FILTER, &GxRenderSamplerState::getPropertyMipmapFilter, &GxRenderSamplerState::setPropertyMipmapFilter)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::F32, TEXT_MIPMAP_LOD_BIAS, &GxRenderSamplerState::getPropertyMipmapLodBias, &GxRenderSamplerState::setPropertyMipmapLodBias)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_MIPMAP_LEVEL_MAX, &GxRenderSamplerState::getPropertyMipmapLevelMax, &GxRenderSamplerState::setPropertyMipmapLevelMax)
 
 _STRUCT_CUSTOM (GxProperty::TYPE::U32, TEXT_ANISOTROPHY_MAX, &GxRenderSamplerState::getPropertyAnisotropyMax, &GxRenderSamplerState::setPropertyAnisotropyMax)
 

Detailed Description

描画関連の宣言

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