Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Dec 28, 2023
1 parent 166a7dc commit c4707d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/material/spherical_harmonics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ pub const SH_COEFF_COUNT_PER_CHANNEL: usize = num_sh_coefficients(SH_DEGREE);
pub const SH_COEFF_COUNT: usize = (SH_COEFF_COUNT_PER_CHANNEL * SH_CHANNELS + 3) & !3;


#[cfg(feature = "f16")]
type F16PodT = [u8; 2];


#[cfg(feature = "f16")]
#[derive(
Clone,
Expand Down

0 comments on commit c4707d7

Please sign in to comment.