![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcoreapplication.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qxmlstream.h>
Go to the source code of this file.
Classes | |
class | VkSpecParser |
struct | VkSpecParser::TypedName |
struct | VkSpecParser::Command |
class | Preamble |
Functions | |
QString | funcSig (const VkSpecParser::Command &c, const char *className=nullptr) |
QString | funcCall (const VkSpecParser::Command &c, int idx) |
bool | genVulkanFunctionsH (const QList< VkSpecParser::Command > &commands, const QMap< QString, QStringList > &versionCommandMapping, const QString &licHeaderFn, const QString &outputBase) |
bool | genVulkanFunctionsPH (const QList< VkSpecParser::Command > &commands, const QMap< QString, QStringList > &versionCommandMapping, const QString &licHeaderFn, const QString &outputBase) |
bool | genVulkanFunctionsPC (const QList< VkSpecParser::Command > &commands, const QMap< QString, QStringList > &versionCommandMapping, const QString &licHeaderFn, const QString &outputBase) |
int | main (int argc, char **argv) |
[48] | |
Variables | |
static const QStringList | VERSIONS |
class Preamble | preamble |
QString funcCall | ( | const VkSpecParser::Command & | c, |
int | idx ) |
Definition at line 262 of file qvkgen.cpp.
QString funcSig | ( | const VkSpecParser::Command & | c, |
const char * | className = nullptr ) |
Definition at line 240 of file qvkgen.cpp.
bool genVulkanFunctionsH | ( | const QList< VkSpecParser::Command > & | commands, |
const QMap< QString, QStringList > & | versionCommandMapping, | ||
const QString & | licHeaderFn, | ||
const QString & | outputBase ) |
Definition at line 312 of file qvkgen.cpp.
bool genVulkanFunctionsPC | ( | const QList< VkSpecParser::Command > & | commands, |
const QMap< QString, QStringList > & | versionCommandMapping, | ||
const QString & | licHeaderFn, | ||
const QString & | outputBase ) |
Definition at line 482 of file qvkgen.cpp.
bool genVulkanFunctionsPH | ( | const QList< VkSpecParser::Command > & | commands, |
const QMap< QString, QStringList > & | versionCommandMapping, | ||
const QString & | licHeaderFn, | ||
const QString & | outputBase ) |
Definition at line 409 of file qvkgen.cpp.
int main | ( | int | argc, |
char ** | argv ) |
[48]
[dynamic_tooltip]
[5]
[2]
[0]
[6]
[48]
[48]
[6]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
[0]
[0]
[0]
[0]
Definition at line 587 of file qvkgen.cpp.
References VkSpecParser::parse().
class Preamble preamble |
|
static |
Definition at line 12 of file qvkgen.cpp.