Tesla Graphics Engine Documentation (January 2012)
QueryRenderTargetFormat Method (format, depthFormat, multiSampleCount)
TeslaTesla.GraphicsIGraphicsAdapterQueryRenderTargetFormat(SurfaceFormat, DepthFormat, Int32)
Queries if the specified format and sample counts are valid for a render target.
Declaration Syntax
C#
bool QueryRenderTargetFormat(
	SurfaceFormat format,
	DepthFormat depthFormat,
	int multiSampleCount
)
Parameters
format (SurfaceFormat)
Surface format
depthFormat (DepthFormat)
Depth format
multiSampleCount (Int32)
Sample count
Return Value
True if a valid combination

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)