Table of Contents

Class ShaderPreprocessor.InfoLogItem

Namespace
ReFuel.IO
Assembly
ReFuel.Common.dll

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.InfoLogType

CompressionType of the info log item.

Content string

Info log content.

Properties

Content

Info log content.

public string Content { get; init; }

Property Value

string

Type

CompressionType of the info log item.

public ShaderPreprocessor.InfoLogType Type { get; init; }

Property Value

ShaderPreprocessor.InfoLogType