C# Class Vector.Gpu.DepthBuffer

Depth Buffer Render Target
Inheritance: RenderBuffer
Mostrar archivo Open project: sinclairzx81/vector-cs Class Usage Examples

Public Properties

Property Type Description
depth Depth

Public Methods

Method 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 method

public DepthBuffer ( Device device, int width, int height, Depth depth ) : System
device Device
width int
height int
depth Depth
return System

DepthBuffer() public method

public DepthBuffer ( Device device, int width, int height, Depth depth, int samples ) : System
device Device
width int
height int
depth Depth
samples int
return System

Property Details

depth public_oe property

public Depth depth
return Depth