bool IsUsingDeferredContext() const;
IsUsingDeferredContext checks if the D3D1x(DeviceContext) is a deferred context. This affects how buffers are allocated and updated.
Returns true if this is a deferred context and false otherwise.