da_bgfx_set_view_scissor

Set view scissor. Draw primitive outside view will be clipped. When _x, _y, _width and _height are set to 0, scissor will be disabled.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_set_view_scissor = void function
(,
ushort _x
,
ushort _y
,
ushort _width
,
ushort _height
)

Meta