mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-21 14:15:17 +08:00
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
//
|
|
// 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;
|
|
}
|