In This Topic
Creates a layer resource that can be used with this render target and its compatible render targets. The new layer has the specified initial size. The layer resource is allocated to the minimum size when {{PushLayer}} is called.
Overload List
Overload | Description |
Create(RenderTarget) | Creates a layer resource that can be used with this render target and its compatible render targets. The new layer has the specified initial size. The layer resource is allocated to the minimum size when {{PushLayer}} is called. |
Create(RenderTarget,Nullable<Size2F>) | Creates a layer resource that can be used with this render target and its compatible render targets. The new layer has the specified initial size. |
See Also