C# Class Ovr.GLTextureData

Contains OpenGL-specific texture information
Inheritance: Texture
ファイルを表示 Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
_texId System.IntPtr

Public Methods

Method Description
GLTextureData ( Sizei textureSize, Recti renderViewport, IntPtr texId ) : System

Private Methods

Method Description
ToRaw ( ) : Texture_Raw

Method Details

GLTextureData() public method

public GLTextureData ( Sizei textureSize, Recti renderViewport, IntPtr texId ) : System
textureSize Sizei
renderViewport Recti
texId System.IntPtr
return System

Property Details

_texId public_oe property

public IntPtr,System _texId
return System.IntPtr