Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLMemMBS class.

CLMemMBS.kMapRead = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the mapping mode constants.

CLMemMBS.kMapWrite = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the mapping mode constants.

CLMemMBS.kMemoryAllocHostPtr = 16

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

CLMemMBS.kMemoryCopyHostPtr = 32

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

CLMemMBS.kMemoryReadOnly = 4

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

CLMemMBS.kMemoryReadWrite = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

CLMemMBS.kMemoryTypeBuffer = &h10F0

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the memory object types.

A normal memory buffer.

CLMemMBS.kMemoryTypeImage2D = &h10F1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the memory object types.

2D Image

CLMemMBS.kMemoryTypeImage3D = &h10F2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the memory object types.

3D Image

CLMemMBS.kMemoryUseHostPtr = 8

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

CLMemMBS.kMemoryWriteOnly = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the flag constants for creating a memory block.

This flags specifies that the memory object will be written but not read by a kernel.

Reading from a buffer or image object created with kMemoryWriteOnly inside a kernel is undefined.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...