parent
a137df7d57
commit
55d6c2c34a
@ -29,7 +29,7 @@ pub enum ShaderError {
|
|||||||
|
|
||||||
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
|
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
|
||||||
/// shaderc error.
|
/// shaderc error.
|
||||||
#[error("shaderc error: {}")]
|
#[error("shaderc error: {0}")]
|
||||||
ShaderC(#[from] shaderc::Error),
|
ShaderC(#[from] shaderc::Error),
|
||||||
|
|
||||||
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
|
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
|
||||||
|
Loading…
Reference in New Issue
Block a user