move image format over to core
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "framebuffer/gryphn_framebuffer.h"
|
||||
#include "utils/gryphn_bool.h"
|
||||
#include "utils/gryphn_image_format.h"
|
||||
#include "core/gryphn_image_format.h"
|
||||
#include "utils/lists/gryphn_array_list.h"
|
||||
#include "renderpass/metal_render_pass.h"
|
||||
#import <Metal/Metal.h>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#include "renderpass/gryphn_render_pass_descriptor.h"
|
||||
#include "instance/gryphn_instance.h"
|
||||
#include "output_device/gryphn_output_device.h"
|
||||
#include "utils/gryphn_image_format.h"
|
||||
#include "core/gryphn_image_format.h"
|
||||
gnReturnCode createMetalFramebuffer(gnFramebuffer framebuffer, gnOutputDevice device, gnFramebufferInfo info) {
|
||||
framebuffer->framebuffer = malloc(sizeof(struct gnPlatformFramebuffer_t));
|
||||
|
||||
|
Reference in New Issue
Block a user