MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Render

Function Render

Source/Engine/Graphics/PostProcessEffect.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers 1

OnRenderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected