Class CompositorTestsBase
Inheritance
CompositorTestsBase
Assembly: cs.temp.dll.dll
Syntax
public class CompositorTestsBase
Fields
filesToDelete
Declaration
protected List<string> filesToDelete
Field Value
Properties
CompositionManager
Declaration
public CompositionManager CompositionManager { get; }
Property Value
Methods
AssertAllCompositeTexturesCreated(String)
Declaration
protected void AssertAllCompositeTexturesCreated(string captureDeviceName)
Parameters
Type |
Name |
Description |
String |
captureDeviceName |
|
AssertAllQuadTexturesCreated(String)
Declaration
protected void AssertAllQuadTexturesCreated(string captureDeviceName)
Parameters
Type |
Name |
Description |
String |
captureDeviceName |
|
AssertTexturesInitialize(String)
Declaration
protected IEnumerator AssertTexturesInitialize(string captureDeviceName)
Parameters
Type |
Name |
Description |
String |
captureDeviceName |
|
Returns
Type |
Description |
IEnumerator |
|
AssertTextureSize(Texture, Int32, Int32)
Declaration
protected void AssertTextureSize(Texture texture, int width, int height)
Parameters
Type |
Name |
Description |
Texture |
texture |
|
Int32 |
width |
|
Int32 |
height |
|
SetUp()
Declaration
TearDown()
Declaration