DXR raytracing now works in the preview window.

This commit is contained in:
Justin Marshall
2026-04-24 15:28:26 -07:00
parent ea83d9eac1
commit 58638b64e0
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ public:
virtual void WriteDemoPics();
virtual void DrawDemoPics();
virtual void BeginFrame( int windowWidth, int windowHeight );
virtual void EndFrame( int *frontEndMsec, int *backEndMsec );
virtual void EndFrame( int *frontEndMsec, int *backEndMsec, bool swapBuffer = true );
virtual void TakeScreenshot( int width, int height, const char *fileName, int downSample, renderView_t *ref );
virtual void CropRenderSize( int width, int height, bool makePowerOfTwo = false, bool forceDimensions = false );
virtual void CaptureRenderToImage( const char *imageName );