コード例 #1
0
 public unsafe FrameBuffer()
 {
     fixed(uint *addr = &_hdc)
     {
         Gl.CreateFramebuffers(1, addr);
     }
 }