Search Results for

    Show / Hide Table of Contents

    Struct VKShaderTable.ShaderTableRecord

    Shader table entry.

    Namespace: Evergine.Vulkan
    Assembly: Evergine.Vulkan.dll
    Syntax
    public struct VKShaderTable.ShaderTableRecord

    Constructors

    ShaderTableRecord(string, RecordType)

    Initializes a new instance of the VKShaderTable.ShaderTableRecord struct.

    Declaration
    public ShaderTableRecord(string name, VKShaderTable.ShaderTableRecord.RecordType type)
    Parameters
    Type Name Description
    string name

    Pipeline shader identifier.

    VKShaderTable.ShaderTableRecord.RecordType type

    Record type.

    Fields

    name

    Pipeline shader identifier.

    Declaration
    public string name
    Field Value
    Type Description
    string

    type

    Record type.

    Declaration
    public VKShaderTable.ShaderTableRecord.RecordType type
    Field Value
    Type Description
    VKShaderTable.ShaderTableRecord.RecordType

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX