add toggle for postprocessing and minor cleanup work
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define RESOURCE_BUFFER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -57,6 +58,8 @@ extern "C" {
|
||||
mFreeFilamentResource(rb);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
LoadFilamentResource mLoadFilamentResource;
|
||||
FreeFilamentResource mFreeFilamentResource;
|
||||
@@ -66,7 +69,6 @@ extern "C" {
|
||||
};
|
||||
typedef struct ResourceLoaderWrapper ResourceLoaderWrapper;
|
||||
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user