mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
/******************************Module*Header*******************************\
|
|
* Module Name: spanset.h
|
|
*
|
|
* This file is included to generate a set of span functions for a certain
|
|
* pixel format
|
|
*
|
|
* 14-Oct-1994 mikeke Created
|
|
*
|
|
* Copyright (c) 1994 Microsoft Corporation
|
|
\**************************************************************************/
|
|
|
|
#undef RGBMODE
|
|
#define RGBMODE 1
|
|
|
|
#undef ZBUFFER
|
|
#define ZBUFFER 0
|
|
|
|
#undef TEXTURE
|
|
#define TEXTURE 0
|
|
#undef SHADE
|
|
#define SHADE 1
|
|
#include "span.h"
|
|
|
|
#undef TEXTURE
|
|
#define TEXTURE 1
|
|
#undef SHADE
|
|
#define SHADE 1
|
|
#include "span.h"
|
|
|
|
#undef SHADE
|
|
#define SHADE 0
|
|
#include "span.h"
|
|
|
|
#undef ZBUFFER
|
|
#define ZBUFFER 1
|
|
|
|
#undef TEXTURE
|
|
#define TEXTURE 0
|
|
#undef SHADE
|
|
#define SHADE 1
|
|
#include "span.h"
|
|
|
|
#undef TEXTURE
|
|
#define TEXTURE 1
|
|
#undef SHADE
|
|
#define SHADE 1
|
|
#include "span.h"
|
|
|
|
#undef SHADE
|
|
#define SHADE 0
|
|
#include "span.h"
|