We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5d97c commit 138a765Copy full SHA for 138a765
src/sdl3/pixels.rs
@@ -5,7 +5,7 @@ use std::convert::{TryFrom, TryInto};
5
use std::ffi::c_int;
6
use std::fmt::Debug;
7
use std::ptr::null;
8
-// Bring in all SDL pixel-related types and constants
+// Bring in all SDL pixel-related types and constants (for the format enums)
9
use sys::everything::*;
10
11
pub struct Palette {
0 commit comments