Table of Contents

Class ShaderProgramInfoFile

Namespace
ReFuel.IO
Assembly
ReFuel.Common.dll
[JsonSerializable(typeof(ShaderProgramInfoFile))]
public class ShaderProgramInfoFile
Inheritance
ShaderProgramInfoFile
Inherited Members

Properties

Author

[JsonPropertyName("author")]
public ShaderProgramInfoFile.AuthorObject? Author { get; set; }

Property Value

ShaderProgramInfoFile.AuthorObject

AuthorEmail

[JsonIgnore]
public string? AuthorEmail { get; set; }

Property Value

string

AuthorName

[JsonIgnore]
public string? AuthorName { get; set; }

Property Value

string

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

GlslVersion

[JsonPropertyName("glslversion")]
public string? GlslVersion { get; set; }

Property Value

string

Name

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Url

[JsonIgnore]
public Uri? Url { get; set; }

Property Value

Uri

UrlString

[JsonPropertyName("url")]
public string? UrlString { get; set; }

Property Value

string

Version

[JsonIgnore]
public Version? Version { get; set; }

Property Value

Version

Versionstring

[JsonPropertyName("version")]
public string? Versionstring { get; set; }

Property Value

string