BeamNG / eawebkit_demo

EAWebkit Demo application using DirectX 11 for Windows.
16 stars 5 forks source link

EAWebkit not rendering #2

Closed uniquejack closed 5 years ago

uniquejack commented 5 years ago

I've compiled the latest version of EAWebkit (16.3.1.1.0) and copied the dll into Bin64. I ran the demo but nothing appeared: I can see the rotating cube but EAWebkit doesn't render anything on screen. Is there something I should do?

This is the log file: EAWebKit:Event kLETLoadStarted : Sent a request to server for page load EAWebKit:Event kLETLoadProgressUpdate : Page load in progress with estimate = 0.100000 EAWebKit:Event kLETResourceResponseReceived : The server has responded to a resource request URL - http://html5test.com/ with status = 200 EAWebKit:Event kLETLoadProgressUpdate : Page load in progress with estimate = 0.167357 EAWebKit:Event kLETLoadCommited : The first chunk of data from the server is available EAWebKit:Event kLETOnLoadEventsHandled : The Onload events have been handled EAWebKit:Event kLETLoadProgressUpdate : Page load in progress with estimate = 1.000000 EAWebKit:Event kLETLoadCompletedWithoutErrors : The load is completed without errors

uniquejack commented 5 years ago

Nevermind I solved the issue by disabling tiled backing store: vp.mUseTiledBackingStore = false;