veloren/voxygen/src/render
2022-02-26 00:26:42 -05:00
..
pipelines Initial particle work 2022-02-10 14:58:37 -05:00
renderer Properly wait to request buffer mapping until after the command to copy the screenshot texture to the buffer has been submitted. 2022-02-19 19:05:04 -05:00
bound.rs Add generic Bound<T> type for grouping consts/other bindable things with bind groups 2021-06-02 23:59:47 -04:00
buffer.rs Fix all clippy warnings 2021-06-03 00:10:05 -04:00
consts.rs Fix most of the cargo check warnings 2021-06-03 00:10:05 -04:00
error.rs Revert "Replace shaderc with naga" 2021-09-04 11:59:18 -07:00
instances.rs address/remove TODOs, fix comment typos, enable wgpu/trace feature by default (So no recompile is needed to collect an API trace) 2021-06-03 00:10:06 -04:00
mesh.rs stricten some rules and fix some clippy warnings 2022-01-30 20:16:21 +01:00
mod.rs Add experimental shader option that lowers glow strength for lights near the camera 2022-02-26 00:26:42 -05:00
model.rs Make models require a non-zero amount of vertices 2021-06-03 00:10:06 -04:00
renderer.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
texture.rs Fix most of the cargo check warnings 2021-06-03 00:10:05 -04:00