cl_map_flags | Description |
---|---|
|
This flag specifies that the region being mapped in the memory object is being mapped for reading. The pointer returned by |
|
This flag specifies that the region being mapped in the memory object is being mapped for writing. The pointer returned by |
|
This flag specifies that the region being mapped in the memory object is being mapped for writing. The contents of the region being mapped are to be discarded.
This is typically the case when the region being mapped is overwritten by the host.
This flag allows the implementation to no longer guarantee that the pointer returned by
|