Function TRAP::Graphics::RenderCommand::SetFrontFace#

Function Documentation#

void TRAP::Graphics::RenderCommand::SetFrontFace(FrontFace face, const Window &window = *TRAP::Application::GetWindow())#

Set front face for the given window.

Remark

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

Parameters:
  • face – Front face.

  • windowWindow to set front face for. Default: Main Window.