mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 04:04:54 +02:00
Added citybuilder and cloud pass.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
1204 constants
|
||||
135 enums
|
||||
621 classes/structs/unions
|
||||
622 classes/structs/unions
|
||||
38 templates
|
||||
7 max inheritance level for 'idAI_Vagary'
|
||||
|
||||
@@ -4174,6 +4174,24 @@ static classVariableInfo_t glScreenSpaceParticleVertex_t_typeInfo[] = {
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
static classVariableInfo_t glSkyClouds_t_typeInfo[] = {
|
||||
{ "float[3]", "skyColor", (intptr_t)(&((glSkyClouds_t *)0)->skyColor), sizeof( ((glSkyClouds_t *)0)->skyColor ) },
|
||||
{ "float", "opacity", (intptr_t)(&((glSkyClouds_t *)0)->opacity), sizeof( ((glSkyClouds_t *)0)->opacity ) },
|
||||
{ "float[3]", "viewOrigin", (intptr_t)(&((glSkyClouds_t *)0)->viewOrigin), sizeof( ((glSkyClouds_t *)0)->viewOrigin ) },
|
||||
{ "float", "zMin", (intptr_t)(&((glSkyClouds_t *)0)->zMin), sizeof( ((glSkyClouds_t *)0)->zMin ) },
|
||||
{ "float[3]", "viewForward", (intptr_t)(&((glSkyClouds_t *)0)->viewForward), sizeof( ((glSkyClouds_t *)0)->viewForward ) },
|
||||
{ "float", "zMax", (intptr_t)(&((glSkyClouds_t *)0)->zMax), sizeof( ((glSkyClouds_t *)0)->zMax ) },
|
||||
{ "float[3]", "viewRight", (intptr_t)(&((glSkyClouds_t *)0)->viewRight), sizeof( ((glSkyClouds_t *)0)->viewRight ) },
|
||||
{ "float", "tanHalfFovX", (intptr_t)(&((glSkyClouds_t *)0)->tanHalfFovX), sizeof( ((glSkyClouds_t *)0)->tanHalfFovX ) },
|
||||
{ "float[3]", "viewUp", (intptr_t)(&((glSkyClouds_t *)0)->viewUp), sizeof( ((glSkyClouds_t *)0)->viewUp ) },
|
||||
{ "float", "tanHalfFovY", (intptr_t)(&((glSkyClouds_t *)0)->tanHalfFovY), sizeof( ((glSkyClouds_t *)0)->tanHalfFovY ) },
|
||||
{ "float", "noiseScale", (intptr_t)(&((glSkyClouds_t *)0)->noiseScale), sizeof( ((glSkyClouds_t *)0)->noiseScale ) },
|
||||
{ "float", "coverage", (intptr_t)(&((glSkyClouds_t *)0)->coverage), sizeof( ((glSkyClouds_t *)0)->coverage ) },
|
||||
{ "float", "density", (intptr_t)(&((glSkyClouds_t *)0)->density), sizeof( ((glSkyClouds_t *)0)->density ) },
|
||||
{ "float", "seedOffset", (intptr_t)(&((glSkyClouds_t *)0)->seedOffset), sizeof( ((glSkyClouds_t *)0)->seedOffset ) },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
static classVariableInfo_t QD3D12NeuralPOMImageRGBA8_typeInfo[] = {
|
||||
{ "uint32_t", "width", (intptr_t)(&((QD3D12NeuralPOMImageRGBA8 *)0)->width), sizeof( ((QD3D12NeuralPOMImageRGBA8 *)0)->width ) },
|
||||
{ "uint32_t", "height", (intptr_t)(&((QD3D12NeuralPOMImageRGBA8 *)0)->height), sizeof( ((QD3D12NeuralPOMImageRGBA8 *)0)->height ) },
|
||||
@@ -5294,11 +5312,11 @@ static classVariableInfo_t frameLookup_t_typeInfo[] = {
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
static classVariableInfo_t class_289_class_289_typeInfo[] = {
|
||||
// { "const idSoundShader *", "soundShader", (intptr_t)(&((class_289::class_289 *)0)->soundShader), sizeof( ((class_289::class_289 *)0)->soundShader ) },
|
||||
// { "const function_t *", "function", (intptr_t)(&((class_289::class_289 *)0)->function), sizeof( ((class_289::class_289 *)0)->function ) },
|
||||
// { "const idDeclSkin *", "skin", (intptr_t)(&((class_289::class_289 *)0)->skin), sizeof( ((class_289::class_289 *)0)->skin ) },
|
||||
// { "int", "index", (intptr_t)(&((class_289::class_289 *)0)->index), sizeof( ((class_289::class_289 *)0)->index ) },
|
||||
static classVariableInfo_t class_290_class_290_typeInfo[] = {
|
||||
// { "const idSoundShader *", "soundShader", (intptr_t)(&((class_290::class_290 *)0)->soundShader), sizeof( ((class_290::class_290 *)0)->soundShader ) },
|
||||
// { "const function_t *", "function", (intptr_t)(&((class_290::class_290 *)0)->function), sizeof( ((class_290::class_290 *)0)->function ) },
|
||||
// { "const idDeclSkin *", "skin", (intptr_t)(&((class_290::class_290 *)0)->skin), sizeof( ((class_290::class_290 *)0)->skin ) },
|
||||
// { "int", "index", (intptr_t)(&((class_290::class_290 *)0)->index), sizeof( ((class_290::class_290 *)0)->index ) },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
@@ -9222,6 +9240,7 @@ static classTypeInfo_t classTypeInfo[] = {
|
||||
{ "glRaytracingProfileCounters_t", "", sizeof(glRaytracingProfileCounters_t), glRaytracingProfileCounters_t_typeInfo },
|
||||
{ "glScreenSpaceDecal_t", "", sizeof(glScreenSpaceDecal_t), glScreenSpaceDecal_t_typeInfo },
|
||||
{ "glScreenSpaceParticleVertex_t", "", sizeof(glScreenSpaceParticleVertex_t), glScreenSpaceParticleVertex_t_typeInfo },
|
||||
{ "glSkyClouds_t", "", sizeof(glSkyClouds_t), glSkyClouds_t_typeInfo },
|
||||
{ "QD3D12NeuralPOMImageRGBA8", "", sizeof(QD3D12NeuralPOMImageRGBA8), QD3D12NeuralPOMImageRGBA8_typeInfo },
|
||||
{ "QD3D12NeuralPOMTrainDesc", "", sizeof(QD3D12NeuralPOMTrainDesc), QD3D12NeuralPOMTrainDesc_typeInfo },
|
||||
{ "QD3D12NeuralPOMTrainStats", "", sizeof(QD3D12NeuralPOMTrainStats), QD3D12NeuralPOMTrainStats_typeInfo },
|
||||
@@ -9332,7 +9351,7 @@ static classTypeInfo_t classTypeInfo[] = {
|
||||
{ "jointAnimInfo_t", "", sizeof(jointAnimInfo_t), jointAnimInfo_t_typeInfo },
|
||||
{ "jointMod_t", "", sizeof(jointMod_t), jointMod_t_typeInfo },
|
||||
{ "frameLookup_t", "", sizeof(frameLookup_t), frameLookup_t_typeInfo },
|
||||
// { "class_289::class_289", "", sizeof(class_289::class_289), class_289_class_289_typeInfo },
|
||||
// { "class_290::class_290", "", sizeof(class_290::class_290), class_290_class_290_typeInfo },
|
||||
{ "frameCommand_t", "", sizeof(frameCommand_t), frameCommand_t_typeInfo },
|
||||
{ "animFlags_t", "", sizeof(animFlags_t), animFlags_t_typeInfo },
|
||||
{ "idModelExport", "", sizeof(idModelExport), idModelExport_typeInfo },
|
||||
|
||||
Reference in New Issue
Block a user