MainRenderPipeline.azasset 388 B

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