mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026392: Visualization, TKD3DHost - provide straight-forward base for integration of TKOpenGl viewer into D3D-based application
D3DHost_GraphicDriver - new graphic driver providing D3D host for OpenGL workspace. WNT_Window - handle virtual dimensions within virtual window. OpenGl_FrameBuffer::Init() - add protection against 0 dimensions. V3d_View::IsInvalidated() - add method to check view cache validation state. ViewerTest::ViewerInit() - create virtual window without decorations on Windows.
This commit is contained in:
@@ -384,6 +384,16 @@ void V3d_View::Invalidate() const
|
||||
}
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//function : IsInvalidated
|
||||
//purpose :
|
||||
//=============================================================================
|
||||
Standard_Boolean V3d_View::IsInvalidated() const
|
||||
{
|
||||
return !MyView->IsDefined()
|
||||
|| MyView->IsInvalidated();
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//function : AutoZFit
|
||||
//purpose :
|
||||
|
Reference in New Issue
Block a user