]> git.nega.tv - josh/narcissus/commit
shark: Bin primitives into tiles
authorJosh Simmons <josh@nega.tv>
Mon, 20 May 2024 21:09:04 +0000 (23:09 +0200)
committerJosh Simmons <josh@nega.tv>
Mon, 20 May 2024 21:09:04 +0000 (23:09 +0200)
commitbcacb5e932fbaa301f3e710bbf5dc6fdde5259ad
tree486ceaf42ae0207ff0dd5ad6c9bc3fcdf96fc61b
parent912071707d680bbc7c7ca7727ee5d3934040dd7f
shark: Bin primitives into tiles
engine/narcissus-font/src/cache.rs
title/shark-shaders/build.rs
title/shark-shaders/shaders/primitive_2d_bin.comp.glsl [new file with mode: 0644]
title/shark-shaders/shaders/primitive_2d_constants.h [new file with mode: 0644]
title/shark-shaders/shaders/primitive_2d_rasterize.comp.glsl [new file with mode: 0644]
title/shark-shaders/shaders/primitive_2d_tiled.comp.glsl [deleted file]
title/shark-shaders/shaders/primitive_2d_types.h
title/shark/src/main.rs
title/shark/src/pipelines/primitive_2d.rs