Class ShaderPreprocessor.InfoLogItem
An info log item in the shader preprocessor.
public record ShaderPreprocessor.InfoLogItem : IEquatable<ShaderPreprocessor.InfoLogItem>
- Inheritance
-
ShaderPreprocessor.InfoLogItem
- Implements
- Inherited Members
Constructors
InfoLogItem(InfoLogType, string)
An info log item in the shader preprocessor.
public InfoLogItem(ShaderPreprocessor.InfoLogType Type, string Content)
Parameters
Type
ShaderPreprocessor.InfoLogTypeCompressionType of the info log item.
Content
stringInfo log content.
Properties
Content
Info log content.
public string Content { get; init; }
Property Value
Type
CompressionType of the info log item.
public ShaderPreprocessor.InfoLogType Type { get; init; }