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

GetUniformfv() private method

private GetUniformfv ( UInt32 program, Int32 location, [ @params ) : void
program UInt32
location Int32
@params [
return void
            internal extern static unsafe void GetUniformfv(UInt32 program, Int32 location, [OutAttribute] Single* @params);
            [System.Security.SuppressUnmanagedCodeSecurity()]
GL.Core