Search Results for

    Show / Hide Table of Contents

    Struct LazyShaderProperty

    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public struct LazyShaderProperty

    Constructors

    LazyShaderProperty(String)

    Declaration
    public LazyShaderProperty(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    Id

    Declaration
    public readonly int Id { get; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    System.String
    In This Article