Effect Compiler icon

Effect Compiler

1 big stars
Effect Compiler screenshot
Name: Effect Compiler
Works on: windowsWindows 7 and above
Developer: Isometric God
Version: 1
Last Updated: 01 Mar 2017
Release: 09 Feb 2011
Category: Programming > Other Programming Files
Rate this software:
291 downloads
screenshotsView Screenshots(1)
commentsComments
downloadDownload
Liked it? Tell others:
details

Effect Compiler Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: b907dfeb9b9d4ac76c03b1eb88d72fb7155247a5
Size: 1.26 KB
File Format: zip
Rating: 1.826086956 out of 5 based on 23 user ratings
Downloads: 291
License: Free
Effect Compiler is a free software by Isometric God and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Effect Compiler which is 1.26 KB in size and belongs to the software category Other Programming Files.
Effect Compiler was released on 2011-02-09 and last updated on our database on 2017-03-01 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Effect Compiler Description

Effect Compiler is a rule file that allows you to compile Direct3D / HLSL effect files directly in Visual Studio. The default way is to compile all .fx files at runtime, but as files are getting bigger, compile time increases rapidly. However, in most cases it is not required to recompile the effects every time you run your application.
Usually you would call D3D10CompileShader(..) or a similiar function which calls fxc.exe internally. If you want Visual Studio to take of the compiling process you have to add a custom build rule. It will be called only if the source file has changed since the last compilation or the compiled version does not exist.
The compiling process can be adjusted using the "Property Pages" for every file individually as if it was a C/C++ or some other known file type. The output file is a binary effect data file and has the extension .cfx (any other endling is valid, too). It can be read in by D3DX10CreateEffectFromFile(..) for example.
screenshots

Effect Compiler Screenshots

Effect Compiler screenshot 1
similarSimilar Software