MRT_MakeRenderTarget



MRT_MakeRenderTarget ImageID, Width, Height [, D3DFMT ]

Description

Creates a new render target image which is suitable for usage with the MRT_Sync command.
If no image format is specified, the render target will be created to match the backbuffer's format.

Parameters

ImageIDINTEGERID of the new render target image
WidthINTEGERThe width of the new render target image in pixels
HeightINTEGERThe height of the new render target image in pixels
D3DFMTINTEGEROptional: The new render target's format, specified using D3DFMT_ contants


MRT Commands
jGfx Command Index
jGfx Main