pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

SlimDX.Direct3D11.UnorderedAccessViewBufferFlags.Counter flag is missing #831

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SlimDX.Direct3D11.UnorderedAccessViewBufferFlags enum, that should be an 
equivalent to the Direct3D

typedef enum D3D11_BUFFER_UAV_FLAG {
  D3D11_BUFFER_UAV_FLAG_RAW       = 0x1,
  D3D11_BUFFER_UAV_FLAG_APPEND    = 0x2,
  D3D11_BUFFER_UAV_FLAG_COUNTER   = 0x4 
} D3D11_BUFFER_UAV_FLAG;

does not contain the Counter flag.

Not a big issue, but still something to fix.

Original issue reported on code.google.com by Furi...@gmail.com on 12 Sep 2011 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by josh.petrie on 12 Sep 2011 at 3:36

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2148.

Original comment by Mike.Popoloski on 15 Nov 2011 at 7:16