random offsets in raygen
This commit is contained in:
parent
2bc40926b8
commit
74457d1a9c
5 changed files with 37 additions and 38 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue