C# Class Ovr.D3D10TextureData

Contains D3D10-specific texture information
Inheritance: Texture
Afficher le fichier Open project: UCSDVR/Lucid-VR

Méthodes publiques

Свойство Type Description
_ID3D10Texture2D_pTexture System.IntPtr

Méthodes publiques

Méthode Description
D3D10TextureData ( Sizei textureSize, Recti renderViewport, IntPtr ID3D10Texture2D_pTexture, IntPtr ID3D10ShaderResourceView_pSRView ) : System

Private Methods

Méthode Description
ToRaw ( ) : Texture_Raw

Method Details

D3D10TextureData() public méthode

public D3D10TextureData ( Sizei textureSize, Recti renderViewport, IntPtr ID3D10Texture2D_pTexture, IntPtr ID3D10ShaderResourceView_pSRView ) : System
textureSize Sizei
renderViewport Recti
ID3D10Texture2D_pTexture System.IntPtr
ID3D10ShaderResourceView_pSRView System.IntPtr
Résultat System

Property Details

_ID3D10Texture2D_pTexture public_oe property

public IntPtr,System _ID3D10Texture2D_pTexture
Résultat System.IntPtr