摘要:
有个程序,需要处理一张16384x16384大小的图片,需要把整个图片读入内存,常规处理了半天总是内存报错,起初怀疑GDI的问题,后来发现是内存申请问题。很奇怪,32位程序也应该有2G的用户内存啊,怎么new不出来1G内存? 无聊,写了个测试内存申请程序如下: int M = 1024*1024; 阅读全文
摘要:
libtess https://github.com/sdragonx/libtess this is refactored version of the original libtess which comes with the GLU reference implementation.this 阅读全文
摘要:
// // left top 这里设置的默认是左上角 // void push_view2d(int left, int top, int width, int height) { //glPushAttrib(GL_TRANSFORM_BIT|GL_VIEWPORT_BIT); glPushAtt 阅读全文