Search Results for

    Show / Hide Table of Contents

    Struct CPUDescriptorHeapAllocation

    Represents a CPU descriptor heap allocation.

    Namespace: Evergine.DirectX12.Heaps.CPU
    Assembly: Evergine.DirectX12.dll
    Syntax
    public struct CPUDescriptorHeapAllocation

    Constructors

    CPUDescriptorHeapAllocation(CpuDescriptorHandle, int, uint)

    Declaration
    public CPUDescriptorHeapAllocation(CpuDescriptorHandle baseDescriptor, int heapIndex, uint sizeIncrement)
    Parameters
    Type Name Description
    CpuDescriptorHandle baseDescriptor
    int heapIndex
    uint sizeIncrement

    Properties

    BaseDescriptor

    Declaration
    public CpuDescriptorHandle BaseDescriptor { get; }
    Property Value
    Type Description
    CpuDescriptorHandle

    HeapIndex

    Declaration
    public int HeapIndex { get; }
    Property Value
    Type Description
    int

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    Methods

    Invalidate()

    Declaration
    public void Invalidate()

    OffsetFrom(uint)

    Declaration
    public CpuDescriptorHandle OffsetFrom(uint offsetInDescriptorCount)
    Parameters
    Type Name Description
    uint offsetInDescriptorCount
    Returns
    Type Description
    CpuDescriptorHandle

    Extension Methods

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