Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 21, 2024
1 parent 6adf603 commit ed9dffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/[template][pc][vscode]/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ static demo_scene_t const c_SceneLoaders[] = {
scene_filters_loader,
},
{
10000,
28000,
scene_user_defined_opcode_loader,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extern "C" {
// <i> Configure the default navigation layer of this display adapter.
// <i> NOTE: Disable the navigation layer will also remove the real-time FPS display.
#ifndef __DISP0_CFG_NAVIGATION_LAYER_MODE__
# define __DISP0_CFG_NAVIGATION_LAYER_MODE__ 0
# define __DISP0_CFG_NAVIGATION_LAYER_MODE__ 1
#endif

// <o>Number of iterations <0-2000>
Expand Down Expand Up @@ -231,7 +231,7 @@ extern "C" {
// <q>Disable the default scene
// <i> Remove the default scene for this display adapter. We highly recommend you to disable the default scene when creating real applications.
#ifndef __DISP0_CFG_DISABLE_DEFAULT_SCENE__
# define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 1
# define __DISP0_CFG_DISABLE_DEFAULT_SCENE__ 0
#endif

// <o>Maximum number of Virtual Resources used per API
Expand Down

0 comments on commit ed9dffc

Please sign in to comment.