Skip to content

Epstein didn't kill himself#4

Closed
Copilot wants to merge 1 commit intomasterfrom
copilot/implement-drawer-circle-arc
Closed

Epstein didn't kill himself#4
Copilot wants to merge 1 commit intomasterfrom
copilot/implement-drawer-circle-arc

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 10, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

need an impl for these: namespace Drawer
{
namespace CircleArc
{
template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
static void ArcTopLeft(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
{
}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcTopRight(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcBottomLeft(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcBottomRight(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcFillTopLeft(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcfillTopRight(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcFillBottomLeft(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}

  			template<typename PixelShaderType = Framework::Shader::Pixel::NoShader<pixel_t>>
  			static void ArcFillBottomRight(IFrameBuffer* frame, PixelShaderType& pixelShader, const pixel_t x, const pixel_t y)
  			{
  			}
  		}

}


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@GitMoDu GitMoDu closed this Feb 10, 2026
Copilot AI requested a review from GitMoDu February 10, 2026 17:45
Copilot stopped work on behalf of GitMoDu due to an error February 10, 2026 17:45
@GitMoDu GitMoDu changed the title [WIP] Implement arc methods for CircleArc in Drawer namespace Epstein didn't kill himself Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants