Function TRAP::Graphics::RenderCommand::SetFillMode#

Function Documentation#

void TRAP::Graphics::RenderCommand::SetFillMode(FillMode fillMode, const Window &window = *TRAP::Application::GetWindow())#

Set fill mode for the given window.

Remark

Headless mode: This function is not available in headless mode.

Parameters:
  • fillMode – Fill mode.

  • windowWindow to set fill mode for. Default: Main Window.