Axiom.RenderSystems.OpenGL.GLDefaultHardwareVertexBuffer.DataPtr C# (CSharp) Method

DataPtr() public method

public DataPtr ( int offset ) : IntPtr
offset int
return System.IntPtr
        public IntPtr DataPtr( int offset )
        {
            throw new NotImplementedException();
        }
    }