| 172 | } |
| 173 | |
| 174 | void Release() |
| 175 | { |
| 176 | SAFE_DELETE_GPU_RESOURCE(Depth); |
| 177 | SAFE_DELETE_GPU_RESOURCE(NoDepthTest); |
| 178 | SAFE_DELETE_GPU_RESOURCE(DepthWrite); |
| 179 | SAFE_DELETE_GPU_RESOURCE(NoDepthTestDepthWrite); |
| 180 | } |
| 181 | |
| 182 | FORCE_INLINE GPUPipelineState* Get(bool depthWrite, bool depthTest) |
| 183 | { |
no outgoing calls
no test coverage detected