diff options
Diffstat (limited to 'Source/ThirdParty/ANGLE/util/android/AndroidPixmap.cpp')
-rw-r--r-- | Source/ThirdParty/ANGLE/util/android/AndroidPixmap.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/ThirdParty/ANGLE/util/android/AndroidPixmap.cpp b/Source/ThirdParty/ANGLE/util/android/AndroidPixmap.cpp new file mode 100644 index 000000000..077ebb588 --- /dev/null +++ b/Source/ThirdParty/ANGLE/util/android/AndroidPixmap.cpp @@ -0,0 +1,14 @@ +// +// Copyright (c) 2016 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. +// + +// AndroidPixmap.cpp: Implementation of OSPixmap for Android + +#include "OSPixmap.h" + +OSPixmap *CreateOSPixmap() +{ + return nullptr; +} |