<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.xna.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Direct3D 10 </title><link>http://forums.xna.com/forums/29.aspx</link><description>Only questions about the Direct3D 10 API are permitted here.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: FXC assembly listing</title><link>http://forums.xna.com/forums/thread/183055.aspx</link><pubDate>Wed, 27 May 2009 10:14:52 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:183055</guid><dc:creator>caustic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/183055.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=29&amp;PostID=183055</wfw:commentRss><description>You&amp;#39;re right, but I was missing the default assembly output written to the console window and wrongly assumed that I needed the /Cc option to produce it. All was good when I declared my techniques using &amp;#39;technique10&amp;#39; instead of &amp;#39;technique&amp;#39;.&lt;br /&gt;
I did not discover the error immediately because I wasn&amp;#39;t loading the FX file from code, only compiling on command line.&lt;br /&gt;</description></item><item><title>Re: FXC assembly listing</title><link>http://forums.xna.com/forums/thread/182909.aspx</link><pubDate>Tue, 26 May 2009 22:25:19 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:182909</guid><dc:creator>PhilTaylor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/182909.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=29&amp;PostID=182909</wfw:commentRss><description>according to the tool doc I am reading. the syntax for the output command to generate an assembly listing is&lt;br /&gt;
&lt;br /&gt;
/Fc &amp;lt;file&amp;gt; &lt;br /&gt;
&lt;br /&gt;
and to get an assembly and hex listing is&lt;br /&gt;
&lt;br /&gt;
/Fx &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
does either of those work instead of the /Cc color coded option?&lt;br /&gt;</description></item><item><title>Re: FXC assembly listing</title><link>http://forums.xna.com/forums/thread/182814.aspx</link><pubDate>Tue, 26 May 2009 19:22:13 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:182814</guid><dc:creator>caustic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/182814.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=29&amp;PostID=182814</wfw:commentRss><description>I solved the problem myself.&lt;br /&gt;
&lt;br /&gt;
Accidently, in my FX file I had written &amp;#39;technique&amp;#39; instead of &amp;#39;technique10&amp;#39;, so no code was being compiled and thus no assembly generated.&lt;br /&gt;</description></item><item><title>FXC assembly listing</title><link>http://forums.xna.com/forums/thread/182789.aspx</link><pubDate>Tue, 26 May 2009 18:34:54 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:182789</guid><dc:creator>caustic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/182789.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=29&amp;PostID=182789</wfw:commentRss><description>I&amp;#39;m trying to get FXC to ouput an assembly listing from an FX file, uisng the /Cc option like this:&lt;br /&gt;
&lt;br /&gt;
fxc /T fx_4_0 /E VertexShader /Cc file.fx&lt;br /&gt;
&lt;br /&gt;
It only outputs a description of the cbuffers and offsets and sizes for variables. Also, the argument given to /E doesn&amp;#39;t matter at all, ie. no errors if VertexShader doesn&amp;#39;t exist.&lt;br /&gt;
&lt;br /&gt;
Any ideas how to get this working?&lt;br /&gt;</description></item></channel></rss>