blob: 16af8bf37e2be1a12e7dcdd374978def7fb9e970 [file] [log] [blame]
//
// Copyright (c) 2015 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// OSXPixmap.cpp: Implementation of OSPixmap for OSX
#include "osx/OSXPixmap.h"
// TODO(cwallez) find out the native OSX pixmap type and implement this
OSPixmap *CreateOSPixmap()
{
return nullptr;
}