C# Class Ovr.D3D11TextureData

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

Public Properties

Property Type Description
_ID3D11Texture2D_pTexture System.IntPtr

Public Methods

Method Description
D3D11TextureData ( Sizei textureSize, Recti renderViewport, IntPtr ID3D11Texture2D_pTexture, IntPtr ID3D11ShaderResourceView_pSRView ) : System

Private Methods

Method Description
ToRaw ( ) : Texture_Raw

Method Details

D3D11TextureData() public method

public D3D11TextureData ( Sizei textureSize, Recti renderViewport, IntPtr ID3D11Texture2D_pTexture, IntPtr ID3D11ShaderResourceView_pSRView ) : System
textureSize Sizei
renderViewport Recti
ID3D11Texture2D_pTexture System.IntPtr
ID3D11ShaderResourceView_pSRView System.IntPtr
return System

Property Details

_ID3D11Texture2D_pTexture public_oe property

public IntPtr,System _ID3D11Texture2D_pTexture
return System.IntPtr