From b45766d78b9d156d85c8c9ea34124aff022ece99 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Wed, 28 Jun 2023 18:34:38 -0700 Subject: [PATCH] Fix CAS shader with explicit FullscreenVertexOutput import --- .../robust_contrast_adaptive_sharpening.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/robust_contrast_adaptive_sharpening.wgsl b/crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/robust_contrast_adaptive_sharpening.wgsl index 87cec9085e41c..b857333c997d9 100644 --- a/crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/robust_contrast_adaptive_sharpening.wgsl +++ b/crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/robust_contrast_adaptive_sharpening.wgsl @@ -17,7 +17,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -#import bevy_core_pipeline::fullscreen_vertex_shader +#import bevy_core_pipeline::fullscreen_vertex_shader FullscreenVertexOutput struct CASUniforms { sharpness: f32,