摘要:
static char* readShaderSource(const char* shaderFile) { FILE *fp; fopen_s(&fp, shaderFile, "r"); if ( fp == NULL ) { return NULL; } fseek(fp, 0L, SEEK 阅读全文
posted @ 2018-03-31 21:51
zengzhaocheng
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号