C# Class idTech4.Renderer.GLConfig

Contains variables specific to the OpenGL configuration being run right now.
显示文件 Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
AllowArb2Path bool
AllowNV10Path bool
AllowNV20Path bool
AllowNV30Path bool
AllowR200Path bool
AnisotropicAvailable bool
ArbFragmentProgramAvailable bool
ArbVertexBufferObjectAvailable bool
ArbVertexProgramAvailable bool
AtiFragmentShaderAvailable bool
AtiTwoSidedStencilAvailable bool
ColorBits int
CubeMapAvailable bool
DepthBits int
DepthBoundsTestAvailable bool
DisplayFrequency int
EnvDot3Available bool
Extensions string
IsFullscreen bool
MaxTextureAnisotropy int
MaxTextureCoordinates int
MaxTextureImageUnits int
MaxTextureSize int
MaxTextureUnits int
MultiTextureAvailable bool
RegisterCombinersAvailable bool
Renderer string
SharedTexturePaletteAvailable bool
StencilBits int
Texture3DAvailable bool
TextureCompressionAvailable bool
TextureEnvAddAvailable bool
TextureEnvCombineAvailable bool
TextureLodBiasAvailable bool
TextureNonPowerOfTwoAvailable bool
TwoSidedStencilAvailable bool
Vendor string
Version string
VersionF System.Version
VideoHeight int
VideoWidth int

Property Details

AllowArb2Path public_oe property

public bool AllowArb2Path
return bool

AllowNV10Path public_oe property

public bool AllowNV10Path
return bool

AllowNV20Path public_oe property

public bool AllowNV20Path
return bool

AllowNV30Path public_oe property

public bool AllowNV30Path
return bool

AllowR200Path public_oe property

public bool AllowR200Path
return bool

AnisotropicAvailable public_oe property

public bool AnisotropicAvailable
return bool

ArbFragmentProgramAvailable public_oe property

public bool ArbFragmentProgramAvailable
return bool

ArbVertexBufferObjectAvailable public_oe property

public bool ArbVertexBufferObjectAvailable
return bool

ArbVertexProgramAvailable public_oe property

public bool ArbVertexProgramAvailable
return bool

AtiFragmentShaderAvailable public_oe property

public bool AtiFragmentShaderAvailable
return bool

AtiTwoSidedStencilAvailable public_oe property

public bool AtiTwoSidedStencilAvailable
return bool

ColorBits public_oe property

public int ColorBits
return int

CubeMapAvailable public_oe property

public bool CubeMapAvailable
return bool

DepthBits public_oe property

public int DepthBits
return int

DepthBoundsTestAvailable public_oe property

public bool DepthBoundsTestAvailable
return bool

DisplayFrequency public_oe property

public int DisplayFrequency
return int

EnvDot3Available public_oe property

public bool EnvDot3Available
return bool

Extensions public_oe property

public string Extensions
return string

IsFullscreen public_oe property

public bool IsFullscreen
return bool

MaxTextureAnisotropy public_oe property

public int MaxTextureAnisotropy
return int

MaxTextureCoordinates public_oe property

public int MaxTextureCoordinates
return int

MaxTextureImageUnits public_oe property

public int MaxTextureImageUnits
return int

MaxTextureSize public_oe property

public int MaxTextureSize
return int

MaxTextureUnits public_oe property

public int MaxTextureUnits
return int

MultiTextureAvailable public_oe property

public bool MultiTextureAvailable
return bool

RegisterCombinersAvailable public_oe property

public bool RegisterCombinersAvailable
return bool

Renderer public_oe property

public string Renderer
return string

SharedTexturePaletteAvailable public_oe property

public bool SharedTexturePaletteAvailable
return bool

StencilBits public_oe property

public int StencilBits
return int

Texture3DAvailable public_oe property

public bool Texture3DAvailable
return bool

TextureCompressionAvailable public_oe property

public bool TextureCompressionAvailable
return bool

TextureEnvAddAvailable public_oe property

public bool TextureEnvAddAvailable
return bool

TextureEnvCombineAvailable public_oe property

public bool TextureEnvCombineAvailable
return bool

TextureLodBiasAvailable public_oe property

public bool TextureLodBiasAvailable
return bool

TextureNonPowerOfTwoAvailable public_oe property

public bool TextureNonPowerOfTwoAvailable
return bool

TwoSidedStencilAvailable public_oe property

public bool TwoSidedStencilAvailable
return bool

Vendor public_oe property

public string Vendor
return string

Version public_oe property

public string Version
return string

VersionF public_oe property

public Version,System VersionF
return System.Version

VideoHeight public_oe property

public int VideoHeight
return int

VideoWidth public_oe property

public int VideoWidth
return int