8 lines
265 B
Rust
8 lines
265 B
Rust
#![allow(dead_code)]
|
|
|
|
// Basic gamma correction shader
|
|
// pub const PANEL_SHADER_BYTES: &[u8] = include_bytes!("shader_unlit_gamma.sks");
|
|
|
|
// Simula shader with fancy lanzcos sampling
|
|
pub const PANEL_SHADER_BYTES: &[u8] = include_bytes!("shader_unlit_simula.sks");
|