Definition at line 6 of file RenderTexture.cs.
◆ TextureType
Render texture type
| Enumerator |
|---|
| ColorWithDepth | |
| ColorOnly | |
Definition at line 11 of file RenderTexture.cs.
◆ RenderTexture() [1/2]
| FalcoEngine.RenderTexture.RenderTexture |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
◆ RenderTexture() [2/2]
| FalcoEngine.RenderTexture.RenderTexture |
( |
int |
w, |
|
|
int |
h, |
|
|
TextureType |
textureType |
|
) |
| |
◆ Dispose()
| void FalcoEngine.RenderTexture.Dispose |
( |
| ) |
|
Delete unmanaged resources for this render texture used by engine
Definition at line 70 of file RenderTexture.cs.
◆ Reset()
| void FalcoEngine.RenderTexture.Reset |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
Recreate this render texture with new width and height
- Parameters
-
◆ colorTexture
| Texture FalcoEngine.RenderTexture.colorTexture |
|
get |
◆ depthTexture
| Texture FalcoEngine.RenderTexture.depthTexture |
|
get |
The documentation for this class was generated from the following file: