Class ShadowCubeFramebuffer
public class ShadowCubeFramebuffer : IDisposable
- Inheritance
-
ShadowCubeFramebuffer
- Implements
- Inherited Members
Constructors
ShadowCubeFramebuffer(int, InternalFormat)
public ShadowCubeFramebuffer(int size, InternalFormat format)
Parameters
size
intformat
InternalFormat
Properties
Size
public int Size { get; }
Property Value
Texture
public GLObject Texture { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetFramebufferId(CubeMapFace)
public int GetFramebufferId(CubeMapFace face)
Parameters
face
CubeMapFace
Returns
IsComplete(bool)
public bool IsComplete(bool assert = false)
Parameters
assert
bool
Returns
Resize(int, InternalFormat)
public void Resize(int size, InternalFormat format = InternalFormat.DepthComponent24)
Parameters
size
intformat
InternalFormat