Go to the source code of this file.
Classes | |
class | FBShaderLayout |
Shader layout class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
#define | FBRegisterShaderLayout(ClassName, UniqueNameStr, IconFilename) |
Register a Shader layout class. | |
#define | FBShaderLayoutDeclare(ClassName, Parent) |
Shader layout declaration. | |
#define | FBShaderLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Shader layout implementation. | |
Functions | |
__FB_FORWARD (FBShaderLayout) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, ShaderLayout) | |
FBShader layout file.
Definition in file fbshaderlayout.h.
#define FBRegisterShaderLayout | ( | ClassName, | |
UniqueNameStr, | |||
IconFilename | |||
) |
Register a Shader layout class.
ClassName | Name of Shader layout class. |
UniqueNameStr | Unique name of class. |
IconFilename | Filename of associated icon. |
Definition at line 67 of file fbshaderlayout.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbshaderlayout.h.
#define FBShaderLayoutDeclare | ( | ClassName, | |
Parent | |||
) |
Shader layout declaration.
ClassName | Name of Shader layout class. |
Parent | Parent of Shader layout class. |
Definition at line 88 of file fbshaderlayout.h.
#define FBShaderLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Shader layout implementation.
ThisComponent | Name of Shader layout class to implement. |
Definition at line 97 of file fbshaderlayout.h.