Adding "updated" glyph set from The Matrix Resurrections, and a corresponding effect version.

This commit is contained in:
Rezmason
2021-12-11 22:21:24 -08:00
parent 508c941fcd
commit 25e9f10f69
5 changed files with 28 additions and 15 deletions

View File

@@ -117,15 +117,4 @@ const makePass = (loaded, build, run) => ({
const makePipeline = (context, steps) => steps.filter((f) => f != null).map((f) => f(context));
export {
getCanvasSize,
makeRenderTarget,
makeComputeTarget,
make1DTexture,
loadTexture,
loadShader,
makeUniformBuffer,
makePass,
makePipeline,
makeBindGroup,
};
export { getCanvasSize, makeRenderTarget, makeComputeTarget, make1DTexture, loadTexture, loadShader, makeUniformBuffer, makePass, makePipeline, makeBindGroup };