Search Results for

    Show / Hide Table of Contents

    Class VKResourceLayout

    The Vulkan implementation of a ResourceLayout object.

    Inheritance
    object
    ResourceLayout
    VKResourceLayout
    Inherited Members
    ResourceLayout.Description
    Namespace: Evergine.Vulkan
    Assembly: Evergine.Vulkan.dll
    Syntax
    public class VKResourceLayout : ResourceLayout

    Constructors

    VKResourceLayout(VKGraphicsContext, ref ResourceLayoutDescription)

    Initializes a new instance of the VKResourceLayout class.

    Declaration
    public VKResourceLayout(VKGraphicsContext context, ref ResourceLayoutDescription description)
    Parameters
    Type Name Description
    VKGraphicsContext context

    The graphics context.

    ResourceLayoutDescription description

    The layout description.

    Fields

    DescriptorSetLayout

    The Vulkan descriptor set layout struct.

    Declaration
    public readonly VkDescriptorSetLayout DescriptorSetLayout
    Field Value
    Type Description
    VkDescriptorSetLayout

    Properties

    Name

    Gets or sets a string identifying this instance. Can be used in graphics debugger tools.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type Description
    string
    Overrides
    ResourceLayout.Name

    Methods

    Dispose()

    Releases managed and unmanaged resources.

    Declaration
    public override void Dispose()
    Overrides
    ResourceLayout.Dispose()

    Extension Methods

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