C# Class RenderingBase.RenderObjects.Textures.RenderTargetTexture

Inheritance: TextureBase
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes protégées

Méthode Description
RenderTargetTexture ( Vector2I size ) : OpenTK.Graphics.OpenGL
RenderTargetTexture ( Vector2I size, PixelFormat pixelFormat, PixelInternalFormat internalFormat ) : OpenTK.Graphics.OpenGL

Method Details

RenderTargetTexture() protected méthode

protected RenderTargetTexture ( Vector2I size ) : OpenTK.Graphics.OpenGL
size Vector2I
Résultat OpenTK.Graphics.OpenGL

RenderTargetTexture() protected méthode

protected RenderTargetTexture ( Vector2I size, PixelFormat pixelFormat, PixelInternalFormat internalFormat ) : OpenTK.Graphics.OpenGL
size Vector2I
pixelFormat PixelFormat
internalFormat PixelInternalFormat
Résultat OpenTK.Graphics.OpenGL