#include "maxheap.h"
#include "sfx.h"
Define Documentation
#define
BEAUTY_RENDER_ELEMENT_CLASS_ID 0x00000001 |
#define
SHADOWS_RENDER_ELEMENT_CLASS_ID 0x00000008 |
#define
Z_RENDER_ELEMENT_CLASS_ID 0x0000000c |
#define
ALPHA_RENDER_ELEMENT_CLASS_ID 0x0000000d |
#define
LIGHTING_RENDER_ELEMENT_CLASS_ID 0x00000011 |
#define
MATERIALID_RENDER_ELEMENT_CLASS_ID 0x00000014 |
#define
OBJECTID_RENDER_ELEMENT_CLASS_ID 0x00000015 |
#define
ILLUMINANCE_RENDER_ELEMENT_CLASS_ID 0x00000017 |
#define
IRENDERELEMENTREQUIREMENTS_INTERFACE_ID Interface_ID(0x1804343c,
0x614c2fdf) |
This interface is used to query special requirement flags from
render elements.
#define
IREND_ELEM_MGR_INTERFACE Interface_ID(0x95791767,
0x17651746) |
Typedef Documentation
Function Documentation
This returns the IRenderElementRequirements
interface for a given render element.
This method checks for element being NULL and return directly
NULL if its the case.
- Parameters:
-
- Returns:
- - the IRenderElementRequirements
interface for this element or NULL if element is NULL.