16 lines
382 B
C
16 lines
382 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Monolithic Rasterizer Functions - Public Header File
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#ifndef _MONOSPAN_H
|
|
#define _MONOSPAN_H
|
|
|
|
#include "span.h"
|
|
|
|
DllExport HRESULT Monolithic_RenderSpansTestSelector(PD3DI_RASTCTX pCtx);
|
|
|
|
#endif
|