shengine pre-release
shengine by mrsinho
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <shengine/shEngine.h>
#include "sheditor/shEditor.h"
Macros | |
#define | SH_ENGINE_RENDERPASS_ATTACHMENT_COUNT 3 |
#define | SH_ENGINE_SWAPCHAIN_IMAGE_COUNT 2 |
#define | SH_ENGINE_MAX_SWAPCHAIN_IMAGE_COUNT 6 |
Functions | |
int | shEditorMain (ShEngine *p_engine) |
Main function for the editor to interact with the shengine module. | |
int | main () |
#define SH_ENGINE_MAX_SWAPCHAIN_IMAGE_COUNT 6 |
#define SH_ENGINE_RENDERPASS_ATTACHMENT_COUNT 3 |
#define SH_ENGINE_SWAPCHAIN_IMAGE_COUNT 2 |
int main | ( | ) |