OpenTK.Graphics.ES20.GL.Core.PixelStorei C# (CSharp) Method

PixelStorei() private method

private PixelStorei ( OpenTK pname, Int32 param ) : void
pname OpenTK
param Int32
return void
            internal extern static void PixelStorei(OpenTK.Graphics.ES20.PixelStoreParameter pname, Int32 param);
            [System.Security.SuppressUnmanagedCodeSecurity()]
GL.Core