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

GenTextures() private method

private GenTextures ( Int32 n, [ textures ) : void
n Int32
textures [
return void
            internal extern static unsafe void GenTextures(Int32 n, [OutAttribute] UInt32* textures);
            [System.Security.SuppressUnmanagedCodeSecurity()]
GL.Core