Method | Description | |
---|---|---|
New ( IDisposableResource parent, int width, int height, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
||
New ( VideoTypes videoType, IDisposableResource parent, Image image, int width, int height, bool generateMipmaps, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
||
New ( VideoTypes videoType, IDisposableResource parent, string filename, int width, int height, bool generateMipmaps, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
public static New ( IDisposableResource parent, int width, int height, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
||
parent | IDisposableResource | |
width | int | |
height | int | |
multiSampleType | MultiSampleTypes | |
surfaceFormat | SurfaceFormats | |
depthStencilFormat | DepthStencilFormats | |
renderTargetUsage | RenderTargetUsage | |
usage | BufferUsages | |
loadedCallback | ||
return | IRenderTarget |
public static New ( VideoTypes videoType, IDisposableResource parent, Image image, int width, int height, bool generateMipmaps, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
||
videoType | VideoTypes | |
parent | IDisposableResource | |
image | Image | |
width | int | |
height | int | |
generateMipmaps | bool | |
multiSampleType | MultiSampleTypes | |
surfaceFormat | SurfaceFormats | |
depthStencilFormat | DepthStencilFormats | |
renderTargetUsage | RenderTargetUsage | |
usage | BufferUsages | |
loadedCallback | ||
return | IRenderTarget |
public static New ( VideoTypes videoType, IDisposableResource parent, string filename, int width, int height, bool generateMipmaps, MultiSampleTypes multiSampleType, SurfaceFormats surfaceFormat, DepthStencilFormats depthStencilFormat, RenderTargetUsage renderTargetUsage, BufferUsages usage, |
||
videoType | VideoTypes | |
parent | IDisposableResource | |
filename | string | |
width | int | |
height | int | |
generateMipmaps | bool | |
multiSampleType | MultiSampleTypes | |
surfaceFormat | SurfaceFormats | |
depthStencilFormat | DepthStencilFormats | |
renderTargetUsage | RenderTargetUsage | |
usage | BufferUsages | |
loadedCallback | ||
return | IRenderTarget |