first commit
This commit is contained in:
40
include/engine/gpu/gpu_caps.h
Normal file
40
include/engine/gpu/gpu_caps.h
Normal file
@ -0,0 +1,40 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __GPUCAPS__
|
||||
#define __GPUCAPS__
|
||||
|
||||
|
||||
namespace GS {
|
||||
namespace GPU {
|
||||
|
||||
enum Caps
|
||||
{
|
||||
/*!
|
||||
@name Hardware caps.
|
||||
@{
|
||||
*/
|
||||
MaxTextureSize,
|
||||
MaxTextureUnit,
|
||||
|
||||
CanBlitRBO,
|
||||
TextureTopLeftOrigin,
|
||||
|
||||
MaxAnisotropy,
|
||||
/*!
|
||||
@}
|
||||
@name Performance hints.
|
||||
@{
|
||||
*/
|
||||
CheapLights
|
||||
/// @}
|
||||
};
|
||||
|
||||
} // GPU
|
||||
} // GS
|
||||
|
||||
|
||||
#endif // __GPUCAPS__
|
||||
Reference in New Issue
Block a user