Enum cudaGraphicsRegisterFlags
CUDA Graphics register flags
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[Flags]
public enum cudaGraphicsRegisterFlags : uint
Fields
| Name | Description |
|---|---|
| None = 0U | Default |
| ReadOnly = 1U | CUDA will not write to this resource |
| SurfaceLoadStore = 4U | CUDA will bind this resource to a surface reference |
| TextureGather = 8U | CUDA will perform texture gather operations on this resource |
| WriteDiscard = 2U | CUDA will only write to and will not read from this resource |