render.ClearStencilBufferRectangle
From GMod Wiki
Function | |
Syntax |
render.ClearStencilBufferRectangle( Integer left, Integer top, Integer right, Integer bottom, Integer value ) Where is this used? |
Description: | |
Clears the stencil buffer within the given rectangle, setting each pixel to the value given. | |
Returns: | nil |
Part of Library: | render |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Render.ClearStencilBufferRectangle]Render.ClearStencilBufferRectangle [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- left = x
- top = y
- right = x + width
- bottom = y + height