Method | Description | |
---|---|---|
AllocDS ( int width, int height ) : DepthStencil2D | ||
AllocRT ( int width, int height, bool hdr, bool uav, bool mips ) : RenderTarget2D | ||
Free ( DepthStencil2D target ) : void | ||
Free ( RenderTarget2D target ) : void |
Method | Description | |
---|---|---|
Encode ( int width, int height, bool hdr, bool uav, bool mips ) : int |
public AllocDS ( int width, int height ) : DepthStencil2D | ||
width | int | |
height | int | |
return | DepthStencil2D |
public AllocRT ( int width, int height, bool hdr, bool uav, bool mips ) : RenderTarget2D | ||
width | int | |
height | int | |
hdr | bool | |
uav | bool | |
mips | bool | |
return | RenderTarget2D |