TextureManager::IsUsingDeferredContext
TextureManager::IsUsingDeferredContext
bool IsUsingDeferredContext() const;
Description
IsUsingDeferredContext checks if the D3D1x(DeviceContext) is a deferred context. This affects how buffers are allocated and updated.
Return Value
Returns true if D3D1x(DeviceContext) is a deferred context.