Axiom.RenderSystems.OpenGLES.GLESPBuffer.GetPixelComponentType C# (CSharp) Méthode

GetPixelComponentType() public static méthode

public static GetPixelComponentType ( PixelFormat fmt ) : PixelComponentType
fmt PixelFormat
Résultat PixelComponentType
		public static PixelComponentType GetPixelComponentType( PixelFormat fmt )
		{
			throw new NotImplementedException();
		}
	}