Lib
QOLを高める
Variables
Memo.txt File Reference

Variables

namespace contents 編集 詳細 スペースの表示 ************************************Sleep DisplayOff ScreenSaver tips ***********************************SetThreadExecutionState() SendInput()(mouse move) http _42 = 1.0f
 
 _11 = 2.0f / screenW
 
 _22 = -2.0f / screenH
 
 sy
 
 sw
 
sh をピクセル座標からUV座標に offset
 

Variable Documentation

_11 = 2.0f / screenW

Definition at line 65 of file Memo.txt.

_22 = -2.0f / screenH

Definition at line 66 of file Memo.txt.

namespace contents 編集 詳細 スペースの表示*********************************** * Sleep DisplayOff ScreenSaver tips*********************************** SetThreadExecutionState () SendInput() (mouse move) http _42 = 1.0f

Definition at line 64 of file Memo.txt.

sh をピクセル座標からUV座標に offset
Initial value:
= (sx / texW, sy / texH)
--- size = (sw / texW, sh / texH)
-- (0.0f, 1.0f) => (offset, offset+size)
output.Tex = uvOffset + uvSize * input.Tex
sy
Definition: Memo.txt:67
sw
Definition: Memo.txt:67
sh をピクセル座標からUV座標に offset
Definition: Memo.txt:71
void output()
Output to a temporary file and open it with notepad.
Definition: debug.cpp:190
XMFLOAT2 uvOffset
Definition: graphics.cpp:42
XMFLOAT2 uvSize
Definition: graphics.cpp:43

Definition at line 71 of file Memo.txt.

sw

Definition at line 67 of file Memo.txt.

sy

Definition at line 67 of file Memo.txt.