rename to projects (DOES NOT COMPILE)
This commit is contained in:
7
projects/apis/metal/src/texture/metal_texture.h
Normal file
7
projects/apis/metal/src/texture/metal_texture.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "core/textures/gryphn_texture.h"
|
||||
#import <Metal/MTLTexture.h>
|
||||
|
||||
typedef struct gnPlatformTexture_t {
|
||||
id<MTLTexture> texture;
|
||||
} gnPlatformTexture;
|
Reference in New Issue
Block a user