Velaptor.OpenGL.Exceptions.ShaderLinkException
Velaptor
Velaptor.OpenGL.Exceptions
ShaderLinkException Class
Thrown when there is an issue linking a shader.
public sealed class ShaderLinkException : System.Exception
Inheritance System.Object → System.Exception → ShaderLinkException
Constructors
ShaderLinkException() Constructor
Initializes a new instance of the ShaderLinkException class.
public ShaderLinkException();
ShaderLinkException(string, string) Constructor
Initializes a new instance of the ShaderLinkException class.
public ShaderLinkException(string message, string bufferName="");
Parameters
message System.String
The message that describes the error.
bufferName System.String
The name of the buffer.