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). |
| ReadAsInteger | Read the texture as integers rather than promoting the values to floats in the range [0,1]. |
| sRGB | Perform sRGB -> linear conversion during texture read. |