EDIT: I would wager that filtering in general is incompatible with MSAA surfaces, though. I can't really think of a good way to incorporate the extra subsample data in that operation and I suspect it's just blanket not supported for the same reason. If you aren't ResolveSubresource()ing right now, try that first (again, code!)
Show differencesHistory of post edits
#ActualInvalidPointer
Posted 28 January 2012 - 10:10 AM
It's kind of hard to diagnose if we have no idea what you're actually doing.
Got some code?
EDIT: I would wager that filtering in general is incompatible with MSAA surfaces, though. I can't really think of a good way to incorporate the extra subsample data in that operation and I suspect it's just blanket not supported for the same reason. If you aren't ResolveSubresource()ing right now, try that first (again, code!)
EDIT: I would wager that filtering in general is incompatible with MSAA surfaces, though. I can't really think of a good way to incorporate the extra subsample data in that operation and I suspect it's just blanket not supported for the same reason. If you aren't ResolveSubresource()ing right now, try that first (again, code!)
#1InvalidPointer
Posted 28 January 2012 - 10:05 AM
It's kind of hard to diagnose if we have no idea what you're actually doing.
Got some code?