da_bgfx_set_scissor

Set scissor for draw primitive. Remarks: To scissor for all primitives in view see bgfx::setViewScissor.

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

Meta