C# Class Reign.Video.Abstraction.DepthStencilAPI

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
New ( IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
New ( VideoTypes videoType, IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil

Method Details

New() public static méthode

public static New ( IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
parent IDisposableResource
width int
height int
format DepthStencilFormats
Résultat IDepthStencil

New() public static méthode

public static New ( VideoTypes videoType, IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
videoType VideoTypes
parent IDisposableResource
width int
height int
format DepthStencilFormats
Résultat IDepthStencil