Skip to content

Commit 09c4dc8

Browse files
committed
change the lesson 004 goal and 004 example name
1 parent 33d2864 commit 09c4dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/004-shader-basics.rs renamed to examples/004-shader-pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![allow(clippy::single_match)]
44
#![allow(clippy::zero_ptr)]
55

6-
const WINDOW_TITLE: &str = "Shader Basics";
6+
const WINDOW_TITLE: &str = "Shader Pipeline";
77

88
use beryllium::*;
99
use core::{

0 commit comments

Comments
 (0)