Mapping a Vertex Buffer in DirectX11
- by judeclarke
I have a VertexBuffer that I am remapping on a per frame base for a bunch of quads that are constantly updated, sharing the same material\index buffer but have different width/heights. However, currently right now there is a really bad flicker on this geometry.
Although it is flickering, the flicker looks correct. I know it is the vertex buffer…