mrvux / FeralTic

Small utilities wrapper for SlimDX / Direct3D11
5 stars 18 forks source link

adds flags to allow the creation of shared rendertargets #12

Closed arturoc closed 9 years ago

arturoc commented 9 years ago

This changes the meaning of allowShared in the creation of RenderTargets which seemed to not be used anywhere in the code from ResourceOptionFlags.KeyedMutex to ResourceOptionFlags.Shared allowing to share the texture between different contexts. I'm sending another PR to vvvv-dx11 which complements this allowing to create a TempTargetRenderer which uses shared render targets

mrvux commented 9 years ago

Thanks