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