Skip to content

Commit a6b6731

Browse files
committed
Remove unused ShaderFormatDoesNotSupportShaderDefs variant
1 parent 39a51db commit a6b6731

File tree

1 file changed

+0
-2
lines changed
  • crates/bevy_render/src/render_resource

1 file changed

+0
-2
lines changed

crates/bevy_render/src/render_resource/shader.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ pub enum ProcessShaderError {
296296
"Not enough '# endif' lines. Each if statement should be followed by an endif statement."
297297
)]
298298
NotEnoughEndIfs,
299-
#[error("This Shader's format does not support processing shader defs.")]
300-
ShaderFormatDoesNotSupportShaderDefs,
301299
#[error("This Shader's format does not support imports.")]
302300
ShaderFormatDoesNotSupportImports,
303301
#[error("Unresolved import: {0:?}.")]

0 commit comments

Comments
 (0)