C# Class Ovr.D3D10TextureData

Contains D3D10-specific texture information
Inheritance: Texture
Mostrar archivo Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
_ID3D10Texture2D_pTexture System.IntPtr

Public Methods

Method Description
D3D10TextureData ( Sizei textureSize, Recti renderViewport, IntPtr ID3D10Texture2D_pTexture, IntPtr ID3D10ShaderResourceView_pSRView ) : System

Private Methods

Method Description
ToRaw ( ) : Texture_Raw

Method Details

D3D10TextureData() public method

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
return System

Property Details

_ID3D10Texture2D_pTexture public_oe property

public IntPtr,System _ID3D10Texture2D_pTexture
return System.IntPtr