mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Remove parameterless Image::getGraphicsAllocation method
Related-To: NEO-4672 Change-Id: Ib8cebf322d7d2f407627e15746896b315780c6bb Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
429751b860
commit
4623707eca
@@ -53,8 +53,6 @@ extern ValidateAndCreateImageFunc validateAndCreateImage;
|
||||
|
||||
class Image : public MemObj {
|
||||
public:
|
||||
using MemObj::getGraphicsAllocation;
|
||||
GraphicsAllocation *getGraphicsAllocation() const { return graphicsAllocation; }
|
||||
const static cl_ulong maskMagic = 0xFFFFFFFFFFFFFFFFLL;
|
||||
static const cl_ulong objectMagic = MemObj::objectMagic | 0x01;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user