shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
shEditor.c File Reference
#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 ()
 

Macro Definition Documentation

◆ SH_ENGINE_MAX_SWAPCHAIN_IMAGE_COUNT

#define SH_ENGINE_MAX_SWAPCHAIN_IMAGE_COUNT   6

◆ SH_ENGINE_RENDERPASS_ATTACHMENT_COUNT

#define SH_ENGINE_RENDERPASS_ATTACHMENT_COUNT   3

◆ SH_ENGINE_SWAPCHAIN_IMAGE_COUNT

#define SH_ENGINE_SWAPCHAIN_IMAGE_COUNT   2

Function Documentation

◆ main()

int main ( )

◆ shEditorMain()

int shEditorMain ( ShEngine p_engine)

Main function for the editor to interact with the shengine module.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.