Table of Contents

Enum KernelArg.Flags

Namespace
Emgu.CV.Ocl
Assembly
Emgu.CV.dll

KernelArg flags

[Flags]
public enum KernelArg.Flags

Fields

Constant = 8

Constant

Local = 1

Local

NoSize = 256

No size

PtrOnly = 16

Ptr only

ReadOnly = 2

Read only

ReadWrite = ReadOnly | WriteOnly

Read write

WriteOnly = 4

Write only