Original Post
[source lang="cpp"]void createBuffer(...other parameters...,ID3D10Buffer** b)
{
...other code...
g_pd3dDevice->CreateBuffer( &d, &i, b);
}[/source]
its like the buffer pointer pointer doesnt works, why?
{
...other code...
g_pd3dDevice->CreateBuffer( &d, &i, b);
}[/source]
its like the buffer pointer pointer doesnt works, why?