コード例 #1
0
		public static bool IsSupported( CPUFeature feature )
		{
			return cpuFeatures[ (int)feature ];
		}
コード例 #2
0
ファイル: PlatformInformation.cs プロジェクト: axiom3d/axiom
 public static bool IsSupported(CPUFeature feature)
 {
     return(cpuFeatures[(int)feature]);
 }