Public Sub New( _ ByVal device As Device, _ ByVal size As Integer, _ ByVal mipLevels As Integer, _ ByVal format As Format, _ ByVal depthStencil As Boolean, _ ByVal depthStencilFormat As DepthFormat _ )
C#
public RenderToEnvironmentMap( Devicedevice, intsize, intmipLevels, Formatformat, booldepthStencil, DepthFormatdepthStencilFormat );