GPU Resident Drawer Filter Setting Operator type
Determine the relationships between the elements in the GRDFilterSetting array, such as whether to enable GPUResidentDrawer when both a and b are satisfied.
| maxRenderQueue | Determine whether the renderer is managed by the GPU Resident Drawer based on the maximum render queue value. |
| minRenderQueue | Determine whether the renderer is managed by the GPU Resident Drawer based on the minimum render queue value. |
| opType | Combine the setting flag values of different filter settings using bitwise AND or OR operations. |
| passTagName | Determine whether the renderer is managed by the GPU Resident Drawer based on the shader's passTagName. |
| passTagValue | Determine whether the renderer is managed by the GPU Resident Drawer based on the shader's passTagvalue. |
| settingflag | Determine whether the renderer is managed by the GPU Resident Drawer based on the settingflag value, may relate to whether two different filter settings are compatible. |
| shaderKeyword | Determine whether the renderer is managed by the GPU Resident Drawer based on the shader's keyword. |