22 class VSG_DECLSPEC SetViewport :
public Inherit<Command, SetViewport>
26 SetViewport(uint32_t in_firstViewport,
const Viewports& in_viewports);
28 uint32_t firstViewport = 0;
SetViewport command encapsulates vkCmdSetViewport call, associated with dynamic updating of a Graphic...
Definition SetViewport.h:23