608411ab99
* PipelineLibrary (PSO Caching) support for Metal - API changes to handle Metal drivers implictly doing save/load of PipelineLibrary data - Fixed up code related to Metal device selection - PipelineLibrary support for Mac and ios Signed-off-by: moudgils <moudgils@amazon.com> * Fix compile errors for Dx12, Vulkan backend + Unit tests Signed-off-by: moudgils <47460854+moudgils@users.noreply.github.com> * Fixed errors related to M1 GPU Signed-off-by: moudgils <moudgils@amazon.com> * Fix a minor 'tab' validation issue Signed-off-by: moudgils <moudgils@amazon.com> * Addressed feedback Signed-off-by: moudgils <moudgils@amazon.com> * Minor feedback Signed-off-by: moudgils <moudgils@amazon.com> * Added a few asserts Signed-off-by: moudgils <47460854+moudgils@users.noreply.github.com> * Fix a typo Signed-off-by: moudgils <moudgils@amazon.com>
16 lines
227 B
GLSL
16 lines
227 B
GLSL
{
|
|
"Source": "DepthOfFieldWriteFocusDepthFromGpu.azsl",
|
|
|
|
"ProgramSettings" :
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainCS",
|
|
"type" : "Compute"
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|