ha just realised that kGfxConstant_MaxBackBufferCount is something you added on top of the existing kGfxConstant_BackBufferCount, any reason for this?
Without a strong reason, I'd rather keep the previous version (with unbounded max. frames in flight) as it is less limiting when using the interop functionality.
ha just realised that
kGfxConstant_MaxBackBufferCount
is something you added on top of the existingkGfxConstant_BackBufferCount
, any reason for this?Without a strong reason, I'd rather keep the previous version (with unbounded max. frames in flight) as it is less limiting when using the interop functionality.