Merge pull request #406 from billhollings/master

Add missing include MVKEnvironment.h to MVKImage.mm.
This commit is contained in:
Bill Hollings 2018-12-15 10:28:11 -05:00 committed by GitHub
commit 19a83e32d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
#include "MVKCommandBuffer.h"
#include "mvk_datatypes.h"
#include "MVKFoundation.h"
#include "MVKEnvironment.h"
#include "MVKLogging.h"
#import "MTLTextureDescriptor+MoltenVK.h"
#import "MTLSamplerDescriptor+MoltenVK.h"