All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.minecraft.shaders.post.phosphor.json Maven / Gradle / Ivy

The newest version!
{
  "targets": [
    "swap",
    "previous"
  ],
  "passes": [
    {
      "name": "phosphor",
      "intarget": "minecraft:main",
      "outtarget": "swap",
      "auxtargets": [
        {
          "name": "PrevSampler",
          "id": "previous"
        }
      ],
      "uniforms": [
        {
          "name": "Phosphor",
          "values": [ 0.95, 0.95, 0.95 ]
        }
      ]
    },
    {
      "name": "blit",
      "intarget": "swap",
      "outtarget": "previous"
    },
    {
      "name": "blit",
      "intarget": "swap",
      "outtarget": "minecraft:main"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy