深度バッファのクラスです。
More...
#include <DepthBuffer.hpp>
|
int | width () const |
| 幅を取得します。(ピクセル単位)
|
|
int | height () const |
| 高さを取得します。 (ピクセル単位)
|
|
◆ create()
static Ref<DepthBuffer> ln::DepthBuffer::create |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
static |
深度バッファを作成します。
- Parameters
-
[in] | width | : 幅 (px 単位) |
[in] | height | : 高さ (px 単位) |
◆ init()
void ln::DepthBuffer::init |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
protected |
深度バッファを作成します。
- Parameters
-
[in] | width | : 幅 (px 単位) |
[in] | height | : 高さ (px 単位) |
The documentation for this class was generated from the following file:
- /home/runner/work/Website/Website/_Lumino/include/LuminoEngine/Graphics/DepthBuffer.hpp