Show / Hide Table of Contents

    Enum CUTexRefSetFlags

    CUTexRefSetFlags

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    [Flags]
    public enum CUTexRefSetFlags

    Fields

    Name Description
    None
    NormalizedCoordinates

    Use normalized texture coordinates in the range [0,1) instead of [0,dim).

    Flag for cuTexRefSetFlags(CUtexref, CUTexRefSetFlags)

    ReadAsInteger

    Read the texture as integers rather than promoting the values to floats in the range [0,1].

    Flag for cuTexRefSetFlags(CUtexref, CUTexRefSetFlags)

    sRGB

    Perform sRGB -> linear conversion during texture read.

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