Show / Hide Table of Contents

    Enum CUGLDeviceList

    CUDA devices corresponding to an OpenGL device.

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUGLDeviceList

    Fields

    Name Description
    All

    The CUDA devices for all GPUs used by the current OpenGL context

    CurrentFrame

    The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame

    NextFrame

    The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX