C# Class Fusion.Drivers.Graphics.Display.OculusRiftDisplay.EyeTexture

Contains all the fields used by each eye.
Inheritance: IDisposable
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
DepthStencil2D DepthStencil2D
FieldOfView OVR.FovPort
HmdToEyeViewOffset OVR.Vector3f
RenderDescription OVR.EyeRenderDesc
RenderTargets RenderTarget2D[]
SwapTexture OculusTextureSwapChain
Textures SharpDX.Direct3D11.Texture2D[]
Viewport Viewport
ViewportSize OVR.Recti

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose contained fields.

EyeTexture ( GraphicsDevice graphicDevice, OculusTextureSwapChain swapTexture ) : System

Method Details

Dispose() public méthode

Dispose contained fields.
public Dispose ( ) : void
Résultat void

EyeTexture() public méthode

public EyeTexture ( GraphicsDevice graphicDevice, OculusTextureSwapChain swapTexture ) : System
graphicDevice GraphicsDevice
swapTexture OculusTextureSwapChain
Résultat System

Property Details

DepthStencil2D public_oe property

public DepthStencil2D DepthStencil2D
Résultat DepthStencil2D

FieldOfView public_oe property

public OVR.FovPort FieldOfView
Résultat OVR.FovPort

HmdToEyeViewOffset public_oe property

public OVR.Vector3f HmdToEyeViewOffset
Résultat OVR.Vector3f

RenderDescription public_oe property

public OVR.EyeRenderDesc RenderDescription
Résultat OVR.EyeRenderDesc

RenderTargets public_oe property

public RenderTarget2D[] RenderTargets
Résultat RenderTarget2D[]

SwapTexture public_oe property

public OculusTextureSwapChain SwapTexture
Résultat OculusTextureSwapChain

Textures public_oe property

public Texture2D[],SharpDX.Direct3D11 Textures
Résultat SharpDX.Direct3D11.Texture2D[]

Viewport public_oe property

public Viewport Viewport
Résultat Viewport

ViewportSize public_oe property

public OVR.Recti ViewportSize
Résultat OVR.Recti