Skip to content

Commit

Permalink
Add shader support tools
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 23, 2025
1 parent 3356831 commit 6c489d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions layer_gpu_support/README_LAYER.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ irrespective of other settings.
}
```

## Shaders and Pipelines

The shaders and pipelines override allows some control over how the shader
compiler handles compilation tasks.

#### Configuration options

```jsonc
"shader": {
"disable_cache": false, // Disable use of binary caches
"disable_relaxed_precision": false, // Disable use of relaxed precision decoration
"enable_spirv_fuzz": false // Enable SPIR-V fuzzing to change binary hash
}
```

- - -

_Copyright © 2025, Arm Limited and contributors._

0 comments on commit 6c489d6

Please sign in to comment.