载入中...
搜索中...
未找到
scripts.h
浏览该文件的文档.
1#pragma once
2
3namespace eve {
5extern const char* boot_content;
6extern const char* load_content;
8extern const char* module_list_content;
9extern const char* async_content;
10extern const char* scene_director_content;
11extern const char* demo_content;
12extern const char* vertex_content;
13extern const char* fragment_content;
14}
Definition Build.cpp:11
const char * boot_content
嵌入式脚本 / 着色器源码常量(构建时由集成脚本生成)。
const char * async_content
const char * load_content
const char * vertex_content
const char * module_list_content
const char * fragment_content
const char * scene_director_content
const char * demo_content