Blit
Sandbox.Engine
static void Blit( Material material, RenderAttributes attributes = null, )

Summary

Draw a screen space quad using the passed material. Your material should be using a screenspace shader so it will actually render to the screen and not in worldspace at 0,0,0

Parameters

Material material,
RenderAttributes attributes = null,