User Tag List

Results 1 to 4 of 4

Thread: Syntax Checker

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Syntax Checker

    Is there any program out there that will check the syntax for you? I've made a pixel shader, but I can't figure out why it won't work. The syntax appears to be correct from my human eyes, but yet it yields no results.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Syntax Checker

    Try changing the pixel shader compiler.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Syntax Checker

    If you want to test a shader, I recommend AMD/ATI Rendermonkey (it's a free download). Start it, right-click on the "Effect workspace" and go "Add Default Effect->Direct X->Screen-aligned Quad". This sets everything up to give you a shader that just renders a texture to the output, in 2D. You can then change it to do whatever you want.
    EDIT: More importantly, it will detect and tell you about a lot of errors. Everything from syntax errors to things that crash the shader (eg out-of-bounds array access).

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Syntax Checker

    Quote Originally Posted by Sphax
    Try changing the pixel shader compiler.
    What do you mean?

    Quote Originally Posted by Dynasoft
    If you want to test a shader, I recommend AMD/ATI Rendermonkey (it's a free download). Start it, right-click on the "Effect workspace" and go "Add Default Effect->Direct X->Screen-aligned Quad". This sets everything up to give you a shader that just renders a texture to the output, in 2D. You can then change it to do whatever you want.
    EDIT: More importantly, it will detect and tell you about a lot of errors. Everything from syntax errors to things that crash the shader (eg out-of-bounds array access).
    Alright! That's EXACTLY what I'm looking for! Thanks man.


Similar Threads

  1. [Solved] Application Update Checker
    By sam_sdc in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 26th July 2010, 03:48 AM
  2. Set key syntax
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th May 2010, 07:19 AM
  3. Syntax Colors
    By nivram in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 14th April 2009, 03:22 PM
  4. Distance Checker
    By Jacob in forum Widgets
    Replies: 3
    Last Post: 28th September 2008, 06:08 AM
  5. Process Checker
    By UrbanMonk in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 7th June 2008, 07:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •