rename to projects (DOES NOT COMPILE)
This commit is contained in:
11
projects/apis/metal/src/surface/metal_surface.h
Normal file
11
projects/apis/metal/src/surface/metal_surface.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "core/window_surface/gryphn_surface.h"
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
typedef struct gnPlatformWindowSurface_t {
|
||||
CAMetalLayer* layer;
|
||||
} gnPlatformWindowSurface;
|
||||
|
||||
|
||||
MTLPixelFormat mtlGryphnFormatToVulkanFormat(gnImageFormat format);
|
||||
CGColorSpaceRef mtlGryphnColorSpaceToVulkanColorSpace(gnColorSpace colorSpace);
|
Reference in New Issue
Block a user