misspelling
This commit is contained in:
@@ -8,5 +8,5 @@ typedef struct gnApplicationInfo {
|
|||||||
const char* applicationName;
|
const char* applicationName;
|
||||||
gnVersion applicationVersion;
|
gnVersion applicationVersion;
|
||||||
const char* engineName;
|
const char* engineName;
|
||||||
gnVersion enginnVersion;
|
gnVersion engineVersion;
|
||||||
} gnApplicationInfo;
|
} gnApplicationInfo;
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ void createInstance() {
|
|||||||
.applicationName = "Chemistry Rendering App",
|
.applicationName = "Chemistry Rendering App",
|
||||||
.applicationVersion = gnCreateVersion(0, 0, 1),
|
.applicationVersion = gnCreateVersion(0, 0, 1),
|
||||||
.engineName = "Chemistry Rendering Engine",
|
.engineName = "Chemistry Rendering Engine",
|
||||||
.enginnVersion = gnCreateVersion(0, 0, 1)
|
.engineVersion = gnCreateVersion(0, 0, 1)
|
||||||
},
|
},
|
||||||
.enabledValidationLayerCount = 0,
|
.enabledValidationLayerCount = 0,
|
||||||
.enabledValidationLayers = nullptr,
|
.enabledValidationLayers = nullptr,
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ void createInstance() {
|
|||||||
.applicationName = "Chemistry Rendering App",
|
.applicationName = "Chemistry Rendering App",
|
||||||
.applicationVersion = gnCreateVersion(0, 0, 1),
|
.applicationVersion = gnCreateVersion(0, 0, 1),
|
||||||
.engineName = "Chemistry Rendering Engine",
|
.engineName = "Chemistry Rendering Engine",
|
||||||
.enginnVersion = gnCreateVersion(0, 0, 1)
|
.engineVersion = gnCreateVersion(0, 0, 1)
|
||||||
},
|
},
|
||||||
.enabledValidationLayerCount = 0,
|
.enabledValidationLayerCount = 0,
|
||||||
.enabledValidationLayers = nullptr,
|
.enabledValidationLayers = nullptr,
|
||||||
|
|||||||
Reference in New Issue
Block a user