VoxelTerrain.RenderTarget.Initialize C# (CSharp) Method

Initialize() public method

Initializes render target object using remembered settings values.
public Initialize ( ) : void
return void
        public void Initialize()
        {
            Initialize(this.width, this.height, this.format);
        }

Same methods

RenderTarget::Initialize ( int width, int height ) : void
RenderTarget::Initialize ( int width, int height, Format format ) : void