26 lines
716 B
C++
26 lines
716 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\engine\renderer\jobs\render\renderdrawsurf.h
|
|
// Recovered logical types: 2
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 22829; PDB kind: struct.
|
|
struct renderDrawSurfParms_t
|
|
{
|
|
const renderSettings_t *settings;
|
|
const idRenderView *renderView;
|
|
bool allowInGameGUIs;
|
|
captureParms_t captureParms;
|
|
const idRenderDestination *renderDestDefault;
|
|
const idRenderDestination *renderDestGui;
|
|
};
|
|
|
|
// IDA Local Type ordinal 22910; PDB kind: class.
|
|
class idRenderDrawSurf
|
|
{
|
|
public:
|
|
const idRenderModelCommitted *currentModel;
|
|
};
|