This commit is contained in:
2024-10-01 01:07:16 +08:00
parent 0c34f29c51
commit 46d9e3fda0
475 changed files with 9031 additions and 855 deletions

View File

@@ -55,8 +55,9 @@ typedef float GLD_tdxValue;
#define GLD_C_CLEAR_NOTHING 0
#define GLD_C_CLEAR_BACKBUF 1
#define GLD_C_CLEAR_ZBUF 2
/* Structures for Viewports */
typedef unsigned long DWORD;
typedef struct GLD_tdstViewportAttributes_
{
DWORD dwInitialHeight; /* Initial height of viewport in pixels */