random offsets in raygen

This commit is contained in:
CDaut 2024-06-29 19:08:24 +02:00
parent 2bc40926b8
commit 74457d1a9c
Signed by: clara
GPG key ID: 223391B52FAD4463
5 changed files with 37 additions and 38 deletions

View file

@ -71,8 +71,8 @@ void renderUI(HelloVulkan& helloVk, bool useRaytracer)
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
static int const SAMPLE_WIDTH = 1280;
static int const SAMPLE_HEIGHT = 720;
static int const SAMPLE_WIDTH = 800;
static int const SAMPLE_HEIGHT = 800;
//--------------------------------------------------------------------------------------------------