Rename shader

This commit is contained in:
David Halls 2021-09-01 06:42:19 +01:00
parent 1d9ca07615
commit dc1631fbac
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
// sample greyscale fragment shader
export default `#version 300 es
precision highp float;

View File

@ -4,7 +4,7 @@ import {
video_encoder_codec,
videoBitsPerSecond
} from './hls.js';
import shader from './greyscale-shader.js';
import shader from './example-shader.js';
import {
supported_video_encoder_configs,
max_video_encoder_config,