Pass:getHeight
EditReturns the height of the textures attached to the render pass.
height = Pass:getHeight()
Arguments
None
Returns
Name | Type | Description |
height | number | The texture height. |
Notes
If the pass is not a render pass, this function returns zero.
See also
Pass:getWidth
Pass:getDimensions
Pass:getViewCount
lovr.graphics.getPass
lovr.system.getWindowHeight
lovr.headset.getDisplayHeight
Pass