[PR #9646] [MERGED] Add a sample outline shader #27668

Open
opened 2026-01-31 09:23:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9646
Author: @zadjii-msft
Created: 3/29/2021
Status: Merged
Merged: 3/30/2021
Merged by: @DHowett

Base: mainHead: dev/migrie/outline-shader


📝 Commits (3)

  • c14105a This creates a drop on the bottom-right, now I need the other sides too
  • da2a912 Well this is neat
  • 9582f51 okay spellbot, you got me

📊 Changes

1 file changed (+66 additions, -0 deletions)

View changed files

samples/PixelShaders/Outlines.hlsl (+66 -0)

📄 Description

Summary of the Pull Request

I accidentally the whole thing

image
image

References

  • Heavily inspired by the original rasterbars shader.

PR Checklist

Detailed Description of the Pull Request / Additional comments

I know it's not FHL anymore, but I couldn't help myself.

Validation Steps Performed

looked at it


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9646 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/migrie/outline-shader` --- ### 📝 Commits (3) - [`c14105a`](https://github.com/microsoft/terminal/commit/c14105ab5e78329d6d435a8ea107b176b9b53208) This creates a drop on the bottom-right, now I need the other sides too - [`da2a912`](https://github.com/microsoft/terminal/commit/da2a912b01ae11812e40a4f267d143071b6f291d) Well this is neat - [`9582f51`](https://github.com/microsoft/terminal/commit/9582f517bd103d7b1960f042da9472d634da2bbe) okay spellbot, you got me ### 📊 Changes **1 file changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `samples/PixelShaders/Outlines.hlsl` (+66 -0) </details> ### 📄 Description ## Summary of the Pull Request I accidentally the whole thing ![image](https://user-images.githubusercontent.com/18356694/112837197-32984700-9061-11eb-974e-d0b226b990a6.png) ![image](https://user-images.githubusercontent.com/18356694/112837720-d71a8900-9061-11eb-89fd-712df73e37f0.png) ## References * Heavily inspired by the original rasterbars shader. ## PR Checklist * [x] Closes #9010 * [x] I work here * [n/a] Tests added/passed * [n/a] Requires documentation to be updated ## Detailed Description of the Pull Request / Additional comments I know it's not FHL anymore, but I couldn't help myself. ## Validation Steps Performed looked at it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:23:23 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27668