G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
More...
|
void | G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, class TextOutput &t) |
|
Prints a human-readable description of this machine to the text output stream. More...
|
|
void | G3D::describeSystem (class RenderDevice *rd, class NetworkDevice *nd, String &s) |
|
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
◆ DECLARE_EXT
#define DECLARE_EXT |
( |
|
extname | ) |
|
Value:private: \
static bool _supports_##extname; \
public: \
static bool inline supports_##extname() { \
return _supports_##extname; \
} \
private: