gSPSetOtherMode.htm
1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<HTML>
<HEAD>
<TITLE>HTML 文書</TITLE>
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.0j">
</HEAD>
<BODY>
<P>
<A NAME="_Toc366998491"></A><B><FONT FACE="Arial">gSPSetOtherMode(3P)</FONT><FONT FACE="MS Pゴシック">
<BR>
</FONT></B>
<P>
<B>関数名<BR>
</B>
<P>
gSPSetOtherMode, gsSPSetOtherMode
<P>
→ RDP'othermode'をセット/クリアします。<BR>
<P>
<B>構文<BR>
</B>
<P>
#include "gbi.h"
<P>
gSPSetOtherMode(Gfx *gdl, int cmd, int sft, int len, unsigned
int data)
<P>
gsSPSetOtherMode(int cmd, int sft, int len, unsigned int data)
<BR>
<P>
<B>パラメータ <BR>
</B>
<P>
<B>*gdl</B> グラフィックディスプレイリストポインタ。
<P>
<B>cmd</B> G_SETOTHERMODE_H, G_SETOTHERMODE_L
<P>
<B>sft</B> マスクを生成するためのシフト値
<P>
<B>len</B> フィールド(マスク)の長さ。
<P>
<B>data</B> セット/クリアする為の新しいデータ。<BR>
<P>
<B>解説 <BR>
</B>
<P>
このコマンドはユーザーには公開されていないので使用できません。
<BR>
<P>
これはRDPレンダリングステートをアップデートし、キャッシュするためにRSPジオメトリエンジンで使用する非公開コマンドです。マクロを設定しているすべてのRDPステートは、このマクロを使用して構築されていることに注意してください。
</BODY>
</HTML>