File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/[template][pc][vscode] Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ static demo_scene_t const c_SceneLoaders[] = {
410
410
scene_filters_loader ,
411
411
},
412
412
{
413
- 10000 ,
413
+ 28000 ,
414
414
scene_user_defined_opcode_loader ,
415
415
},
416
416
{
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ extern "C" {
151
151
// <i> Configure the default navigation layer of this display adapter.
152
152
// <i> NOTE: Disable the navigation layer will also remove the real-time FPS display.
153
153
#ifndef __DISP0_CFG_NAVIGATION_LAYER_MODE__
154
- # define __DISP0_CFG_NAVIGATION_LAYER_MODE__ 0
154
+ # define __DISP0_CFG_NAVIGATION_LAYER_MODE__ 1
155
155
#endif
156
156
157
157
// <o>Number of iterations <0-2000>
@@ -231,7 +231,7 @@ extern "C" {
231
231
// <q>Disable the default scene
232
232
// <i> Remove the default scene for this display adapter. We highly recommend you to disable the default scene when creating real applications.
233
233
#ifndef __DISP0_CFG_DISABLE_DEFAULT_SCENE__
234
- # define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 1
234
+ # define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 0
235
235
#endif
236
236
237
237
// <o>Maximum number of Virtual Resources used per API
You can’t perform that action at this time.
0 commit comments