MainRenderPipeline.azasset 448 B

123456789101112131415161718
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "RenderPipelineDescriptor",
  5. "ClassData": {
  6. "Name": "MainPipeline",
  7. "MainViewTag": "MainCamera",
  8. "RootPassTemplate": "MainPipeline",
  9. "MaterialPipelineTag": "MainPipeline",
  10. "AllowModification": true,
  11. "RenderSettings": {
  12. "MultisampleState": {
  13. "samples": 2
  14. }
  15. }
  16. }
  17. }