Looking through the defined surface formats of SlimDX, some seem to be missing. I'm interested in using the NV12 format.
Since the formats are defined as an enum, I can't pass in a FOURCC format as I would be able to using unmanaged code.
Is there any way to work around this?