forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1036602 - rename d3d11 .fx files to .hlsl; r=bas
From 0117494b71e0b9ea01d8b552523529cf305ab919 Mon Sep 17 00:00:00 2001 --- gfx/layers/d3d11/CompositorD3D11.fx | 279 -------------------------------- gfx/layers/d3d11/CompositorD3D11.hlsl | 279 ++++++++++++++++++++++++++++++++ gfx/layers/d3d11/CompositorD3D11VR.fx | 71 -------- gfx/layers/d3d11/CompositorD3D11VR.hlsl | 71 ++++++++ gfx/layers/d3d11/genshaders.sh | 28 ++-- 5 files changed, 364 insertions(+), 364 deletions(-) delete mode 100644 gfx/layers/d3d11/CompositorD3D11.fx create mode 100644 gfx/layers/d3d11/CompositorD3D11.hlsl delete mode 100644 gfx/layers/d3d11/CompositorD3D11VR.fx create mode 100644 gfx/layers/d3d11/CompositorD3D11VR.hlsl
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters