Go to the source code of this file.
Classes |
|
class | SamplingCallback |
class | Sampler |
Defines |
|
#define | R25_SAMPLER_CLASS_ID 0x25773211 |
#define | DEFAULT_SAMPLER_CLASS_ID R25_SAMPLER_CLASS_ID |
#define | IS_ADAPTIVE 0x1 |
#define | ADAPTIVE_CHECK_BOX 0x2 |
#define | ADAPTIVE_THRESHOLD 0x4 |
#define | SUPER_SAMPLE_TEX_CHECK_BOX 0x8 |
#define | ADVANCED_DLG_BUTTON 0x10 |
#define | OPTIONAL_PARAM_0 0x20 |
#define | OPTIONAL_PARAM_1 0x40 |
#define | R3_ADAPTIVE (IS_ADAPTIVE+ADAPTIVE_CHECK_BOX+ADAPTIVE_THRESHOLD) |
#define | SAMPLERBASE_CHUNK 0x39bf |
#define | SAMPLERNAME_CHUNK 0x0100 |
#define | SAMPLER_VERS_CHUNK 0x0200 |
Typedefs |
|
typedef ULONG | MASK [2] |
typedef SFXParamDlg | SamplerParamDlg |
#define R25_SAMPLER_CLASS_ID 0x25773211 |
Definition at line 17 of file samplers.h.
#define DEFAULT_SAMPLER_CLASS_ID R25_SAMPLER_CLASS_ID |
Definition at line 18 of file samplers.h.
#define IS_ADAPTIVE 0x1 |
Definition at line 466 of file samplers.h.
#define ADAPTIVE_CHECK_BOX 0x2 |
Definition at line 467 of file samplers.h.
#define ADAPTIVE_THRESHOLD 0x4 |
Definition at line 468 of file samplers.h.
#define SUPER_SAMPLE_TEX_CHECK_BOX 0x8 |
Definition at line 469 of file samplers.h.
#define ADVANCED_DLG_BUTTON 0x10 |
Definition at line 470 of file samplers.h.
#define OPTIONAL_PARAM_0 0x20 |
Definition at line 471 of file samplers.h.
#define OPTIONAL_PARAM_1 0x40 |
Definition at line 472 of file samplers.h.
#define R3_ADAPTIVE (IS_ADAPTIVE+ADAPTIVE_CHECK_BOX+ADAPTIVE_THRESHOLD) |
Definition at line 474 of file samplers.h.
#define SAMPLERBASE_CHUNK 0x39bf |
Definition at line 477 of file samplers.h.
#define SAMPLERNAME_CHUNK 0x0100 |
Definition at line 478 of file samplers.h.
#define SAMPLER_VERS_CHUNK 0x0200 |
Definition at line 479 of file samplers.h.
typedef ULONG MASK[2] |
Definition at line 20 of file samplers.h.
typedef SFXParamDlg SamplerParamDlg |
Definition at line 21 of file samplers.h.