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