Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwihlidal/docker-fxc
Docker image of FXC running with Wine
https://github.com/gwihlidal/docker-fxc
Last synced: 1 day ago
JSON representation
Docker image of FXC running with Wine
- Host: GitHub
- URL: https://github.com/gwihlidal/docker-fxc
- Owner: gwihlidal
- License: mit
- Created: 2018-09-16T13:41:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T14:17:19.000Z (over 6 years ago)
- Last Synced: 2024-12-17T20:22:02.973Z (about 2 months ago)
- Language: Dockerfile
- Size: 1.83 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-protoc
Docker image with Microsoft FXC shader compilerHub: https://hub.docker.com/r/gwihlidal/fxc/
## Usage
```
$ docker run --rm gwihlidal/fxc /help
``````
$ docker run --rm -v $(pwd):$(pwd) -w $(pwd) gwihlidal/fxc /T /E
```## Example
```
% docker run --rm -v $(pwd):$(pwd) -w $(pwd) gwihlidal/fxc /T ps_5_1 /E main simple.hlslMicrosoft (R) Direct3D Shader Compiler 10.1
Copyright (C) 2013 Microsoft. All rights reserved.//
// Generated by Microsoft (R) HLSL Shader Compiler 10.1
//
//
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// no Input
//
// Output signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// SV_TARGET 0 xyzw 0 TARGET float xyzw
//
ps_5_1
dcl_globalFlags refactoringAllowed
dcl_output o0.xyzw
mov o0.xyzw, l(0,1.000000,0,1.000000)
ret
// Approximately 2 instruction slots used
```