C# Class Vector.Gpu.DepthBuffer

Depth Buffer Render Target
Inheritance: RenderBuffer
Afficher le fichier Open project: sinclairzx81/vector-cs Class Usage Examples

Méthodes publiques

Свойство Type Description
depth Depth

Méthodes publiques

Méthode Description
DepthBuffer ( Device device, int width, int height, Depth depth ) : System
DepthBuffer ( Device device, int width, int height, Depth depth, int samples ) : System

Method Details

DepthBuffer() public méthode

public DepthBuffer ( Device device, int width, int height, Depth depth ) : System
device Device
width int
height int
depth Depth
Résultat System

DepthBuffer() public méthode

public DepthBuffer ( Device device, int width, int height, Depth depth, int samples ) : System
device Device
width int
height int
depth Depth
samples int
Résultat System

Property Details

depth public_oe property

public Depth depth
Résultat Depth