Skip to content

Commit

Permalink
Reorder the ShaderGlobals members in rend_lib.h to match the definiti…
Browse files Browse the repository at this point in the history
…on in shaderglobals.h.

Signed-off-by: Tim Grant <[email protected]>
  • Loading branch information
tgrant-nv committed Aug 25, 2023
1 parent bef75d0 commit 0580cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/testrender/cuda/rend_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ struct ShaderGlobals {
float3 dPdtime;
float3 Ps, dPsdx, dPsdy;
void* renderstate;
void* shadingStateUniform;
int thread_index;
int shade_index;
void* tracedata;
void* objdata;
void* context;
void* shadingStateUniform;
int thread_index;
int shade_index;
void* renderer;
void* object2common;
void* shader2common;
Expand Down

0 comments on commit 0580cc1

Please sign in to comment.