vertex.h

来自「Simple Cube plotting using frame buffers」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef VERTEX_H_#define VERTEX_H_#ifdef __cplusplusextern "C" {#endif#include <stdint.h>typedef struct{	uint32_t pos1;	uint32_t pos2;	uint32_t pos3;} vertexP;	#ifdef __cplusplus#endif#endif /*VERTEX_H_*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?