Skip to content

Commit

Permalink
docs: fix webgl2 doccomment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
not-fl3 committed Sep 10, 2024
1 parent ad6e427 commit 4bcc8d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ pub struct Platform {
/// Defaults to X11Only. Wayland implementation is way too unstable right now.
pub linux_backend: LinuxBackend,

/// While miniquad itself only use webgl1 features, withing webgl2 context it
/// is possible to:
/// While miniquad itself only use webgl1 features, webgl2 context allows to:
/// - use gles3 shaders
/// - do raw webgl2 opengl calls
pub webgl_version: WebGLVersion,
Expand Down

0 comments on commit 4bcc8d5

Please sign in to comment.