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.
feature(lang_items)
1 parent 2099030 commit 6e65769Copy full SHA for 6e65769
examples/shaders/shared/src/lib.rs
@@ -1,6 +1,6 @@
1
//! Ported to Rust from <https://github.com/Tw1ddle/Sky-Shader/blob/master/src/shaders/glsl/sky.fragment>
2
3
-#![cfg_attr(target_arch = "spirv", no_std, feature(lang_items))]
+#![cfg_attr(target_arch = "spirv", no_std)]
4
5
use core::f32::consts::PI;
6
use glam::{vec3, Vec3};
0 commit comments