SetDrawValidGraphCreateZBufferFlag

SetDrawScreenの引数として渡せる(描画対象として使用できる)グラフィックハンドルを作成する際に専用のZバッファも作成するかどうかを設定する

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
SetDrawValidGraphCreateZBufferFlag
(
int Flag
)

Parameters

Flag int

dxlib_d.DxDataType.TRUE:専用のZバッファを作成する(デフォルト) dxlib_d.DxDataType.FALSE:専用のZバッファは作成しない

Meta