HeavenWu / slimdx

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

DXGI Usage enumeration is missing UnorderedAccess #648

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Usage enumeration in DXGI is missing an UnorderedAccess option 
(DXGI_USAGE_UNORDERED_ACCESS).

This makes it impossible to use the backbuffer as a UAV in a compute shader.

I'm using the Feb 2010 release, and I saw the latest source (Enums.h) is 
still missing the option.

Original issue reported on code.google.com by mccarthp on 7 Apr 2010 at 5:54

GoogleCodeExporter commented 8 years ago

Original comment by josh.petrie on 7 Apr 2010 at 8:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1524.

Original comment by Mike.Popoloski on 16 Apr 2010 at 8:49