zworld/assets/shaders/game/voxels.json
2024-01-14 22:56:06 +08:00

27 lines
373 B
JSON

{
"Inputs": {
"position": {
"Index": 0,
"Type": "float"
},
"normal_id": {
"Index": 1,
"Type": "uint8"
},
"color_0": {
"Index": 2,
"Type": "float"
},
"occlusion": {
"Index": 3,
"Type": "float"
}
},
"Bindings": {
"Camera": 0,
"Objects": 1,
"Lights": 2,
"Textures": 3
}
}