Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryscan/wgsl-analyzer-bevy-imports
Bevy imports for wgsl-analyzer.
https://github.com/cryscan/wgsl-analyzer-bevy-imports
Last synced: about 1 month ago
JSON representation
Bevy imports for wgsl-analyzer.
- Host: GitHub
- URL: https://github.com/cryscan/wgsl-analyzer-bevy-imports
- Owner: cryscan
- Created: 2022-07-25T15:32:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T06:03:09.000Z (about 2 years ago)
- Last Synced: 2024-10-20T11:43:10.193Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`Bevy`](bevyengine.org) imports for [`wgsl-analyzer`](https://github.com/wgsl-analyzer/wgsl-analyzer)
```json
"wgsl-analyzer.customImports": {
"bevy_pbr::clustered_forward": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/clustered_forward.wgsl",
"bevy_pbr::mesh_bindings": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_bindings.wgsl",
"bevy_pbr::mesh_functions": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_functions.wgsl",
"bevy_pbr::mesh_types": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_types.wgsl",
"bevy_pbr::mesh_vertex_output": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_vertex_output.wgsl",
"bevy_pbr::mesh_view_bindings": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_view_bindings.wgsl",
"bevy_pbr::mesh_view_types": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/mesh_view_types.wgsl",
"bevy_pbr::pbr_bindings": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/pbr_bindings.wgsl",
"bevy_pbr::pbr_functions": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/pbr_functions.wgsl",
"bevy_pbr::lighting": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/pbr_lighting.wgsl",
"bevy_pbr::pbr_types": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/pbr_types.wgsl",
"bevy_pbr::shadows": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/shadows.wgsl",
"bevy_pbr::skinning": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/skinning.wgsl",
"bevy_pbr::utils": "https://raw.githubusercontent.com/bevyengine/bevy/main/crates/bevy_pbr/src/render/utils.wgsl",
"bevy_hikari::mesh_material_types": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/mesh_material_types.wgsl",
"bevy_hikari::mesh_material_bindings": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/mesh_material_bindings.wgsl",
"bevy_hikari::deferred_bindings": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/deferred_bindings.wgsl",
"bevy_hikari::mesh_view_types": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/mesh_view_types.wgsl",
"bevy_hikari::mesh_view_bindings": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/mesh_view_bindings.wgsl",
"bevy_hikari::utils": "https://raw.githubusercontent.com/cryscan/bevy-hikari/main/src/shaders/utils.wgsl"
},
```