Failed to load effect file: /core/corecommon.fx (6,34): error X3004: undeclared identifier FIXED_WIDTH
type here Hi, I’m trying to make a custom .fx file for an application called MikuMikuDance, after editing the file, when loading it, an error message from another file appeared heres the beginning of the code: * Dippen 作成: サンフラワーふじ */ #if FIXED float2 ViewportSize = float2(FIXED_WIDTH, FIXED_HEIGHT); #else float2 ViewportSize : VIEWPORTPIXELSIZE; #endif I […]