Search Results for

    Show / Hide Table of Contents

    Struct VKDescriptorAllocationToken

    This struct represents a helper to allocate new descriptors.

    Namespace: Evergine.Vulkan
    Assembly: Evergine.Vulkan.dll
    Syntax
    public struct VKDescriptorAllocationToken

    Constructors

    VKDescriptorAllocationToken(VkDescriptorPool, VkDescriptorSet)

    Initializes a new instance of the VKDescriptorAllocationToken struct.

    Declaration
    public VKDescriptorAllocationToken(VkDescriptorPool pool, VkDescriptorSet set)
    Parameters
    Type Name Description
    VkDescriptorPool pool

    The descriptor pool.

    VkDescriptorSet set

    The descriptor set.

    Fields

    DescriptorPool

    The descriptor set pool.

    Declaration
    public readonly VkDescriptorPool DescriptorPool
    Field Value
    Type Description
    VkDescriptorPool

    DescriptorSet

    The type of the descriptor set.

    Declaration
    public readonly VkDescriptorSet DescriptorSet
    Field Value
    Type Description
    VkDescriptorSet

    Extension Methods

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