VisioForge (c) 2025

Search Results for

    Enum NvCVMemSpace

    MemSpace.

    Namespace: VisioForge.Core.NvidiaMaxine.VideoEffects.API
    Assembly: VisioForge.Core.dll
    Syntax
    public enum NvCVMemSpace : byte

    Fields

    Name Description
    NVCV_CPU

    The buffer is stored in CPU memory.

    NVCV_CPU_PINNED

    The buffer is stored in pinned CPU memory.

    NVCV_CUDA

    The buffer is stored in CUDA memory.

    NVCV_CUDA_ARRAY

    A CUDA array is used for storage.

    NVCV_GPU

    The buffer is stored in CUDA memory.