ShaderWithFormatTests InvalidShaderFlagsThrowsException Method Delta Engine Documentation

Namespace: DeltaEngine.Graphics.Tests
Assembly: DeltaEngine.Graphics.Tests (in DeltaEngine.Graphics.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void InvalidShaderFlagsThrowsException()
Examples

[Test, CloseAfterFirstFrame]
public void InvalidShaderFlagsThrowsException()
{
    Assert.Throws<ShaderWithFormat.ShaderFlagsNotSupported>(
        () => new InvalidShaderWithFormat(Resolve<Device>()));
}
See Also