diff --git a/fips-files/verbs/webpage.py b/fips-files/verbs/webpage.py index 79d5ae1d..d90c4359 100644 --- a/fips-files/verbs/webpage.py +++ b/fips-files/verbs/webpage.py @@ -72,6 +72,7 @@ def get_build_config(api): [ 'uvwrap', 'uvwrap-sapp.c', 'uvwrap-sapp.glsl'], [ 'mipmap', 'mipmap-sapp.c', 'mipmap-sapp.glsl'], [ 'shared-bindings', 'shared-bindings-sapp.c', 'shared-bindings-sapp.glsl' ], + [ 'customresolve', 'customresolve-sapp.c', 'customresolve-sapp.glsl' ], [ 'uniformtypes', 'uniformtypes-sapp.c', 'uniformtypes-sapp.glsl' ], [ 'blend', 'blend-sapp.c', 'blend-sapp.glsl' ], [ 'sdf', 'sdf-sapp.c', 'sdf-sapp.glsl'], diff --git a/webpage/customresolve.jpg b/webpage/customresolve.jpg new file mode 100644 index 00000000..ed793491 Binary files /dev/null and b/webpage/customresolve.jpg differ