Hi Robert,

I got dev version and found following

When I create GraphicsWindowWin32

then osg calls

bool GraphicsWindowWin32::realizeImplementation()

where it calls

bool GraphicsContext::makeCurrent()

then

getState()->initializeExtensionProcs();

but when

GraphicsWindowEmbedded

is created it

calls

virtual bool realizeImplementation() { return true; }

thus not call to

getState()->initializeExtensionProcs();

and no extensions are initialized for embedded window

Regards
Sergey
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to