SystemInfo
- deviceModel
- deviceName
- deviceUniqueIdentifier
- graphicsDeviceID
- graphicsDeviceName
- graphicsDeviceVendorID
- graphicsDeviceVendor
- graphicsDeviceVersion
- graphicsMemorySize
- graphicsPixelFillrate
- graphicsShaderLevel
- operatingSystem
- processorCount
- processorType
- supportsImageEffects
- SupportsRenderTextureFormat
- supportsRenderTextures
- supportsShadows
- systemMemorySize
SystemInfo.supportsRenderTextures 是否支持渲染纹理
static var supportsRenderTextures : bool
Description描述
Are render textures supported? (Read Only)
是否支持渲染纹理?(只读)
Returns true if graphics card supports Render Textures in general. Use SystemInfo.SupportsRenderTextureFormat to check for support for specific render texture format.
返回true,如果显卡支持渲染纹理。使用SystemInfo.SupportsRenderTextureFormat检测支持的特定渲染纹理格式。
参见: RenderTexture 类
最后修改:2011年3月18日 Friday 20:04