Tried rendering the sphere without success
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 29s
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 29s
This commit is contained in:
@ -13,7 +13,4 @@ public class ShaderLinkException : Exception
|
||||
public ShaderLinkException() : base("Error occured while trying to link a shader.") { }
|
||||
public ShaderLinkException(string message) : base(message) { }
|
||||
public ShaderLinkException(string message, Exception inner) : base(message, inner) { }
|
||||
protected ShaderLinkException(
|
||||
System.Runtime.Serialization.SerializationInfo info,
|
||||
System.Runtime.Serialization.StreamingContext context) : base(info, context) { }
|
||||
}
|
Reference in New Issue
Block a user