| 69 | /// <param name="input">The input texture.</param> |
| 70 | /// <param name="output">The output texture.</param> |
| 71 | API_FUNCTION() virtual void Render(GPUContext* context, API_PARAM(Ref) RenderContext& renderContext, GPUTexture* input, GPUTexture* output) |
| 72 | { |
| 73 | } |
| 74 | }; |