Skip to content

Commit 1593095

Browse files
committed
pipeline2 attempt
1 parent 41bc561 commit 1593095

File tree

2 files changed

+94
-105
lines changed

2 files changed

+94
-105
lines changed

sources/include/cage-engine/scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace cage
2020
Real opacity = Real::Nan();
2121
uint32 object = 0;
2222
uint32 sceneMask = 1;
23-
sint32 renderLayer = 0;
23+
sint32 layer = 0;
2424
};
2525

2626
union CAGE_ENGINE_API ShaderDataComponent

0 commit comments

Comments
 (0)