ClMemFlags
Namespace
Brahma.FSharpRepresents flags to specify allocation and usage information of OpenCL buffer.
Record Fields
| Record Field | Signature | Description | |
|---|---|---|---|
| # | AllocationMode | AllocationMode | |
| # | DeviceAccessMode | DeviceAccessMode | |
| # | HostAccessMode | HostAccessMode |
Static members
| Static member | Signature | Description | |
|---|---|---|---|
| # | ClMemFlags.DefaultIfData | ClMemFlags | CompiledName: |
| # | ClMemFlags.DefaultIfNoData | ClMemFlags | Represents default flags in case of allocation without copying data. CompiledName: |
Represents default flags in case of allocation with copying data.