ややプログラム紀行

博士2年のプログラムに関する日記

2012-08-18から1日間の記事一覧

昨日の続き

C++

絶対に今日1回で書き終わらない\(^o^)/ // USAGE STYLE 2 // Reusing one vertex buffer for multiple objects // Determine the size of data to be moved into the vertex buffer. UINT nSizeOfData = nNumberOfVertices * m_nVertexStride; // No overw…