SYMBOL INDEX (8955 symbols across 258 files) FILE: src/cgame/cg_consolecmds.c function CG_TargetCommand_f (line 29) | void CG_TargetCommand_f( void ) { function CG_SizeUp_f (line 51) | static void CG_SizeUp_f (void) { function CG_SizeDown_f (line 63) | static void CG_SizeDown_f (void) { function CG_Viewpos_f (line 75) | static void CG_Viewpos_f (void) { function CG_ScoresDown_f (line 82) | static void CG_ScoresDown_f( void ) { function CG_ScoresUp_f (line 102) | static void CG_ScoresUp_f( void ) { function CG_TellTarget_f (line 109) | static void CG_TellTarget_f( void ) { function CG_TellAttacker_f (line 124) | static void CG_TellAttacker_f( void ) { function CG_VoiceTellTarget_f (line 139) | static void CG_VoiceTellTarget_f( void ) { function CG_VoiceTellAttacker_f (line 154) | static void CG_VoiceTellAttacker_f( void ) { function CG_StartOrbit_f (line 175) | static void CG_StartOrbit_f( void ) { type consoleCommand_t (line 207) | typedef struct { function qboolean (line 248) | qboolean CG_ConsoleCommand( void ) { function CG_InitConsoleCommands (line 273) | void CG_InitConsoleCommands( void ) { FILE: src/cgame/cg_draw.c function CG_DrawField (line 44) | static void CG_DrawField (int x, int y, int width, int value) { function CG_Draw3DModel (line 104) | void CG_Draw3DModel( float x, float y, float w, float h, qhandle_t model... function CG_DrawHead (line 149) | void CG_DrawHead( float x, float y, float w, float h, int clientNum, vec... function CG_DrawFlagModel (line 196) | void CG_DrawFlagModel( float x, float y, float w, float h, int team, qbo... function CG_DrawStatusBarHead (line 256) | static void CG_DrawStatusBarHead( float x ) { function CG_DrawStatusBarFlag (line 313) | static void CG_DrawStatusBarFlag( float x, int team ) { function CG_DrawTeamBackground (line 323) | void CG_DrawTeamBackground( int x, int y, int w, int h, float alpha, int... function CG_DrawStatusBar (line 350) | static void CG_DrawStatusBar( void ) { function CG_DrawAttacker (line 492) | static float CG_DrawAttacker( float y ) { function CG_DrawSnapshot (line 539) | static float CG_DrawSnapshot( float y ) { function CG_DrawFPS (line 558) | static float CG_DrawFPS( float y ) { function CG_DrawTimer (line 601) | static float CG_DrawTimer( float y ) { function CG_DrawTeamOverlay (line 630) | static float CG_DrawTeamOverlay( float y, qboolean right, qboolean upper... function CG_DrawUpperRight (line 804) | static void CG_DrawUpperRight( void ) { function CG_DrawScores (line 842) | static float CG_DrawScores( float y ) { function CG_DrawPowerups (line 993) | static float CG_DrawPowerups( float y ) { function CG_DrawLowerRight (line 1093) | static void CG_DrawLowerRight( void ) { function CG_DrawPickupItem (line 1111) | static int CG_DrawPickupItem( int y ) { function CG_DrawLowerLeft (line 1142) | static void CG_DrawLowerLeft( void ) { function CG_DrawTeamInfo (line 1163) | static void CG_DrawTeamInfo( void ) { function CG_DrawHoldableItem (line 1234) | static void CG_DrawHoldableItem( void ) { function CG_DrawReward (line 1250) | static void CG_DrawReward( void ) { type lagometer_t (line 1329) | typedef struct { function CG_AddLagometerFrameInfo (line 1346) | void CG_AddLagometerFrameInfo( void ) { function CG_AddLagometerSnapshotInfo (line 1364) | void CG_AddLagometerSnapshotInfo( snapshot_t *snap ) { function CG_DrawDisconnect (line 1385) | static void CG_DrawDisconnect( void ) { function CG_DrawLagometer (line 1425) | static void CG_DrawLagometer( void ) { function CG_CenterPrint (line 1546) | void CG_CenterPrint( const char *str, int y, int charWidth ) { function CG_DrawCenterString (line 1571) | static void CG_DrawCenterString( void ) { function CG_DrawCrosshair (line 1640) | static void CG_DrawCrosshair(void) { function CG_ScanForCrosshairEntity (line 1701) | static void CG_ScanForCrosshairEntity( void ) { function CG_DrawCrosshairNames (line 1737) | static void CG_DrawCrosshairNames( void ) { function CG_DrawSpectator (line 1776) | static void CG_DrawSpectator(void) { function CG_DrawVote (line 1791) | static void CG_DrawVote(void) { function CG_DrawTeamVote (line 1818) | static void CG_DrawTeamVote(void) { function qboolean (line 1849) | static qboolean CG_DrawScoreboard() { function CG_DrawIntermission (line 1858) | static void CG_DrawIntermission( void ) { function qboolean (line 1873) | static qboolean CG_DrawFollow( void ) { function CG_DrawAmmoWarning (line 1905) | static void CG_DrawAmmoWarning( void ) { function CG_DrawWarmup (line 1931) | static void CG_DrawWarmup( void ) { function CG_Draw2D (line 2050) | static void CG_Draw2D( void ) { function CG_DrawTourneyScoreboard (line 2112) | static void CG_DrawTourneyScoreboard() { function CG_DrawActive (line 2123) | void CG_DrawActive( stereoFrame_t stereoView ) { FILE: src/cgame/cg_drawtools.c function CG_AdjustFrom640 (line 33) | void CG_AdjustFrom640( float *x, float *y, float *w, float *h ) { function CG_FillRect (line 54) | void CG_FillRect( float x, float y, float width, float height, const flo... function CG_DrawSides (line 70) | void CG_DrawSides(float x, float y, float w, float h, float size) { function CG_DrawTopBottom (line 77) | void CG_DrawTopBottom(float x, float y, float w, float h, float size) { function CG_DrawRect (line 90) | void CG_DrawRect( float x, float y, float width, float height, float siz... function CG_DrawPic (line 108) | void CG_DrawPic( float x, float y, float width, float height, qhandle_t ... function CG_DrawChar (line 122) | void CG_DrawChar( int x, int y, int width, int height, int ch ) { function CG_DrawStringExt (line 164) | void CG_DrawStringExt( int x, int y, const char *string, const float *se... function CG_DrawBigString (line 217) | void CG_DrawBigString( int x, int y, const char *s, float alpha ) { function CG_DrawBigStringColor (line 225) | void CG_DrawBigStringColor( int x, int y, const char *s, vec4_t color ) { function CG_DrawSmallString (line 229) | void CG_DrawSmallString( int x, int y, const char *s, float alpha ) { function CG_DrawSmallStringColor (line 237) | void CG_DrawSmallStringColor( int x, int y, const char *s, vec4_t color ) { function CG_DrawStrlen (line 248) | int CG_DrawStrlen( const char *str ) { function CG_TileClearBox (line 272) | static void CG_TileClearBox( int x, int y, int w, int h, qhandle_t hShad... function CG_TileClear (line 291) | void CG_TileClear( void ) { function CG_GetColorForHealth (line 384) | void CG_GetColorForHealth( int health, int armor, vec4_t hcolor ) { function CG_ColorForHealth (line 427) | void CG_ColorForHealth( vec4_t hcolor ) { function UI_DrawBannerString2 (line 596) | static void UI_DrawBannerString2( int x, int y, const char* str, vec4_t ... function UI_DrawBannerString (line 639) | void UI_DrawBannerString( int x, int y, const char* str, int style, vec4... function UI_ProportionalStringWidth (line 684) | int UI_ProportionalStringWidth( const char* str ) { function UI_DrawProportionalString2 (line 706) | static void UI_DrawProportionalString2( int x, int y, const char* str, v... function UI_ProportionalSizeScale (line 755) | float UI_ProportionalSizeScale( int style ) { function UI_DrawProportionalString (line 769) | void UI_DrawProportionalString( int x, int y, const char* str, int style... FILE: src/cgame/cg_effects.c function CG_BubbleTrail (line 36) | void CG_BubbleTrail( vec3_t start, vec3_t end, float spacing ) { function localEntity_t (line 99) | localEntity_t *CG_SmokePuff( const vec3_t p, const vec3_t vel, function CG_SpawnEffect (line 165) | void CG_SpawnEffect( vec3_t org ) { function CG_ScorePlum (line 196) | void CG_ScorePlum( int client, vec3_t org, int score ) { function localEntity_t (line 242) | localEntity_t *CG_MakeExplosion( vec3_t origin, vec3_t dir, function CG_Bleed (line 305) | void CG_Bleed( vec3_t origin, int entityNum ) { function CG_LaunchGib (line 338) | void CG_LaunchGib( vec3_t origin, vec3_t velocity, qhandle_t hModel ) { function CG_GibPlayer (line 373) | void CG_GibPlayer( vec3_t playerOrigin ) { function CG_LaunchExplode (line 455) | void CG_LaunchExplode( vec3_t origin, vec3_t velocity, qhandle_t hModel ) { function CG_BigExplode (line 490) | void CG_BigExplode( vec3_t playerOrigin ) { FILE: src/cgame/cg_ents.c function CG_PositionEntityOnTag (line 36) | void CG_PositionEntityOnTag( refEntity_t *entity, const refEntity_t *par... function CG_PositionRotatedEntityOnTag (line 65) | void CG_PositionRotatedEntityOnTag( refEntity_t *entity, const refEntity... function CG_SetEntitySoundPosition (line 104) | void CG_SetEntitySoundPosition( centity_t *cent ) { function CG_EntityEffects (line 124) | static void CG_EntityEffects( centity_t *cent ) { function CG_General (line 162) | static void CG_General( centity_t *cent ) { function CG_Speaker (line 205) | static void CG_Speaker( centity_t *cent ) { function CG_Item (line 226) | static void CG_Item( centity_t *cent ) { function CG_Missile (line 372) | static void CG_Missile( centity_t *cent ) { function CG_Grapple (line 468) | static void CG_Grapple( centity_t *cent ) { function CG_Mover (line 515) | static void CG_Mover( centity_t *cent ) { function CG_Beam (line 558) | void CG_Beam( centity_t *cent ) { function CG_Portal (line 583) | static void CG_Portal( centity_t *cent ) { function CG_AdjustPositionForMover (line 618) | void CG_AdjustPositionForMover( const vec3_t in, int moverNum, int fromT... function CG_InterpolateEntityPosition (line 654) | static void CG_InterpolateEntityPosition( centity_t *cent ) { function CG_CalcEntityLerpPositions (line 690) | static void CG_CalcEntityLerpPositions( centity_t *cent ) { function CG_TeamBase (line 731) | static void CG_TeamBase( centity_t *cent ) { function CG_AddCEntity (line 759) | static void CG_AddCEntity( centity_t *cent ) { function CG_AddPacketEntities (line 818) | void CG_AddPacketEntities( void ) { FILE: src/cgame/cg_event.c function CG_Obituary (line 77) | static void CG_Obituary( entityState_t *ent ) { function CG_UseItem (line 296) | static void CG_UseItem( centity_t *cent ) { function CG_ItemPickup (line 347) | static void CG_ItemPickup( int itemNum ) { function CG_PainEvent (line 370) | void CG_PainEvent( centity_t *cent, int health ) { function CG_EntityEvent (line 406) | void CG_EntityEvent( centity_t *cent, vec3_t position ) { function CG_CheckEvents (line 1006) | void CG_CheckEvents( centity_t *cent ) { FILE: src/cgame/cg_info.c function CG_DrawLoadingIcons (line 41) | static void CG_DrawLoadingIcons( void ) { function CG_LoadingString (line 68) | void CG_LoadingString( const char *s ) { function CG_LoadingItem (line 79) | void CG_LoadingItem( int itemNum ) { function CG_LoadingClient (line 96) | void CG_LoadingClient( int clientNum ) { function CG_DrawInformation (line 148) | void CG_DrawInformation( void ) { FILE: src/cgame/cg_local.h type footstep_t (line 89) | typedef enum { type impactSound_t (line 101) | typedef enum { type lerpFrame_t (line 118) | typedef struct { type playerEntity_t (line 138) | typedef struct { type centity_t (line 160) | typedef struct centity_s { type markPoly_t (line 199) | typedef struct markPoly_s { type leType_t (line 210) | typedef enum { type leFlag_t (line 222) | typedef enum { type leMarkType_t (line 229) | typedef enum { type leBounceSoundType_t (line 235) | typedef enum { type localEntity_t (line 241) | typedef struct localEntity_s { type score_t (line 273) | typedef struct { type clientInfo_t (line 298) | typedef struct { type weaponInfo_t (line 368) | typedef struct weaponInfo_s { type itemInfo_t (line 409) | typedef struct { type powerupInfo_t (line 416) | typedef struct { type skulltrail_t (line 423) | typedef struct { type cg_t (line 439) | typedef struct { type cgMedia_t (line 640) | typedef struct { type cgs_t (line 902) | typedef struct { type q3print_t (line 1527) | typedef enum { FILE: src/cgame/cg_localents.c function CG_InitLocalEntities (line 41) | void CG_InitLocalEntities( void ) { function CG_FreeLocalEntity (line 59) | void CG_FreeLocalEntity( localEntity_t *le ) { function localEntity_t (line 80) | localEntity_t *CG_AllocLocalEntity( void ) { function CG_BloodTrail (line 121) | void CG_BloodTrail( localEntity_t *le ) { function CG_FragmentBounceMark (line 156) | void CG_FragmentBounceMark( localEntity_t *le, trace_t *trace ) { function CG_FragmentBounceSound (line 182) | void CG_FragmentBounceSound( localEntity_t *le, trace_t *trace ) { function CG_ReflectVelocity (line 213) | void CG_ReflectVelocity( localEntity_t *le, trace_t *trace ) { function CG_AddFragment (line 245) | void CG_AddFragment( localEntity_t *le ) { function CG_AddFadeRGB (line 332) | void CG_AddFadeRGB( localEntity_t *le ) { function CG_AddMoveScaleFade (line 354) | static void CG_AddMoveScaleFade( localEntity_t *le ) { function CG_AddScaleFade (line 401) | static void CG_AddScaleFade( localEntity_t *le ) { function CG_AddFallScaleFade (line 438) | static void CG_AddFallScaleFade( localEntity_t *le ) { function CG_AddExplosion (line 474) | static void CG_AddExplosion( localEntity_t *ex ) { function CG_AddSpriteExplosion (line 502) | static void CG_AddSpriteExplosion( localEntity_t *le ) { function CG_AddScorePlum (line 546) | void CG_AddScorePlum( localEntity_t *le ) { function CG_AddLocalEntities (line 636) | void CG_AddLocalEntities( void ) { FILE: src/cgame/cg_main.c function vmMain (line 40) | intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, in... type cvarTable_t (line 176) | typedef struct { function CG_RegisterCvars (line 286) | void CG_RegisterCvars( void ) { function CG_ForceModelChange (line 313) | static void CG_ForceModelChange( void ) { function CG_UpdateCvars (line 332) | void CG_UpdateCvars( void ) { function CG_CrosshairPlayer (line 363) | int CG_CrosshairPlayer( void ) { function CG_LastAttacker (line 370) | int CG_LastAttacker( void ) { function CG_Printf (line 377) | void QDECL CG_Printf( const char *msg, ... ) { function CG_Error (line 388) | void QDECL CG_Error( const char *msg, ... ) { function Com_Error (line 402) | void QDECL Com_Error( int level, const char *error, ... ) { function Com_Printf (line 413) | void QDECL Com_Printf( const char *msg, ... ) { function CG_RegisterItemSounds (line 449) | static void CG_RegisterItemSounds( int itemNum ) { function CG_RegisterSounds (line 498) | static void CG_RegisterSounds( void ) { function CG_RegisterGraphics (line 659) | static void CG_RegisterGraphics( void ) { function CG_BuildSpectatorString (line 868) | void CG_BuildSpectatorString() { function CG_RegisterClients (line 889) | static void CG_RegisterClients( void ) { function CG_StartMusic (line 934) | void CG_StartMusic( void ) { function CG_Init (line 954) | void CG_Init( int serverMessageNum, int serverCommandSequence, int clien... function CG_Shutdown (line 1052) | void CG_Shutdown( void ) { function CG_EventHandling (line 1067) | void CG_EventHandling(int type) { function CG_KeyEvent (line 1072) | void CG_KeyEvent(int key, qboolean down) { function CG_MouseEvent (line 1075) | void CG_MouseEvent(int x, int y) { FILE: src/cgame/cg_marks.c function CG_InitMarkPolys (line 48) | void CG_InitMarkPolys( void ) { function CG_FreeMarkPoly (line 67) | void CG_FreeMarkPoly( markPoly_t *le ) { function markPoly_t (line 88) | markPoly_t *CG_AllocMark( void ) { function CG_ImpactMark (line 130) | void CG_ImpactMark( qhandle_t markShader, const vec3_t origin, const vec... function CG_AddMarks (line 233) | void CG_AddMarks( void ) { type cparticle_t (line 301) | typedef struct particle_s type particle_type_t (line 341) | typedef enum function CG_ClearParticles (line 396) | void CG_ClearParticles (void) function CG_AddParticleToScene (line 434) | void CG_AddParticleToScene (cparticle_t *p, vec3_t org, float alpha) function CG_AddParticles (line 1079) | void CG_AddParticles (void) function CG_ParticleSnowFlurry (line 1213) | void CG_ParticleSnowFlurry (qhandle_t pshader, centity_t *cent) function CG_ParticleSnow (line 1281) | void CG_ParticleSnow (qhandle_t pshader, vec3_t origin, vec3_t origin2, ... function CG_ParticleBubble (line 1338) | void CG_ParticleBubble (qhandle_t pshader, vec3_t origin, vec3_t origin2... function CG_ParticleSmoke (line 1399) | void CG_ParticleSmoke (qhandle_t pshader, centity_t *cent) function CG_ParticleBulletDebris (line 1447) | void CG_ParticleBulletDebris (vec3_t org, vec3_t vel, int duration) function CG_ParticleExplosion (line 1494) | void CG_ParticleExplosion (char *animStr, vec3_t origin, vec3_t vel, int... function CG_AddParticleShrapnel (line 1548) | void CG_AddParticleShrapnel (localEntity_t *le) function CG_NewParticleArea (line 1554) | int CG_NewParticleArea (int num) function CG_SnowLink (line 1625) | void CG_SnowLink (centity_t *cent, qboolean particleOn) function CG_ParticleImpactSmokePuff (line 1650) | void CG_ParticleImpactSmokePuff (qhandle_t pshader, vec3_t origin) function CG_Particle_Bleed (line 1690) | void CG_Particle_Bleed (qhandle_t pshader, vec3_t start, vec3_t dir, int... function CG_Particle_OilParticle (line 1740) | void CG_Particle_OilParticle (qhandle_t pshader, centity_t *cent) function CG_Particle_OilSlick (line 1804) | void CG_Particle_OilSlick (qhandle_t pshader, centity_t *cent) function CG_OilSlickRemove (line 1870) | void CG_OilSlickRemove (centity_t *cent) function qboolean (line 1898) | qboolean ValidBloodPool (vec3_t start) function CG_BloodPool (line 1944) | void CG_BloodPool (localEntity_t *le, qhandle_t pshader, trace_t *tr) function CG_ParticleBloodCloud (line 2007) | void CG_ParticleBloodCloud (centity_t *cent, vec3_t origin, vec3_t dir) function CG_ParticleSparks (line 2084) | void CG_ParticleSparks (vec3_t org, vec3_t vel, int duration, float x, f... function CG_ParticleDust (line 2132) | void CG_ParticleDust (centity_t *cent, vec3_t origin, vec3_t dir) function CG_ParticleMisc (line 2228) | void CG_ParticleMisc (qhandle_t pshader, vec3_t origin, int size, int du... FILE: src/cgame/cg_particles.c type cparticle_t (line 31) | typedef struct particle_s type particle_type_t (line 71) | typedef enum function CG_ClearParticles (line 141) | void CG_ClearParticles (void) function CG_AddParticleToScene (line 179) | void CG_AddParticleToScene (cparticle_t *p, vec3_t org, float alpha) function CG_AddParticles (line 830) | void CG_AddParticles (void) function CG_ParticleSnowFlurry (line 964) | void CG_ParticleSnowFlurry (qhandle_t pshader, centity_t *cent) function CG_ParticleSnow (line 1032) | void CG_ParticleSnow (qhandle_t pshader, vec3_t origin, vec3_t origin2, ... function CG_ParticleBubble (line 1089) | void CG_ParticleBubble (qhandle_t pshader, vec3_t origin, vec3_t origin2... function CG_ParticleSmoke (line 1150) | void CG_ParticleSmoke (qhandle_t pshader, centity_t *cent) function CG_ParticleBulletDebris (line 1198) | void CG_ParticleBulletDebris (vec3_t org, vec3_t vel, int duration) function CG_ParticleExplosion (line 1245) | void CG_ParticleExplosion (char *animStr, vec3_t origin, vec3_t vel, int... function CG_AddParticleShrapnel (line 1299) | void CG_AddParticleShrapnel (localEntity_t *le) function CG_NewParticleArea (line 1305) | int CG_NewParticleArea (int num) function CG_SnowLink (line 1376) | void CG_SnowLink (centity_t *cent, qboolean particleOn) function CG_ParticleImpactSmokePuff (line 1401) | void CG_ParticleImpactSmokePuff (qhandle_t pshader, vec3_t origin) function CG_Particle_Bleed (line 1441) | void CG_Particle_Bleed (qhandle_t pshader, vec3_t start, vec3_t dir, int... function CG_Particle_OilParticle (line 1491) | void CG_Particle_OilParticle (qhandle_t pshader, centity_t *cent) function CG_Particle_OilSlick (line 1555) | void CG_Particle_OilSlick (qhandle_t pshader, centity_t *cent) function CG_OilSlickRemove (line 1621) | void CG_OilSlickRemove (centity_t *cent) function qboolean (line 1649) | qboolean ValidBloodPool (vec3_t start) function CG_BloodPool (line 1695) | void CG_BloodPool (localEntity_t *le, qhandle_t pshader, trace_t *tr) function CG_ParticleBloodCloud (line 1758) | void CG_ParticleBloodCloud (centity_t *cent, vec3_t origin, vec3_t dir) function CG_ParticleSparks (line 1835) | void CG_ParticleSparks (vec3_t org, vec3_t vel, int duration, float x, f... function CG_ParticleDust (line 1883) | void CG_ParticleDust (centity_t *cent, vec3_t origin, vec3_t dir) function CG_ParticleMisc (line 1979) | void CG_ParticleMisc (qhandle_t pshader, vec3_t origin, int size, int du... FILE: src/cgame/cg_players.c function sfxHandle_t (line 49) | sfxHandle_t CG_CustomSound( int clientNum, const char *soundName ) { function qboolean (line 90) | static qboolean CG_ParseAnimationFile( const char *filename, clientInfo_... function qboolean (line 297) | static qboolean CG_FileExists(const char *filename) { function qboolean (line 312) | static qboolean CG_FindClientModelFile( char *filename, int length, clie... function qboolean (line 387) | static qboolean CG_FindClientHeadFile( char *filename, int length, clien... function qboolean (line 463) | static qboolean CG_RegisterClientSkin( clientInfo_t *ci, const char *tea... function qboolean (line 521) | static qboolean CG_RegisterClientModelname( clientInfo_t *ci, const char... function CG_ColorFromString (line 620) | static void CG_ColorFromString( const char *v, vec3_t color ) { function CG_LoadClientInfo (line 651) | static void CG_LoadClientInfo( clientInfo_t *ci ) { function CG_CopyClientInfoModel (line 730) | static void CG_CopyClientInfoModel( clientInfo_t *from, clientInfo_t *to... function qboolean (line 754) | static qboolean CG_ScanForExistingClientInfo( clientInfo_t *ci ) { function CG_SetDeferredClientInfo (line 795) | static void CG_SetDeferredClientInfo( clientInfo_t *ci ) { function CG_NewClientInfo (line 865) | void CG_NewClientInfo( int clientNum ) { function CG_LoadDeferredPlayers (line 1054) | void CG_LoadDeferredPlayers( void ) { function CG_SetLerpFrameAnimation (line 1089) | static void CG_SetLerpFrameAnimation( clientInfo_t *ci, lerpFrame_t *lf,... function CG_RunLerpFrame (line 1117) | static void CG_RunLerpFrame( clientInfo_t *ci, lerpFrame_t *lf, int newA... function CG_ClearLerpFrame (line 1205) | static void CG_ClearLerpFrame( clientInfo_t *ci, lerpFrame_t *lf, int an... function CG_PlayerAnimation (line 1217) | static void CG_PlayerAnimation( centity_t *cent, int *legsOld, int *legs... function CG_SwingAngles (line 1269) | static void CG_SwingAngles( float destination, float swingTolerance, flo... function CG_AddPainTwitch (line 1330) | static void CG_AddPainTwitch( centity_t *cent, vec3_t torsoAngles ) { function CG_PlayerAngles (line 1363) | static void CG_PlayerAngles( centity_t *cent, vec3_t legs[3], vec3_t tor... function CG_HasteTrail (line 1479) | static void CG_HasteTrail( centity_t *cent ) { function CG_TrailItem (line 1518) | static void CG_TrailItem( centity_t *cent, qhandle_t hModel ) { function CG_PlayerFlag (line 1544) | static void CG_PlayerFlag( centity_t *cent, qhandle_t hSkin, refEntity_t... function CG_PlayerPowerups (line 1661) | static void CG_PlayerPowerups( centity_t *cent, refEntity_t *torso ) { function CG_PlayerFloatSprite (line 1728) | static void CG_PlayerFloatSprite( centity_t *cent, qhandle_t shader ) { function CG_PlayerSprites (line 1761) | static void CG_PlayerSprites( centity_t *cent ) { function qboolean (line 1825) | static qboolean CG_PlayerShadow( centity_t *cent, float *shadowPlane ) { function CG_PlayerSplash (line 1880) | static void CG_PlayerSplash( centity_t *cent ) { function CG_AddRefEntityWithPowerups (line 1970) | void CG_AddRefEntityWithPowerups( refEntity_t *ent, entityState_t *state... function CG_LightVerts (line 2014) | int CG_LightVerts( vec3_t normal, int numVerts, polyVert_t *verts ) function CG_Player (line 2061) | void CG_Player( centity_t *cent ) { function CG_ResetPlayerEntity (line 2200) | void CG_ResetPlayerEntity( centity_t *cent ) { FILE: src/cgame/cg_playerstate.c function CG_CheckAmmo (line 37) | void CG_CheckAmmo( void ) { function CG_DamageFeedback (line 86) | void CG_DamageFeedback( int yawByte, int pitchByte, int damage ) { function CG_Respawn (line 188) | void CG_Respawn( void ) { function CG_CheckPlayerstateEvents (line 206) | void CG_CheckPlayerstateEvents( playerState_t *ps, playerState_t *ops ) { function CG_CheckChangedPredictableEvents (line 244) | void CG_CheckChangedPredictableEvents( playerState_t *ps ) { function pushReward (line 280) | static void pushReward(sfxHandle_t sfx, qhandle_t shader, int rewardCoun... function CG_CheckLocalSounds (line 294) | void CG_CheckLocalSounds( playerState_t *ps, playerState_t *ops ) { function CG_TransitionPlayerState (line 449) | void CG_TransitionPlayerState( playerState_t *ps, playerState_t *ops ) { FILE: src/cgame/cg_predict.c function CG_BuildSolidList (line 46) | void CG_BuildSolidList( void ) { function CG_ClipMoveToEntities (line 85) | static void CG_ClipMoveToEntities ( const vec3_t start, const vec3_t min... function CG_Trace (line 145) | void CG_Trace( trace_t *result, const vec3_t start, const vec3_t mins, c... function CG_PointContents (line 162) | int CG_PointContents( const vec3_t point, int passEntityNum ) { function CG_InterpolatePlayerState (line 204) | static void CG_InterpolatePlayerState( qboolean grabAngles ) { function CG_TouchItem (line 261) | static void CG_TouchItem( centity_t *cent ) { function CG_TouchTriggerPrediction (line 319) | static void CG_TouchTriggerPrediction( void ) { function CG_PredictPlayerState (line 405) | void CG_PredictPlayerState( void ) { FILE: src/cgame/cg_public.h type snapshot_t (line 39) | typedef struct { type cgameImport_t (line 74) | typedef enum { type cgameExport_t (line 197) | typedef enum { FILE: src/cgame/cg_scoreboard.c function CG_DrawClientScore (line 81) | static void CG_DrawClientScore( int y, score_t *score, float *color, flo... function CG_TeamScoreboard (line 221) | static int CG_TeamScoreboard( int y, team_t team, float fade, int maxCli... function qboolean (line 255) | qboolean CG_DrawOldScoreboard( void ) { function CG_CenterGiantLine (line 420) | static void CG_CenterGiantLine( float y, const char *string ) { function CG_DrawOldTourneyScoreboard (line 441) | void CG_DrawOldTourneyScoreboard( void ) { FILE: src/cgame/cg_servercmds.c function CG_ParseScores (line 35) | static void CG_ParseScores( void ) { function CG_ParseTeamInfo (line 80) | static void CG_ParseTeamInfo( void ) { function CG_ParseServerinfo (line 108) | void CG_ParseServerinfo( void ) { function CG_ParseWarmup (line 134) | static void CG_ParseWarmup( void ) { function CG_SetConfigValues (line 161) | void CG_SetConfigValues( void ) { function CG_ShaderStateChanged (line 180) | void CG_ShaderStateChanged(void) { function CG_ConfigStringModified (line 221) | static void CG_ConfigStringModified( void ) { function CG_AddToTeamChat (line 300) | static void CG_AddToTeamChat( const char *str ) { function CG_MapRestart (line 378) | static void CG_MapRestart( void ) { type voiceChat_t (line 419) | typedef struct voiceChat_s type voiceChatList_t (line 427) | typedef struct voiceChatList_s type headModelVoiceChat_t (line 435) | typedef struct headModelVoiceChat_s function CG_ParseVoiceChats (line 449) | int CG_ParseVoiceChats( const char *filename, voiceChatList_t *voiceChat... function CG_LoadVoiceChats (line 550) | void CG_LoadVoiceChats( void ) { function CG_HeadModelVoiceChats (line 570) | int CG_HeadModelVoiceChats( char *filename ) { function CG_GetVoiceChat (line 617) | int CG_GetVoiceChat( voiceChatList_t *voiceChatList, const char *id, sfx... function voiceChatList_t (line 636) | voiceChatList_t *CG_VoiceChatListForClient( int clientNum ) { type bufferedVoiceChat_t (line 725) | typedef struct bufferedVoiceChat_s function CG_PlayVoiceChat (line 741) | void CG_PlayVoiceChat( bufferedVoiceChat_t *vchat ) { function CG_PlayBufferedVoiceChats (line 749) | void CG_PlayBufferedVoiceChats( void ) { function CG_AddBufferedVoiceChat (line 757) | void CG_AddBufferedVoiceChat( bufferedVoiceChat_t *vchat ) { function CG_VoiceChatLocal (line 765) | void CG_VoiceChatLocal( int mode, qboolean voiceOnly, int clientNum, int... function CG_VoiceChat (line 773) | void CG_VoiceChat( int mode ) { function CG_RemoveChatEscapeChar (line 781) | static void CG_RemoveChatEscapeChar( char *text ) { function CG_ServerCommand (line 801) | static void CG_ServerCommand( void ) { function CG_ExecuteNewServerCommands (line 906) | void CG_ExecuteNewServerCommands( int latestSequence ) { FILE: src/cgame/cg_snapshot.c function CG_ResetEntity (line 35) | static void CG_ResetEntity( centity_t *cent ) { function CG_TransitionEntity (line 58) | static void CG_TransitionEntity( centity_t *cent ) { function CG_SetInitialSnapshot (line 86) | void CG_SetInitialSnapshot( snapshot_t *snap ) { function CG_TransitionSnapshot (line 128) | static void CG_TransitionSnapshot( void ) { function CG_SetNextSnap (line 199) | static void CG_SetNextSnap( snapshot_t *snap ) { function snapshot_t (line 259) | static snapshot_t *CG_ReadNextSnapshot( void ) { function CG_ProcessSnapshots (line 327) | void CG_ProcessSnapshots( void ) { FILE: src/cgame/cg_syscalls.c function dllEntry (line 34) | void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) ) { function PASSFLOAT (line 39) | int PASSFLOAT( float x ) { function trap_Print (line 45) | void trap_Print( const char *fmt ) { function trap_Error (line 49) | void trap_Error( const char *fmt ) { function trap_Milliseconds (line 53) | int trap_Milliseconds( void ) { function trap_Cvar_Register (line 57) | void trap_Cvar_Register( vmCvar_t *vmCvar, const char *varName, const ch... function trap_Cvar_Update (line 61) | void trap_Cvar_Update( vmCvar_t *vmCvar ) { function trap_Cvar_Set (line 65) | void trap_Cvar_Set( const char *var_name, const char *value ) { function trap_Cvar_VariableStringBuffer (line 69) | void trap_Cvar_VariableStringBuffer( const char *var_name, char *buffer,... function trap_Argc (line 73) | int trap_Argc( void ) { function trap_Argv (line 77) | void trap_Argv( int n, char *buffer, int bufferLength ) { function trap_Args (line 81) | void trap_Args( char *buffer, int bufferLength ) { function trap_FS_FOpenFile (line 85) | int trap_FS_FOpenFile( const char *qpath, fileHandle_t *f, fsMode_t mod... function trap_FS_Read (line 89) | void trap_FS_Read( void *buffer, int len, fileHandle_t f ) { function trap_FS_Write (line 93) | void trap_FS_Write( const void *buffer, int len, fileHandle_t f ) { function trap_FS_FCloseFile (line 97) | void trap_FS_FCloseFile( fileHandle_t f ) { function trap_FS_Seek (line 101) | int trap_FS_Seek( fileHandle_t f, long offset, int origin ) { function trap_SendConsoleCommand (line 105) | void trap_SendConsoleCommand( const char *text ) { function trap_AddCommand (line 109) | void trap_AddCommand( const char *cmdName ) { function trap_RemoveCommand (line 113) | void trap_RemoveCommand( const char *cmdName ) { function trap_SendClientCommand (line 117) | void trap_SendClientCommand( const char *s ) { function trap_UpdateScreen (line 121) | void trap_UpdateScreen( void ) { function trap_CM_LoadMap (line 125) | void trap_CM_LoadMap( const char *mapname ) { function trap_CM_NumInlineModels (line 129) | int trap_CM_NumInlineModels( void ) { function clipHandle_t (line 133) | clipHandle_t trap_CM_InlineModel( int index ) { function clipHandle_t (line 137) | clipHandle_t trap_CM_TempBoxModel( const vec3_t mins, const vec3_t maxs ) { function clipHandle_t (line 141) | clipHandle_t trap_CM_TempCapsuleModel( const vec3_t mins, const vec3_t m... function trap_CM_PointContents (line 145) | int trap_CM_PointContents( const vec3_t p, clipHandle_t model ) { function trap_CM_TransformedPointContents (line 149) | int trap_CM_TransformedPointContents( const vec3_t p, clipHandle_t mode... function trap_CM_BoxTrace (line 153) | void trap_CM_BoxTrace( trace_t *results, const vec3_t start, const vec3_... function trap_CM_CapsuleTrace (line 159) | void trap_CM_CapsuleTrace( trace_t *results, const vec3_t start, const v... function trap_CM_TransformedBoxTrace (line 165) | void trap_CM_TransformedBoxTrace( trace_t *results, const vec3_t start, ... function trap_CM_TransformedCapsuleTrace (line 172) | void trap_CM_TransformedCapsuleTrace( trace_t *results, const vec3_t sta... function trap_CM_MarkFragments (line 179) | int trap_CM_MarkFragments( int numPoints, const vec3_t *points, function trap_S_StartSound (line 186) | void trap_S_StartSound( vec3_t origin, int entityNum, int entchannel, sf... function trap_S_StartLocalSound (line 190) | void trap_S_StartLocalSound( sfxHandle_t sfx, int channelNum ) { function trap_S_ClearLoopingSounds (line 194) | void trap_S_ClearLoopingSounds( qboolean killall ) { function trap_S_AddLoopingSound (line 198) | void trap_S_AddLoopingSound( int entityNum, const vec3_t origin, const v... function trap_S_AddRealLoopingSound (line 202) | void trap_S_AddRealLoopingSound( int entityNum, const vec3_t origin, con... function trap_S_StopLoopingSound (line 206) | void trap_S_StopLoopingSound( int entityNum ) { function trap_S_UpdateEntityPosition (line 210) | void trap_S_UpdateEntityPosition( int entityNum, const vec3_t origin ) { function trap_S_Respatialize (line 214) | void trap_S_Respatialize( int entityNum, const vec3_t origin, vec3_t axi... function sfxHandle_t (line 218) | sfxHandle_t trap_S_RegisterSound( const char *sample, qboolean compresse... function trap_S_StartBackgroundTrack (line 222) | void trap_S_StartBackgroundTrack( const char *intro, const char *loop ) { function trap_R_LoadWorldMap (line 226) | void trap_R_LoadWorldMap( const char *mapname ) { function qhandle_t (line 230) | qhandle_t trap_R_RegisterModel( const char *name ) { function qhandle_t (line 234) | qhandle_t trap_R_RegisterSkin( const char *name ) { function qhandle_t (line 238) | qhandle_t trap_R_RegisterShader( const char *name ) { function qhandle_t (line 242) | qhandle_t trap_R_RegisterShaderNoMip( const char *name ) { function trap_R_RegisterFont (line 246) | void trap_R_RegisterFont(const char *fontName, int pointSize, fontInfo_t... function trap_R_ClearScene (line 250) | void trap_R_ClearScene( void ) { function trap_R_AddRefEntityToScene (line 254) | void trap_R_AddRefEntityToScene( const refEntity_t *re ) { function trap_R_AddPolyToScene (line 258) | void trap_R_AddPolyToScene( qhandle_t hShader , int numVerts, const poly... function trap_R_AddPolysToScene (line 262) | void trap_R_AddPolysToScene( qhandle_t hShader , int numVerts, const pol... function trap_R_LightForPoint (line 266) | int trap_R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t dir... function trap_R_AddLightToScene (line 270) | void trap_R_AddLightToScene( const vec3_t org, float intensity, float r,... function trap_R_AddAdditiveLightToScene (line 274) | void trap_R_AddAdditiveLightToScene( const vec3_t org, float intensity, ... function trap_R_RenderScene (line 278) | void trap_R_RenderScene( const refdef_t *fd ) { function trap_R_SetColor (line 282) | void trap_R_SetColor( const float *rgba ) { function trap_R_DrawStretchPic (line 286) | void trap_R_DrawStretchPic( float x, float y, float w, float h, function trap_R_ModelBounds (line 291) | void trap_R_ModelBounds( clipHandle_t model, vec3_t mins, vec3_t maxs ) { function trap_R_LerpTag (line 295) | int trap_R_LerpTag( orientation_t *tag, clipHandle_t mod, int startFram... function trap_R_RemapShader (line 300) | void trap_R_RemapShader( const char *oldShader, const char *newShader, c... function trap_GetGlconfig (line 304) | void trap_GetGlconfig( glconfig_t *glconfig ) { function trap_GetGameState (line 308) | void trap_GetGameState( gameState_t *gamestate ) { function trap_GetCurrentSnapshotNumber (line 312) | void trap_GetCurrentSnapshotNumber( int *snapshotNumber, int *serverTim... function qboolean (line 316) | qboolean trap_GetSnapshot( int snapshotNumber, snapshot_t *snapshot ) { function qboolean (line 320) | qboolean trap_GetServerCommand( int serverCommandNumber ) { function trap_GetCurrentCmdNumber (line 324) | int trap_GetCurrentCmdNumber( void ) { function qboolean (line 328) | qboolean trap_GetUserCmd( int cmdNumber, usercmd_t *ucmd ) { function trap_SetUserCmdValue (line 332) | void trap_SetUserCmdValue( int stateValue, float sensitivityScale ) { function testPrintInt (line 336) | void testPrintInt( char *string, int i ) { function testPrintFloat (line 340) | void testPrintFloat( char *string, float f ) { function trap_MemoryRemaining (line 344) | int trap_MemoryRemaining( void ) { function qboolean (line 348) | qboolean trap_Key_IsDown( int keynum ) { function trap_Key_GetCatcher (line 352) | int trap_Key_GetCatcher( void ) { function trap_Key_SetCatcher (line 356) | void trap_Key_SetCatcher( int catcher ) { function trap_Key_GetKey (line 360) | int trap_Key_GetKey( const char *binding ) { function trap_PC_AddGlobalDefine (line 364) | int trap_PC_AddGlobalDefine( char *define ) { function trap_PC_LoadSource (line 368) | int trap_PC_LoadSource( const char *filename ) { function trap_PC_FreeSource (line 372) | int trap_PC_FreeSource( int handle ) { function trap_PC_ReadToken (line 376) | int trap_PC_ReadToken( int handle, pc_token_t *pc_token ) { function trap_PC_SourceFileAndLine (line 380) | int trap_PC_SourceFileAndLine( int handle, char *filename, int *line ) { function trap_S_StopBackgroundTrack (line 384) | void trap_S_StopBackgroundTrack( void ) { function trap_RealTime (line 388) | int trap_RealTime(qtime_t *qtime) { function trap_SnapVector (line 392) | void trap_SnapVector( float *v ) { function trap_CIN_PlayCinematic (line 397) | int trap_CIN_PlayCinematic( const char *arg0, int xpos, int ypos, int wi... function e_status (line 403) | e_status trap_CIN_StopCinematic(int handle) { function e_status (line 409) | e_status trap_CIN_RunCinematic (int handle) { function trap_CIN_DrawCinematic (line 415) | void trap_CIN_DrawCinematic (int handle) { function trap_CIN_SetExtents (line 421) | void trap_CIN_SetExtents (int handle, int x, int y, int w, int h) { function qboolean (line 439) | qboolean trap_GetEntityToken( char *buffer, int bufferSize ) { function qboolean (line 443) | qboolean trap_R_inPVS( const vec3_t p1, const vec3_t p2 ) { FILE: src/cgame/cg_view.c function CG_TestModel_f (line 71) | void CG_TestModel_f (void) { function CG_TestGun_f (line 109) | void CG_TestGun_f (void) { function CG_TestModelNextFrame_f (line 116) | void CG_TestModelNextFrame_f (void) { function CG_TestModelPrevFrame_f (line 121) | void CG_TestModelPrevFrame_f (void) { function CG_TestModelNextSkin_f (line 129) | void CG_TestModelNextSkin_f (void) { function CG_TestModelPrevSkin_f (line 134) | void CG_TestModelPrevSkin_f (void) { function CG_AddTestModel (line 142) | static void CG_AddTestModel (void) { function CG_CalcVrect (line 182) | static void CG_CalcVrect (void) { function CG_OffsetThirdPersonView (line 221) | static void CG_OffsetThirdPersonView( void ) { function CG_StepOffset (line 294) | static void CG_StepOffset( void ) { function CG_OffsetFirstPersonView (line 311) | static void CG_OffsetFirstPersonView( void ) { function CG_ZoomDown_f (line 445) | void CG_ZoomDown_f( void ) { function CG_ZoomUp_f (line 453) | void CG_ZoomUp_f( void ) { function CG_CalcFov (line 472) | static int CG_CalcFov( void ) { function CG_DamageBlendBlob (line 563) | static void CG_DamageBlendBlob( void ) { function CG_CalcViewValues (line 608) | static int CG_CalcViewValues( void ) { function CG_PowerupTimerSounds (line 697) | static void CG_PowerupTimerSounds( void ) { function CG_AddBufferedSound (line 721) | void CG_AddBufferedSound( sfxHandle_t sfx ) { function CG_PlayBufferedSounds (line 736) | static void CG_PlayBufferedSounds( void ) { function CG_DrawActiveFrame (line 756) | void CG_DrawActiveFrame( int serverTime, stereoFrame_t stereoView, qbool... FILE: src/cgame/cg_weapons.c function CG_MachineGunEjectBrass (line 31) | static void CG_MachineGunEjectBrass( centity_t *cent ) { function CG_ShotgunEjectBrass (line 103) | static void CG_ShotgunEjectBrass( centity_t *cent ) { function CG_RailTrail (line 180) | void CG_RailTrail (clientInfo_t *ci, vec3_t start, vec3_t end) { function CG_RocketTrail (line 290) | static void CG_RocketTrail( centity_t *ent, const weaponInfo_t *wi ) { function CG_PlasmaTrail (line 357) | static void CG_PlasmaTrail( centity_t *cent, const weaponInfo_t *wi ) { function CG_GrappleTrail (line 452) | void CG_GrappleTrail( centity_t *ent, const weaponInfo_t *wi ) { function CG_GrenadeTrail (line 490) | static void CG_GrenadeTrail( centity_t *ent, const weaponInfo_t *wi ) { function CG_RegisterWeapon (line 502) | void CG_RegisterWeapon( int weaponNum ) { function CG_RegisterItemVisuals (line 691) | void CG_RegisterItemVisuals( int itemNum ) { function CG_MapTorsoToWeaponFrame (line 743) | static int CG_MapTorsoToWeaponFrame( clientInfo_t *ci, int frame ) { function CG_CalculateWeaponPosition (line 772) | static void CG_CalculateWeaponPosition( vec3_t origin, vec3_t angles ) { function CG_LightningBolt (line 831) | static void CG_LightningBolt( centity_t *cent, vec3_t origin ) { function CG_SpawnRailTrail (line 991) | static void CG_SpawnRailTrail( centity_t *cent, vec3_t origin ) { function CG_MachinegunSpinAngle (line 1013) | static float CG_MachinegunSpinAngle( centity_t *cent ) { function CG_AddWeaponWithPowerups (line 1045) | static void CG_AddWeaponWithPowerups( refEntity_t *gun, int powerups ) { function CG_AddPlayerWeapon (line 1074) | void CG_AddPlayerWeapon( refEntity_t *parent, playerState_t *ps, centity... function CG_AddViewWeapon (line 1223) | void CG_AddViewWeapon( playerState_t *ps ) { function CG_DrawWeaponSelect (line 1319) | void CG_DrawWeaponSelect( void ) { function qboolean (line 1395) | static qboolean CG_WeaponSelectable( int i ) { function CG_NextWeapon_f (line 1411) | void CG_NextWeapon_f( void ) { function CG_PrevWeapon_f (line 1447) | void CG_PrevWeapon_f( void ) { function CG_Weapon_f (line 1483) | void CG_Weapon_f( void ) { function CG_OutOfAmmoChange (line 1515) | void CG_OutOfAmmoChange( void ) { function CG_FireWeapon (line 1545) | void CG_FireWeapon( centity_t *cent ) { function CG_MissileHitWall (line 1604) | void CG_MissileHitWall( int weapon, int clientNum, vec3_t origin, vec3_t... function CG_MissileHitPlayer (line 1765) | void CG_MissileHitPlayer( int weapon, vec3_t origin, vec3_t dir, int ent... function CG_ShotgunPellet (line 1795) | static void CG_ShotgunPellet( vec3_t start, vec3_t end, int skipNum ) { function CG_ShotgunPattern (line 1848) | static void CG_ShotgunPattern( vec3_t origin, vec3_t origin2, int seed, ... function CG_ShotgunFire (line 1877) | void CG_ShotgunFire( entityState_t *es ) { function CG_Tracer (line 1909) | void CG_Tracer( vec3_t source, vec3_t dest ) { function qboolean (line 1989) | static qboolean CG_CalcMuzzlePoint( int entityNum, vec3_t muzzle ) { function CG_Bullet (line 2030) | void CG_Bullet( vec3_t end, int sourceEntityNum, vec3_t normal, qboolean... FILE: src/cgame/tr_types.h type polyVert_t (line 49) | typedef struct { type poly_t (line 55) | typedef struct poly_s { type refEntityType_t (line 61) | typedef enum { type refEntity_t (line 74) | typedef struct { type refdef_t (line 113) | typedef struct { type stereoFrame_t (line 132) | typedef enum { type textureCompression_t (line 146) | typedef enum { type glDriverType_t (line 155) | typedef enum { type glHardwareType_t (line 163) | typedef enum { type glconfig_t (line 168) | typedef struct { FILE: src/engine/botlib/aasfile.h type aas_bbox_t (line 118) | typedef struct aas_bbox_s type aas_reachability_t (line 128) | typedef struct aas_reachability_s type aas_areasettings_t (line 140) | typedef struct aas_areasettings_s type aas_portal_t (line 153) | typedef struct aas_portal_s type aas_portalindex_t (line 162) | typedef int aas_portalindex_t; type aas_cluster_t (line 165) | typedef struct aas_cluster_s type vec3_t (line 175) | typedef vec3_t aas_vertex_t; type aas_plane_t (line 178) | typedef struct aas_plane_s type aas_edge_t (line 186) | typedef struct aas_edge_s type aas_edgeindex_t (line 192) | typedef int aas_edgeindex_t; type aas_face_t (line 195) | typedef struct aas_face_s type aas_faceindex_t (line 206) | typedef int aas_faceindex_t; type aas_area_t (line 209) | typedef struct aas_area_s type aas_node_t (line 221) | typedef struct aas_node_s type aas_lump_t (line 231) | typedef struct type aas_header_t (line 238) | typedef struct aas_header_s FILE: src/engine/botlib/be_aas_bspq3.c type rgb_t (line 52) | typedef struct rgb_s type bsp_epair_t (line 60) | typedef struct bsp_epair_s type bsp_entity_t (line 68) | typedef struct bsp_entity_s type bsp_t (line 74) | typedef struct bsp_s type cname_t (line 91) | typedef struct cname_s function PrintContents (line 126) | void PrintContents(int contents) function bsp_trace_t (line 147) | bsp_trace_t AAS_Trace(vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end... function AAS_PointContents (line 160) | int AAS_PointContents(vec3_t point) function qboolean (line 170) | qboolean AAS_EntityCollision(int entnum, function qboolean (line 191) | qboolean AAS_inPVS(vec3_t p1, vec3_t p2) function qboolean (line 202) | qboolean AAS_inPHS(vec3_t p1, vec3_t p2) function AAS_BSPModelMinsMaxsOrigin (line 212) | void AAS_BSPModelMinsMaxsOrigin(int modelnum, vec3_t angles, vec3_t mins... function AAS_UnlinkFromBSPLeaves (line 223) | void AAS_UnlinkFromBSPLeaves(bsp_link_t *leaves) function bsp_link_t (line 232) | bsp_link_t *AAS_BSPLinkEntity(vec3_t absmins, vec3_t absmaxs, int entnum... function AAS_BoxEntities (line 242) | int AAS_BoxEntities(vec3_t absmins, vec3_t absmaxs, int *list, int maxco... function AAS_NextBSPEntity (line 252) | int AAS_NextBSPEntity(int ent) function AAS_BSPEntityInRange (line 264) | int AAS_BSPEntityInRange(int ent) function AAS_ValueForBSPEpairKey (line 279) | int AAS_ValueForBSPEpairKey(int ent, char *key, char *value, int size) function AAS_VectorForBSPEpairKey (line 302) | int AAS_VectorForBSPEpairKey(int ent, char *key, vec3_t v) function AAS_FloatForBSPEpairKey (line 323) | int AAS_FloatForBSPEpairKey(int ent, char *key, float *value) function AAS_IntForBSPEpairKey (line 338) | int AAS_IntForBSPEpairKey(int ent, char *key, int *value) function AAS_FreeBSPEntities (line 353) | void AAS_FreeBSPEntities(void) function AAS_ParseBSPEntities (line 379) | void AAS_ParseBSPEntities(void) function AAS_BSPTraceLight (line 450) | int AAS_BSPTraceLight(vec3_t start, vec3_t end, vec3_t endpos, int *red,... function AAS_DumpBSPData (line 460) | void AAS_DumpBSPData(void) function AAS_LoadBSPFile (line 478) | int AAS_LoadBSPFile(void) FILE: src/engine/botlib/be_aas_cluster.c function AAS_RemoveClusterAreas (line 63) | void AAS_RemoveClusterAreas(void) function AAS_ClearCluster (line 78) | void AAS_ClearCluster(int clusternum) function AAS_RemovePortalsClusterReference (line 96) | void AAS_RemovePortalsClusterReference(int clusternum) function AAS_UpdatePortal (line 118) | int AAS_UpdatePortal(int areanum, int clusternum) function AAS_FloodClusterAreas_r (line 177) | int AAS_FloodClusterAreas_r(int areanum, int clusternum) function AAS_FloodClusterAreasUsingReachabilities (line 250) | int AAS_FloodClusterAreasUsingReachabilities(int clusternum) function AAS_NumberClusterPortals (line 288) | void AAS_NumberClusterPortals(int clusternum) function AAS_NumberClusterAreas (line 315) | void AAS_NumberClusterAreas(int clusternum) function AAS_FindClusters (line 389) | int AAS_FindClusters(void) function AAS_CreatePortals (line 439) | void AAS_CreatePortals(void) function AAS_ConnectedAreas_r (line 687) | void AAS_ConnectedAreas_r(int *areanums, int numareas, int *connectedare... function qboolean (line 723) | qboolean AAS_ConnectedAreas(int *areanums, int numareas) function AAS_GetAdjacentAreasWithLessPresenceTypes_r (line 744) | int AAS_GetAdjacentAreasWithLessPresenceTypes_r(int *areanums, int numar... function AAS_CheckAreaForPossiblePortals (line 793) | int AAS_CheckAreaForPossiblePortals(int areanum) function AAS_FindPossiblePortals (line 920) | void AAS_FindPossiblePortals(void) function AAS_RemoveAllPortals (line 937) | void AAS_RemoveAllPortals(void) function AAS_FloodCluster_r (line 954) | void AAS_FloodCluster_r(int areanum, int clusternum) function AAS_RemoveTeleporterPortals (line 1006) | void AAS_RemoveTeleporterPortals(void) function AAS_FloodClusterReachabilities (line 1030) | void AAS_FloodClusterReachabilities(int clusternum) function AAS_RemoveNotClusterClosingPortals (line 1064) | void AAS_RemoveNotClusterClosingPortals(void) function AAS_RemoveNotClusterClosingPortals (line 1138) | void AAS_RemoveNotClusterClosingPortals(void) function AAS_AddTeleporterPortals (line 1212) | void AAS_AddTeleporterPortals(void) function AAS_AddTeleporterPortals (line 1349) | void AAS_AddTeleporterPortals(void) function AAS_TestPortals (line 1372) | int AAS_TestPortals(void) function AAS_CountForcedClusterPortals (line 1401) | void AAS_CountForcedClusterPortals(void) function AAS_CreateViewPortals (line 1422) | void AAS_CreateViewPortals(void) function AAS_SetViewPortalsAsClusterPortals (line 1440) | void AAS_SetViewPortalsAsClusterPortals(void) function AAS_InitClustering (line 1458) | void AAS_InitClustering(void) FILE: src/engine/botlib/be_aas_debug.c function AAS_ClearShownPolygons (line 60) | void AAS_ClearShownPolygons(void) function AAS_ShowPolygon (line 84) | void AAS_ShowPolygon(int color, int numpoints, vec3_t *points) function AAS_ClearShownDebugLines (line 103) | void AAS_ClearShownDebugLines(void) function AAS_DebugLine (line 125) | void AAS_DebugLine(vec3_t start, vec3_t end, int color) function AAS_PermanentLine (line 151) | void AAS_PermanentLine(vec3_t start, vec3_t end, int color) function AAS_DrawPermanentCross (line 164) | void AAS_DrawPermanentCross(vec3_t origin, float size, int color) function AAS_DrawPlaneCross (line 186) | void AAS_DrawPlaneCross(vec3_t point, vec3_t normal, float dist, int typ... function AAS_ShowBoundingBox (line 242) | void AAS_ShowBoundingBox(vec3_t origin, vec3_t mins, vec3_t maxs) function AAS_ShowFace (line 302) | void AAS_ShowFace(int facenum) function AAS_ShowFacePolygon (line 349) | void AAS_ShowFacePolygon(int facenum, int color, int flip) function AAS_ShowArea (line 394) | void AAS_ShowArea(int areanum, int groundfacesonly) function AAS_ShowAreaPolygons (line 486) | void AAS_ShowAreaPolygons(int areanum, int color, int groundfacesonly) function AAS_DrawCross (line 525) | void AAS_DrawCross(vec3_t origin, float size, int color) function AAS_PrintTravelType (line 545) | void AAS_PrintTravelType(int traveltype) function AAS_DrawArrow (line 579) | void AAS_DrawArrow(vec3_t start, vec3_t end, int linecolor, int arrowcolor) function AAS_ShowReachability (line 605) | void AAS_ShowReachability(aas_reachability_t *reach) function AAS_ShowReachableAreas (line 684) | void AAS_ShowReachableAreas(int areanum) function AAS_FloodAreas_r (line 713) | void AAS_FloodAreas_r(int areanum, int cluster, int *done) function AAS_FloodAreas (line 769) | void AAS_FloodAreas(vec3_t origin) FILE: src/engine/botlib/be_aas_debug.h type aas_reachability_s (line 59) | struct aas_reachability_s FILE: src/engine/botlib/be_aas_def.h type aas_stringindex_t (line 54) | typedef struct aas_stringindex_s type aas_link_t (line 61) | typedef struct aas_link_s type bsp_link_t (line 70) | typedef struct bsp_link_s type bsp_entdata_t (line 78) | typedef struct bsp_entdata_s type aas_entity_t (line 89) | typedef struct aas_entity_s type aas_settings_t (line 99) | typedef struct aas_settings_s type aas_routingcache_t (line 144) | typedef struct aas_routingcache_s type aas_routingupdate_t (line 161) | typedef struct aas_routingupdate_s type aas_reversedlink_t (line 174) | typedef struct aas_reversedlink_s type aas_reversedreachability_t (line 182) | typedef struct aas_reversedreachability_s type aas_reachabilityareas_t (line 189) | typedef struct aas_reachabilityareas_s type aas_t (line 194) | typedef struct aas_s FILE: src/engine/botlib/be_aas_entity.c function AAS_UpdateEntity (line 63) | int AAS_UpdateEntity(int entnum, bot_entitystate_t *state) function AAS_EntityInfo (line 171) | void AAS_EntityInfo(int entnum, aas_entityinfo_t *info) function AAS_EntityOrigin (line 195) | void AAS_EntityOrigin(int entnum, vec3_t origin) function AAS_EntityModelindex (line 212) | int AAS_EntityModelindex(int entnum) function AAS_EntityType (line 227) | int AAS_EntityType(int entnum) function AAS_EntityModelNum (line 244) | int AAS_EntityModelNum(int entnum) function AAS_OriginOfMoverWithModelNum (line 261) | int AAS_OriginOfMoverWithModelNum(int modelnum, vec3_t origin) function AAS_EntitySize (line 286) | void AAS_EntitySize(int entnum, vec3_t mins, vec3_t maxs) function AAS_EntityBSPData (line 308) | void AAS_EntityBSPData(int entnum, bsp_entdata_t *entdata) function AAS_ResetEntityLinks (line 326) | void AAS_ResetEntityLinks(void) function AAS_InvalidateEntities (line 341) | void AAS_InvalidateEntities(void) function AAS_UnlinkInvalidEntities (line 356) | void AAS_UnlinkInvalidEntities(void) function AAS_NearestEntity (line 379) | int AAS_NearestEntity(vec3_t origin, int modelindex) function AAS_BestReachableEntityArea (line 414) | int AAS_BestReachableEntityArea(int entnum) function AAS_NextEntity (line 427) | int AAS_NextEntity(int entnum) FILE: src/engine/botlib/be_aas_file.c function AAS_SwapAASData (line 54) | void AAS_SwapAASData(void) function AAS_DumpAASData (line 183) | void AAS_DumpAASData(void) function AAS_FileInfo (line 240) | void AAS_FileInfo(void) function AAS_DData (line 327) | void AAS_DData(unsigned char *data, int size) function AAS_LoadAASFile (line 343) | int AAS_LoadAASFile(char *filename) function AAS_WriteAASLump (line 498) | int AAS_WriteAASLump(fileHandle_t fp, aas_header_t *h, int lumpnum, void... function qboolean (line 523) | qboolean AAS_WriteAASFile(char *filename) FILE: src/engine/botlib/be_aas_main.c function AAS_Error (line 57) | void QDECL AAS_Error(char *fmt, ...) function AAS_IndexFromString (line 101) | int AAS_IndexFromString(char *indexname, char *stringindex[], int numind... function AAS_IndexFromModel (line 132) | int AAS_IndexFromModel(char *modelname) function AAS_UpdateStringIndexes (line 142) | void AAS_UpdateStringIndexes(int numconfigstrings, char *configstrings[]) function AAS_Loaded (line 163) | int AAS_Loaded(void) function AAS_Initialized (line 173) | int AAS_Initialized(void) function AAS_SetInitialized (line 183) | void AAS_SetInitialized(void) function AAS_ContinueInit (line 200) | void AAS_ContinueInit(float time) function AAS_StartFrame (line 238) | int AAS_StartFrame(float time) function AAS_Time (line 284) | float AAS_Time(void) function AAS_ProjectPointOntoVector (line 294) | void AAS_ProjectPointOntoVector( vec3_t point, vec3_t vStart, vec3_t vEn... function AAS_LoadFiles (line 310) | int AAS_LoadFiles(const char *mapname) function AAS_LoadMap (line 341) | int AAS_LoadMap(const char *mapname) function AAS_Setup (line 383) | int AAS_Setup(void) function AAS_Shutdown (line 406) | void AAS_Shutdown(void) FILE: src/engine/botlib/be_aas_move.c function AAS_DropToFloor (line 56) | int AAS_DropToFloor(vec3_t origin, vec3_t mins, vec3_t maxs) function AAS_InitSettings (line 74) | void AAS_InitSettings(void) function AAS_AgainstLadder (line 123) | int AAS_AgainstLadder(vec3_t origin) function AAS_OnGround (line 185) | int AAS_OnGround(vec3_t origin, int presencetype, int passent) function AAS_Swimming (line 215) | int AAS_Swimming(vec3_t origin) function AAS_SetMovedir (line 235) | void AAS_SetMovedir(vec3_t angles, vec3_t movedir) function AAS_JumpReachRunStart (line 256) | void AAS_JumpReachRunStart(aas_reachability_t *reach, vec3_t runstart) function AAS_WeaponJumpZVelocity (line 290) | float AAS_WeaponJumpZVelocity(vec3_t origin, float radiusdamage) function AAS_RocketJumpZVelocity (line 341) | float AAS_RocketJumpZVelocity(vec3_t origin) function AAS_BFGJumpZVelocity (line 352) | float AAS_BFGJumpZVelocity(vec3_t origin) function AAS_Accelerate (line 364) | void AAS_Accelerate(vec3_t velocity, float frametime, vec3_t wishdir, fl... function AAS_AirControl (line 390) | void AAS_AirControl(vec3_t start, vec3_t end, vec3_t velocity, vec3_t cm... function AAS_ApplyFriction (line 403) | void AAS_ApplyFriction(vec3_t vel, float friction, float stopspeed, function AAS_ClipToBBox (line 426) | int AAS_ClipToBBox(aas_trace_t *trace, vec3_t start, vec3_t end, int pre... function AAS_ClientMovementPrediction (line 505) | int AAS_ClientMovementPrediction(struct aas_clientmove_s *move, function AAS_PredictClientMovement (line 994) | int AAS_PredictClientMovement(struct aas_clientmove_s *move, function AAS_ClientMovementHitBBox (line 1014) | int AAS_ClientMovementHitBBox(struct aas_clientmove_s *move, function AAS_TestMovementPrediction (line 1033) | void AAS_TestMovementPrediction(int entnum, vec3_t origin, vec3_t dir) function AAS_HorizontalVelocityForJump (line 1062) | int AAS_HorizontalVelocityForJump(float zvel, vec3_t start, vec3_t end, ... FILE: src/engine/botlib/be_aas_move.h type aas_clientmove_s (line 37) | struct aas_clientmove_s type aas_clientmove_s (line 45) | struct aas_clientmove_s type aas_reachability_s (line 57) | struct aas_reachability_s FILE: src/engine/botlib/be_aas_optimize.c type optimized_t (line 46) | typedef struct optimized_s function AAS_KeepEdge (line 78) | int AAS_KeepEdge(aas_edge_t *edge) function AAS_OptimizeEdge (line 88) | int AAS_OptimizeEdge(optimized_t *optimized, int edgenum) function AAS_KeepFace (line 133) | int AAS_KeepFace(aas_face_t *face) function AAS_OptimizeFace (line 144) | int AAS_OptimizeFace(optimized_t *optimized, int facenum) function AAS_OptimizeArea (line 189) | void AAS_OptimizeArea(optimized_t *optimized, int areanum) function AAS_OptimizeAlloc (line 218) | void AAS_OptimizeAlloc(optimized_t *optimized) function AAS_OptimizeStore (line 243) | void AAS_OptimizeStore(optimized_t *optimized) function AAS_Optimize (line 280) | void AAS_Optimize(void) FILE: src/engine/botlib/be_aas_reach.c type aas_lreachability_t (line 87) | typedef struct aas_lreachability_s function AAS_FaceArea (line 112) | float AAS_FaceArea(aas_face_t *face) function AAS_AreaVolume (line 145) | float AAS_AreaVolume(int areanum) function AAS_BestReachableLinkArea (line 185) | int AAS_BestReachableLinkArea(aas_link_t *areas) function AAS_GetJumpPadInfo (line 213) | int AAS_GetJumpPadInfo(int ent, vec3_t areastart, vec3_t absmins, vec3_t... function AAS_BestReachableFromJumpPadArea (line 290) | int AAS_BestReachableFromJumpPadArea(vec3_t origin, vec3_t mins, vec3_t ... function AAS_BestReachableArea (line 360) | int AAS_BestReachableArea(vec3_t origin, vec3_t mins, vec3_t maxs, vec3_... function AAS_SetupReachabilityHeap (line 456) | void AAS_SetupReachabilityHeap(void) function AAS_ShutDownReachabilityHeap (line 476) | void AAS_ShutDownReachabilityHeap(void) function aas_lreachability_t (line 488) | aas_lreachability_t *AAS_AllocReachability(void) function AAS_FreeReachability (line 508) | void AAS_FreeReachability(aas_lreachability_t *lreach) function AAS_AreaReachability (line 523) | int AAS_AreaReachability(int areanum) function AAS_AreaGroundFaceArea (line 539) | float AAS_AreaGroundFaceArea(int areanum) function AAS_FaceCenter (line 564) | void AAS_FaceCenter(int facenum, vec3_t center) function AAS_FallDamageDistance (line 591) | int AAS_FallDamageDistance(void) function AAS_FallDelta (line 609) | float AAS_FallDelta(float distance) function AAS_MaxJumpHeight (line 624) | float AAS_MaxJumpHeight(float phys_jumpvel) function AAS_MaxJumpDistance (line 639) | float AAS_MaxJumpDistance(float phys_jumpvel) function AAS_AreaCrouch (line 657) | int AAS_AreaCrouch(int areanum) function AAS_AreaSwim (line 669) | int AAS_AreaSwim(int areanum) function AAS_AreaLiquid (line 681) | int AAS_AreaLiquid(int areanum) function AAS_AreaLava (line 692) | int AAS_AreaLava(int areanum) function AAS_AreaSlime (line 702) | int AAS_AreaSlime(int areanum) function AAS_AreaGrounded (line 713) | int AAS_AreaGrounded(int areanum) function AAS_AreaLadder (line 724) | int AAS_AreaLadder(int areanum) function AAS_AreaJumpPad (line 734) | int AAS_AreaJumpPad(int areanum) function AAS_AreaTeleporter (line 744) | int AAS_AreaTeleporter(int areanum) function AAS_AreaClusterPortal (line 754) | int AAS_AreaClusterPortal(int areanum) function AAS_AreaDoNotEnter (line 764) | int AAS_AreaDoNotEnter(int areanum) function AAS_BarrierJumpTravelTime (line 775) | unsigned short int AAS_BarrierJumpTravelTime(void) function qboolean (line 786) | qboolean AAS_ReachabilityExists(int area1num, int area2num) function AAS_NearbySolidOrGap (line 804) | int AAS_NearbySolidOrGap(vec3_t start, vec3_t end) function AAS_Reachability_Swim (line 836) | int AAS_Reachability_Swim(int area1num, int area2num) function AAS_Reachability_EqualFloorHeight (line 913) | int AAS_Reachability_EqualFloorHeight(int area1num, int area2num) function AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge (line 1059) | int AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge(int area1num, i... function VectorDistance (line 1610) | float VectorDistance(vec3_t v1, vec3_t v2) function VectorBetweenVectors (line 1624) | int VectorBetweenVectors(vec3_t v, vec3_t v1, vec3_t v2) function VectorMiddle (line 1639) | void VectorMiddle(vec3_t v1, vec3_t v2, vec3_t middle) function AAS_ClosestEdgePoints (line 1831) | float AAS_ClosestEdgePoints(vec3_t v1, vec3_t v2, vec3_t v3, vec3_t v4, function AAS_Reachability_Jump (line 2109) | int AAS_Reachability_Jump(int area1num, int area2num) function AAS_Reachability_Ladder (line 2380) | int AAS_Reachability_Ladder(int area1num, int area2num) function AAS_TravelFlagsForTeam (line 2723) | int AAS_TravelFlagsForTeam(int ent) function AAS_Reachability_Teleport (line 2753) | void AAS_Reachability_Teleport(void) function AAS_Reachability_Elevator (line 2947) | void AAS_Reachability_Elevator(void) function aas_lreachability_t (line 3162) | aas_lreachability_t *AAS_FindFaceReachabilities(vec3_t *facepoints, int ... function AAS_Reachability_FuncBobbing (line 3285) | void AAS_Reachability_FuncBobbing(void) function AAS_Reachability_JumpPad (line 3499) | void AAS_Reachability_JumpPad(void) function AAS_Reachability_Grapple (line 3793) | int AAS_Reachability_Grapple(int area1num, int area2num) function AAS_SetWeaponJumpAreaFlags (line 3934) | void AAS_SetWeaponJumpAreaFlags(void) function AAS_Reachability_WeaponJump (line 4006) | int AAS_Reachability_WeaponJump(int area1num, int area2num) function AAS_Reachability_WalkOffLedge (line 4131) | void AAS_Reachability_WalkOffLedge(int areanum) function AAS_StoreReachability (line 4312) | void AAS_StoreReachability(void) function AAS_ContinueInitReachability (line 4369) | int AAS_ContinueInitReachability(float time) function AAS_InitReachability (line 4516) | void AAS_InitReachability(void) FILE: src/engine/botlib/be_aas_route.c function AAS_RoutingInfo (line 94) | void AAS_RoutingInfo(void) function AAS_ClusterAreaNum (line 109) | __inline int AAS_ClusterAreaNum(int cluster, int areanum) function AAS_InitTravelFlagFromType (line 135) | void AAS_InitTravelFlagFromType(void) function AAS_TravelFlagForType_inline (line 169) | __inline int AAS_TravelFlagForType_inline(int traveltype) function AAS_TravelFlagForType (line 190) | int AAS_TravelFlagForType(int traveltype) function AAS_UnlinkCache (line 200) | void AAS_UnlinkCache(aas_routingcache_t *cache) function AAS_LinkCache (line 215) | void AAS_LinkCache(aas_routingcache_t *cache) function AAS_FreeRoutingCache (line 236) | void AAS_FreeRoutingCache(aas_routingcache_t *cache) function AAS_RemoveRoutingCacheInCluster (line 248) | void AAS_RemoveRoutingCacheInCluster( int clusternum ) function AAS_RemoveRoutingCacheUsingArea (line 273) | void AAS_RemoveRoutingCacheUsingArea( int areanum ) function AAS_EnableRoutingArea (line 308) | int AAS_EnableRoutingArea(int areanum, int enable) function AAS_RoutingTime (line 342) | __inline float AAS_RoutingTime(void) function AAS_GetAreaContentsTravelFlags (line 352) | int AAS_GetAreaContentsTravelFlags(int areanum) function AAS_AreaContentsTravelFlags_inline (line 382) | __inline int AAS_AreaContentsTravelFlags_inline(int areanum) function AAS_AreaContentsTravelFlags (line 392) | int AAS_AreaContentsTravelFlags(int areanum) function AAS_InitAreaContentsTravelFlags (line 402) | void AAS_InitAreaContentsTravelFlags(void) function AAS_CreateReversedReachability (line 419) | void AAS_CreateReversedReachability(void) function AAS_AreaTravelTime (line 474) | unsigned short int AAS_AreaTravelTime(int areanum, vec3_t start, vec3_t ... function AAS_CalculateAreaTravelTimes (line 500) | void AAS_CalculateAreaTravelTimes(void) function AAS_PortalMaxTravelTime (line 566) | int AAS_PortalMaxTravelTime(int portalnum) function AAS_InitPortalMaxTravelTimes (line 600) | void AAS_InitPortalMaxTravelTimes(void) function AAS_FreeOldestCache (line 695) | int AAS_FreeOldestCache(void) function aas_routingcache_t (line 734) | aas_routingcache_t *AAS_AllocRoutingCache(int numtraveltimes) function AAS_FreeAllClusterAreaCache (line 758) | void AAS_FreeAllClusterAreaCache(void) function AAS_InitClusterAreaCache (line 790) | void AAS_InitClusterAreaCache(void) function AAS_FreeAllPortalCache (line 819) | void AAS_FreeAllPortalCache(void) function AAS_InitPortalCache (line 845) | void AAS_InitPortalCache(void) function AAS_InitRoutingUpdate (line 857) | void AAS_InitRoutingUpdate(void) function AAS_CreateAllRoutingCache (line 887) | void AAS_CreateAllRoutingCache(void) type routecacheheader_t (line 916) | typedef struct routecacheheader_s function AAS_WriteRouteCache (line 934) | void AAS_WriteRouteCache(void) function aas_routingcache_t (line 1031) | aas_routingcache_t *AAS_ReadCache(fileHandle_t fp) function AAS_ReadRouteCache (line 1050) | int AAS_ReadRouteCache(void) function AAS_InitReachabilityAreas (line 1143) | void AAS_InitReachabilityAreas(void) function AAS_InitRouting (line 1215) | void AAS_InitRouting(void) function AAS_FreeRoutingCaches (line 1251) | void AAS_FreeRoutingCaches(void) function AAS_UpdateAreaRoutingCache (line 1288) | void AAS_UpdateAreaRoutingCache(aas_routingcache_t *areacache) function aas_routingcache_t (line 1399) | aas_routingcache_t *AAS_GetAreaRoutingCache(int clusternum, int areanum,... function AAS_UpdatePortalRoutingCache (line 1445) | void AAS_UpdatePortalRoutingCache(aas_routingcache_t *portalcache) function aas_routingcache_t (line 1543) | aas_routingcache_t *AAS_GetPortalRoutingCache(int clusternum, int areanu... function AAS_AreaRouteToGoalArea (line 1585) | int AAS_AreaRouteToGoalArea(int areanum, vec3_t origin, int goalareanum,... function AAS_AreaTravelTimeToGoalArea (line 1767) | int AAS_AreaTravelTimeToGoalArea(int areanum, vec3_t origin, int goalare... function AAS_AreaReachabilityToGoalArea (line 1783) | int AAS_AreaReachabilityToGoalArea(int areanum, vec3_t origin, int goala... function AAS_PredictRoute (line 1800) | int AAS_PredictRoute(struct aas_predictroute_s *route, int areanum, vec3... function AAS_BridgeWalkable (line 1909) | int AAS_BridgeWalkable(int areanum) function AAS_ReachabilityFromNum (line 1919) | void AAS_ReachabilityFromNum(int num, struct aas_reachability_s *reach) function AAS_NextAreaReachability (line 1939) | int AAS_NextAreaReachability(int areanum, int reachnum) function AAS_NextModelReachability (line 1974) | int AAS_NextModelReachability(int num, int modelnum) function AAS_RandomGoalArea (line 2001) | int AAS_RandomGoalArea(int areanum, int travelflags, int *goalareanum, v... function AAS_AreaVisible (line 2056) | int AAS_AreaVisible(int srcarea, int destarea) function DistancePointToLine (line 2066) | float DistancePointToLine(vec3_t v1, vec3_t v2, vec3_t point) function AAS_NearestHideArea (line 2080) | int AAS_NearestHideArea(int srcnum, vec3_t origin, int areanum, int enem... FILE: src/engine/botlib/be_aas_route.h type aas_reachability_s (line 53) | struct aas_reachability_s type aas_predictroute_s (line 63) | struct aas_predictroute_s FILE: src/engine/botlib/be_aas_routealt.c type midrangearea_t (line 49) | typedef struct midrangearea_s function AAS_AltRoutingFloodCluster_r (line 66) | void AAS_AltRoutingFloodCluster_r(int areanum) function AAS_AlternativeRouteGoals (line 99) | int AAS_AlternativeRouteGoals(vec3_t start, int startareanum, vec3_t goa... function AAS_InitAlternativeRouting (line 216) | void AAS_InitAlternativeRouting(void) function AAS_ShutdownAlternativeRouting (line 231) | void AAS_ShutdownAlternativeRouting(void) FILE: src/engine/botlib/be_aas_sample.c type aas_tracestack_t (line 57) | typedef struct aas_tracestack_s function AAS_PresenceTypeBoundingBox (line 73) | void AAS_PresenceTypeBoundingBox(int presencetype, vec3_t mins, vec3_t m... function AAS_InitAASLinkHeap (line 96) | void AAS_InitAASLinkHeap(void) function AAS_FreeAASLinkHeap (line 134) | void AAS_FreeAASLinkHeap(void) function aas_link_t (line 146) | aas_link_t *AAS_AllocAASLink(void) function AAS_DeAllocAASLink (line 172) | void AAS_DeAllocAASLink(aas_link_t *link) function AAS_InitAASLinkedEntities (line 188) | void AAS_InitAASLinkedEntities(void) function AAS_FreeAASLinkedEntities (line 201) | void AAS_FreeAASLinkedEntities(void) function AAS_PointAreaNum (line 213) | int AAS_PointAreaNum(vec3_t point) function AAS_PointReachabilityAreaIndex (line 266) | int AAS_PointReachabilityAreaIndex( vec3_t origin ) function AAS_AreaCluster (line 308) | int AAS_AreaCluster(int areanum) function AAS_AreaPresenceType (line 324) | int AAS_AreaPresenceType(int areanum) function AAS_PointPresenceType (line 341) | int AAS_PointPresenceType(vec3_t point) function vec_t (line 366) | vec_t AAS_BoxOriginDistanceFromPlane(vec3_t normal, vec3_t mins, vec3_t ... function qboolean (line 406) | qboolean AAS_AreaEntityCollision(int areanum, vec3_t start, vec3_t end, function aas_trace_t (line 449) | aas_trace_t AAS_TraceClientBBox(vec3_t start, vec3_t end, int presencetype, function AAS_TraceAreas (line 700) | int AAS_TraceAreas(vec3_t start, vec3_t end, int *areas, vec3_t *points,... function qboolean (line 874) | qboolean AAS_InsideFace(aas_face_t *face, vec3_t pnormal, vec3_t point, ... function qboolean (line 926) | qboolean AAS_PointInsideFace(int facenum, vec3_t point, float epsilon) function aas_face_t (line 966) | aas_face_t *AAS_AreaGroundFace(int areanum, vec3_t point) function AAS_FacePlane (line 1000) | void AAS_FacePlane(int facenum, vec3_t normal, float *dist) function aas_face_t (line 1015) | aas_face_t *AAS_TraceEndFace(aas_trace_t *trace) function AAS_BoxOnPlaneSide2 (line 1075) | int AAS_BoxOnPlaneSide2(vec3_t absmins, vec3_t absmaxs, aas_plane_t *p) function AAS_UnlinkFromAreas (line 1140) | void AAS_UnlinkFromAreas(aas_link_t *areas) type aas_linkstack_t (line 1166) | typedef struct function aas_link_t (line 1171) | aas_link_t *AAS_AASLinkEntity(vec3_t absmins, vec3_t absmaxs, int entnum) function aas_link_t (line 1271) | aas_link_t *AAS_LinkEntityClientBBox(vec3_t absmins, vec3_t absmaxs, int... function AAS_BBoxAreas (line 1288) | int AAS_BBoxAreas(vec3_t absmins, vec3_t absmaxs, int *areas, int maxareas) function AAS_AreaInfo (line 1311) | int AAS_AreaInfo( int areanum, aas_areainfo_t *info ) function aas_plane_t (line 1337) | aas_plane_t *AAS_PlaneFromNum(int planenum) FILE: src/engine/botlib/be_ai_char.c type bot_characteristic_t (line 63) | typedef struct bot_characteristic_s type bot_character_t (line 70) | typedef struct bot_character_s function bot_character_t (line 85) | bot_character_t *BotCharacterFromHandle(int handle) function BotDumpCharacter (line 105) | void BotDumpCharacter(bot_character_t *ch) function BotFreeCharacterStrings (line 129) | void BotFreeCharacterStrings(bot_character_t *ch) function BotFreeCharacter2 (line 147) | void BotFreeCharacter2(int handle) function BotFreeCharacter (line 169) | void BotFreeCharacter(int handle) function BotDefaultCharacteristics (line 180) | void BotDefaultCharacteristics(bot_character_t *ch, bot_character_t *def... function bot_character_t (line 212) | bot_character_t *BotLoadCharacterFromFile(char *charfile, int skill) function BotFindCachedCharacter (line 362) | int BotFindCachedCharacter(char *charfile, float skill) function BotLoadCachedCharacter (line 383) | int BotLoadCachedCharacter(char *charfile, float skill, int reload) function BotLoadCharacterSkill (line 496) | int BotLoadCharacterSkill(char *charfile, float skill) function BotInterpolateCharacters (line 516) | int BotInterpolateCharacters(int handle1, int handle2, float desiredskill) function BotLoadCharacter (line 568) | int BotLoadCharacter(char *charfile, float skill) function CheckCharacteristicIndex (line 617) | int CheckCharacteristicIndex(int character, int index) function Characteristic_Float (line 641) | float Characteristic_Float(int character, int index) function Characteristic_BFloat (line 673) | float Characteristic_BFloat(int character, int index, float min, float max) function Characteristic_Integer (line 696) | int Characteristic_Integer(int character, int index) function Characteristic_BInteger (line 727) | int Characteristic_BInteger(int character, int index, int min, int max) function Characteristic_String (line 750) | void Characteristic_String(int character, int index, char *buf, int size) function BotShutdownCharacters (line 778) | void BotShutdownCharacters(void) FILE: src/engine/botlib/be_ai_chat.c type bot_chatmessage_t (line 74) | typedef struct bot_chatmessage_s type bot_chattype_t (line 81) | typedef struct bot_chattype_s type bot_chat_t (line 89) | typedef struct bot_chat_s type bot_randomstring_t (line 95) | typedef struct bot_randomstring_s type bot_randomlist_t (line 101) | typedef struct bot_randomlist_s type bot_synonym_t (line 110) | typedef struct bot_synonym_s type bot_synonymlist_t (line 117) | typedef struct bot_synonymlist_s type bot_matchstring_t (line 126) | typedef struct bot_matchstring_s type bot_matchpiece_t (line 133) | typedef struct bot_matchpiece_s type bot_matchtemplate_t (line 141) | typedef struct bot_matchtemplate_s type bot_replychatkey_t (line 151) | typedef struct bot_replychatkey_s type bot_replychat_t (line 159) | typedef struct bot_replychat_s type bot_stringlist_t (line 169) | typedef struct bot_stringlist_s type bot_chatstate_t (line 176) | typedef struct bot_chatstate_s type bot_ichatdata_t (line 192) | typedef struct { function bot_chatstate_t (line 219) | bot_chatstate_t *BotChatStateFromHandle(int handle) function InitConsoleMessageHeap (line 240) | void InitConsoleMessageHeap(void) function bot_consolemessage_t (line 268) | bot_consolemessage_t *AllocConsoleMessage(void) function FreeConsoleMessage (line 283) | void FreeConsoleMessage(bot_consolemessage_t *message) function BotRemoveConsoleMessage (line 296) | void BotRemoveConsoleMessage(int chatstate, int handle) function BotQueueConsoleMessage (line 326) | void BotQueueConsoleMessage(int chatstate, int type, char *message) function BotNextConsoleMessage (line 367) | int BotNextConsoleMessage(int chatstate, bot_consolemessage_t *cm) function BotNumConsoleMessages (line 387) | int BotNumConsoleMessages(int chatstate) function IsWhiteSpace (line 401) | int IsWhiteSpace(char c) function BotRemoveTildes (line 421) | void BotRemoveTildes(char *message) function UnifyWhiteSpaces (line 440) | void UnifyWhiteSpaces(char *string) function StringContains (line 464) | int StringContains(char *str1, char *str2, int casesensitive) function StringReplaceWords (line 537) | void StringReplaceWords(char *string, char *synonym, char *replacement) function BotDumpSynonymList (line 570) | void BotDumpSynonymList(bot_synonymlist_t *synlist) function bot_synonymlist_t (line 595) | bot_synonymlist_t *BotLoadSynonyms(char *filename) function BotReplaceSynonyms (line 761) | void BotReplaceSynonyms(char *string, unsigned long int context) function BotReplaceWeightedSynonyms (line 781) | void BotReplaceWeightedSynonyms(char *string, unsigned long int context) function BotReplaceReplySynonyms (line 814) | void BotReplaceReplySynonyms(char *string, unsigned long int context) function BotLoadChatMessage (line 862) | int BotLoadChatMessage(source_t *source, char *chatmessagestring) function BotDumpRandomStringList (line 921) | void BotDumpRandomStringList(bot_randomlist_t *randomlist) function bot_randomlist_t (line 946) | bot_randomlist_t *BotLoadRandomStrings(char *filename) function BotDumpMatchTemplates (line 1077) | void BotDumpMatchTemplates(bot_matchtemplate_t *matches) function BotFreeMatchPieces (line 1114) | void BotFreeMatchPieces(bot_matchpiece_t *matchpieces) function bot_matchpiece_t (line 1139) | bot_matchpiece_t *BotLoadMatchPieces(source_t *source, char *endtoken) function BotFreeMatchTemplates (line 1241) | void BotFreeMatchTemplates(bot_matchtemplate_t *mt) function bot_matchtemplate_t (line 1258) | bot_matchtemplate_t *BotLoadMatchTemplates(char *matchfile) function StringsMatch (line 1357) | int StringsMatch(bot_matchpiece_t *pieces, bot_match_t *match) function BotFindMatch (line 1434) | int BotFindMatch(char *str, bot_match_t *match, unsigned long int context) function BotMatchVariable (line 1468) | void BotMatchVariable(bot_match_t *match, int variable, char *buf, int s... function bot_stringlist_t (line 1497) | bot_stringlist_t *BotFindStringInList(bot_stringlist_t *list, char *string) function bot_stringlist_t (line 1513) | bot_stringlist_t *BotCheckChatMessageIntegrety(char *message, bot_string... function BotCheckInitialChatIntegrety (line 1584) | void BotCheckInitialChatIntegrety(bot_chat_t *chat) function BotCheckReplyChatIntegrety (line 1610) | void BotCheckReplyChatIntegrety(bot_replychat_t *replychat) function BotDumpReplyChat (line 1636) | void BotDumpReplyChat(bot_replychat_t *replychat) function BotFreeReplyChat (line 1691) | void BotFreeReplyChat(bot_replychat_t *replychat) function BotCheckValidReplyChatKeySet (line 1721) | void BotCheckValidReplyChatKeySet(source_t *source, bot_replychatkey_t *... function bot_replychat_t (line 1828) | bot_replychat_t *BotLoadReplyChat(char *filename) function BotDumpInitialChat (line 1988) | void BotDumpInitialChat(bot_chat_t *chat) function bot_chat_t (line 2013) | bot_chat_t *BotLoadInitialChat(char *chatfile, char *chatname) function BotFreeChatFile (line 2185) | void BotFreeChatFile(int chatstate) function BotLoadChatFile (line 2200) | int BotLoadChatFile(int chatstate, char *chatfile, char *chatname) function BotExpandChatMessage (line 2258) | int BotExpandChatMessage(char *outmessage, char *message, unsigned long ... function BotConstructChatMessage (line 2379) | void BotConstructChatMessage(bot_chatstate_t *chatstate, char *message, ... function BotNumInitialChats (line 2465) | int BotNumInitialChats(int chatstate, char *type) function BotInitialChat (line 2492) | void BotInitialChat(int chatstate, char *type, int mcontext, char *var0,... function BotPrintReplyChatKeys (line 2573) | void BotPrintReplyChatKeys(bot_replychat_t *replychat) function BotReplyChat (line 2614) | int BotReplyChat(int chatstate, char *message, int mcontext, int vcontex... function BotChatLength (line 2771) | int BotChatLength(int chatstate) function BotEnterChat (line 2785) | void BotEnterChat(int chatstate, int clientto, int sendto) function BotGetChatMessage (line 2821) | void BotGetChatMessage(int chatstate, char *buf, int size) function BotSetChatGender (line 2840) | void BotSetChatGender(int chatstate, int gender) function BotSetChatName (line 2859) | void BotSetChatName(int chatstate, char *name, int client) function BotResetChatAI (line 2876) | void BotResetChatAI(void) function BotAllocChatState (line 2895) | int BotAllocChatState(void) function BotFreeChatState (line 2915) | void BotFreeChatState(int handle) function BotSetupChatAI (line 2951) | int BotSetupChatAI(void) function BotShutdownChatAI (line 2985) | void BotShutdownChatAI(void) FILE: src/engine/botlib/be_ai_gen.c function GeneticSelection (line 52) | int GeneticSelection(int numranks, float *rankings) function GeneticParentsAndChildSelection (line 90) | int GeneticParentsAndChildSelection(int numranks, float *ranks, int *par... FILE: src/engine/botlib/be_ai_goal.c type maplocation_t (line 70) | typedef struct maplocation_s type campspot_t (line 79) | typedef struct campspot_s type gametype_t (line 92) | typedef enum { type levelitem_t (line 104) | typedef struct levelitem_s type iteminfo_t (line 118) | typedef struct iteminfo_s type itemconfig_t (line 152) | typedef struct itemconfig_s type bot_goalstate_t (line 159) | typedef struct bot_goalstate_s function bot_goalstate_t (line 197) | bot_goalstate_t *BotGoalStateFromHandle(int handle) function BotInterbreedGoalFuzzyLogic (line 217) | void BotInterbreedGoalFuzzyLogic(int parent1, int parent2, int child) function BotSaveGoalFuzzyLogic (line 234) | void BotSaveGoalFuzzyLogic(int goalstate, char *filename) function BotMutateGoalFuzzyLogic (line 248) | void BotMutateGoalFuzzyLogic(int goalstate, float range) function itemconfig_t (line 262) | itemconfig_t *LoadItemConfig(char *filename) function InitLevelItemHeap (line 366) | void InitLevelItemHeap(void) function levelitem_t (line 389) | levelitem_t *AllocLevelItem(void) function FreeLevelItem (line 410) | void FreeLevelItem(levelitem_t *li) function AddLevelItemToList (line 421) | void AddLevelItemToList(levelitem_t *li) function RemoveLevelItemFromList (line 434) | void RemoveLevelItemFromList(levelitem_t *li) function BotFreeInfoEntities (line 446) | void BotFreeInfoEntities(void) function BotInitInfoEntities (line 470) | void BotInitInfoEntities(void) function BotInitLevelItems (line 532) | void BotInitLevelItems(void) function BotGoalName (line 674) | void BotGoalName(int number, char *name, int size) function BotResetAvoidGoals (line 698) | void BotResetAvoidGoals(int goalstate) function BotDumpAvoidGoals (line 713) | void BotDumpAvoidGoals(int goalstate) function BotAddToAvoidGoals (line 737) | void BotAddToAvoidGoals(bot_goalstate_t *gs, int number, float avoidtime) function BotRemoveFromAvoidGoals (line 769) | void BotRemoveFromAvoidGoals(int goalstate, int number) function BotAvoidGoalTime (line 792) | float BotAvoidGoalTime(int goalstate, int number) function BotSetAvoidGoalTime (line 815) | void BotSetAvoidGoalTime(int goalstate, int number, float avoidtime) function BotGetLevelItemGoal (line 854) | int BotGetLevelItemGoal(int index, char *name, bot_goal_t *goal) function BotGetMapLocationGoal (line 907) | int BotGetMapLocationGoal(char *name, bot_goal_t *goal) function BotGetNextCampSpotGoal (line 932) | int BotGetNextCampSpotGoal(int num, bot_goal_t *goal) function BotFindEntityForLevelItem (line 960) | void BotFindEntityForLevelItem(levelitem_t *li) function BotUpdateEntityItems (line 1004) | void BotUpdateEntityItems(void) function BotDumpGoalStack (line 1177) | void BotDumpGoalStack(int goalstate) function BotPushGoal (line 1197) | void BotPushGoal(int goalstate, bot_goal_t *goal) function BotPopGoal (line 1218) | void BotPopGoal(int goalstate) function BotEmptyGoalStack (line 1232) | void BotEmptyGoalStack(int goalstate) function BotGetTopGoal (line 1246) | int BotGetTopGoal(int goalstate, bot_goal_t *goal) function BotGetSecondGoal (line 1262) | int BotGetSecondGoal(int goalstate, bot_goal_t *goal) function BotChooseLTGItem (line 1279) | int BotChooseLTGItem(int goalstate, vec3_t origin, int *inventory, int t... function BotChooseNBGItem (line 1446) | int BotChooseNBGItem(int goalstate, vec3_t origin, int *inventory, int t... function BotTouchingGoal (line 1603) | int BotTouchingGoal(vec3_t origin, bot_goal_t *goal) function BotItemGoalInVisButNotVisible (line 1632) | int BotItemGoalInVisButNotVisible(int viewer, vec3_t eye, vec3_t viewang... function BotResetGoalState (line 1669) | void BotResetGoalState(int goalstate) function BotLoadItemWeights (line 1685) | int BotLoadItemWeights(int goalstate, char *filename) function BotFreeItemWeights (line 1711) | void BotFreeItemWeights(int goalstate) function BotAllocGoalState (line 1726) | int BotAllocGoalState(int client) function BotFreeGoalState (line 1747) | void BotFreeGoalState(int handle) function BotSetupGoalAI (line 1769) | int BotSetupGoalAI(void) function BotShutdownGoalAI (line 1795) | void BotShutdownGoalAI(void) FILE: src/engine/botlib/be_ai_move.c type bot_movestate_t (line 59) | typedef struct bot_movestate_s function BotAllocMoveState (line 127) | int BotAllocMoveState(void) function BotFreeMoveState (line 147) | void BotFreeMoveState(int handle) function bot_movestate_t (line 168) | bot_movestate_t *BotMoveStateFromHandle(int handle) function BotInitMoveState (line 188) | void BotInitMoveState(int handle, bot_initmove_t *initmove) function AngleDiff (line 220) | float AngleDiff(float ang1, float ang2) function BotFuzzyPointReachabilityArea (line 241) | int BotFuzzyPointReachabilityArea(vec3_t origin) function BotReachabilityArea (line 301) | int BotReachabilityArea(vec3_t origin, int client) function BotOnMover (line 442) | int BotOnMover(vec3_t origin, int entnum, aas_reachability_t *reach) function MoverDown (line 488) | int MoverDown(aas_reachability_t *reach) function BotSetBrushModelTypes (line 513) | void BotSetBrushModelTypes(void) function BotOnTopOfEntity (line 549) | int BotOnTopOfEntity(bot_movestate_t *ms) function BotValidTravel (line 569) | int BotValidTravel(vec3_t origin, aas_reachability_t *reach, int travelf... function BotAddToAvoidReach (line 583) | void BotAddToAvoidReach(bot_movestate_t *ms, int number, float avoidtime) function DistanceFromLineSquared (line 615) | float DistanceFromLineSquared(vec3_t p, vec3_t lp1, vec3_t lp2) function VectorDistanceSquared (line 641) | float VectorDistanceSquared(vec3_t p1, vec3_t p2) function BotAvoidSpots (line 653) | int BotAvoidSpots(vec3_t origin, aas_reachability_t *reach, bot_avoidspo... function BotAddAvoidSpot (line 719) | void BotAddAvoidSpot(int movestate, vec3_t origin, float radius, int type) function BotGetReachabilityToGoal (line 744) | int BotGetReachabilityToGoal(vec3_t origin, int areanum, function BotAddToTarget (line 822) | int BotAddToTarget(vec3_t start, vec3_t end, float maxdist, float *dist,... function BotMovementViewTarget (line 843) | int BotMovementViewTarget(int movestate, bot_goal_t *goal, int travelfla... function BotVisible (line 898) | int BotVisible(int ent, vec3_t eye, vec3_t target) function BotPredictVisiblePosition (line 912) | int BotPredictVisiblePosition(vec3_t origin, int areanum, bot_goal_t *go... function MoverBottomCenter (line 975) | void MoverBottomCenter(aas_reachability_t *reach, vec3_t bottomcenter) function BotGapDistance (line 1000) | float BotGapDistance(vec3_t origin, vec3_t hordir, int entnum) function BotCheckBarrierJump (line 1049) | int BotCheckBarrierJump(bot_movestate_t *ms, vec3_t dir, float speed) function BotSwimInDirection (line 1099) | int BotSwimInDirection(bot_movestate_t *ms, vec3_t dir, float speed, int... function BotWalkInDirection (line 1114) | int BotWalkInDirection(bot_movestate_t *ms, vec3_t dir, float speed, int... function BotMoveInDirection (line 1231) | int BotMoveInDirection(int movestate, vec3_t dir, float speed, int type) function Intersection (line 1253) | int Intersection(vec2_t p1, vec2_t p2, vec2_t p3, vec2_t p4, vec2_t out) function BotCheckBlocked (line 1282) | void BotCheckBlocked(bot_movestate_t *ms, vec3_t dir, int checkbottom, b... function BotClearMoveResult (line 1330) | void BotClearMoveResult(bot_moveresult_t *moveresult) function bot_moveresult_t (line 1345) | bot_moveresult_t BotTravel_Walk(bot_movestate_t *ms, aas_reachability_t ... function bot_moveresult_t (line 1400) | bot_moveresult_t BotFinishTravel_Walk(bot_movestate_t *ms, aas_reachabil... function bot_moveresult_t (line 1438) | bot_moveresult_t BotTravel_Crouch(bot_movestate_t *ms, aas_reachability_... function bot_moveresult_t (line 1468) | bot_moveresult_t BotTravel_BarrierJump(bot_movestate_t *ms, aas_reachabi... function bot_moveresult_t (line 1503) | bot_moveresult_t BotFinishTravel_BarrierJump(bot_movestate_t *ms, aas_re... function bot_moveresult_t (line 1532) | bot_moveresult_t BotTravel_Swim(bot_movestate_t *ms, aas_reachability_t ... function bot_moveresult_t (line 1558) | bot_moveresult_t BotTravel_WaterJump(bot_movestate_t *ms, aas_reachabili... function bot_moveresult_t (line 1592) | bot_moveresult_t BotFinishTravel_WaterJump(bot_movestate_t *ms, aas_reac... function bot_moveresult_t (line 1629) | bot_moveresult_t BotTravel_WalkOffLedge(bot_movestate_t *ms, aas_reachab... function BotAirControl (line 1692) | int BotAirControl(vec3_t origin, vec3_t velocity, vec3_t goal, vec3_t di... function bot_moveresult_t (line 1729) | bot_moveresult_t BotFinishTravel_WalkOffLedge(bot_movestate_t *ms, aas_r... function bot_moveresult_t (line 1889) | bot_moveresult_t BotTravel_Jump(bot_movestate_t *ms, aas_reachability_t ... function bot_moveresult_t (line 1960) | bot_moveresult_t BotFinishTravel_Jump(bot_movestate_t *ms, aas_reachabil... function bot_moveresult_t (line 1995) | bot_moveresult_t BotTravel_Ladder(bot_movestate_t *ms, aas_reachability_... function bot_moveresult_t (line 2051) | bot_moveresult_t BotTravel_Teleport(bot_movestate_t *ms, aas_reachabilit... function bot_moveresult_t (line 2082) | bot_moveresult_t BotTravel_Elevator(bot_movestate_t *ms, aas_reachabilit... function bot_moveresult_t (line 2233) | bot_moveresult_t BotFinishTravel_Elevator(bot_movestate_t *ms, aas_reach... function BotFuncBobStartEnd (line 2263) | void BotFuncBobStartEnd(aas_reachability_t *reach, vec3_t start, vec3_t ... function bot_moveresult_t (line 2321) | bot_moveresult_t BotTravel_FuncBobbing(bot_movestate_t *ms, aas_reachabi... function bot_moveresult_t (line 2479) | bot_moveresult_t BotFinishTravel_FuncBobbing(bot_movestate_t *ms, aas_re... function GrappleState (line 2534) | int GrappleState(bot_movestate_t *ms, aas_reachability_t *reach) function BotResetGrapple (line 2564) | void BotResetGrapple(bot_movestate_t *ms) function bot_moveresult_t (line 2590) | bot_moveresult_t BotTravel_Grapple(bot_movestate_t *ms, aas_reachability... function bot_moveresult_t (line 2744) | bot_moveresult_t BotTravel_RocketJump(bot_movestate_t *ms, aas_reachabil... function bot_moveresult_t (line 2809) | bot_moveresult_t BotTravel_BFGJump(bot_movestate_t *ms, aas_reachability... function bot_moveresult_t (line 2870) | bot_moveresult_t BotFinishTravel_WeaponJump(bot_movestate_t *ms, aas_rea... function bot_moveresult_t (line 2910) | bot_moveresult_t BotTravel_JumpPad(bot_movestate_t *ms, aas_reachability... function bot_moveresult_t (line 2937) | bot_moveresult_t BotFinishTravel_JumpPad(bot_movestate_t *ms, aas_reacha... function BotReachabilityTime (line 2966) | int BotReachabilityTime(aas_reachability_t *reach) function bot_moveresult_t (line 2998) | bot_moveresult_t BotMoveInGoalArea(bot_movestate_t *ms, bot_goal_t *goal) function BotMoveToGoal (line 3055) | void BotMoveToGoal(bot_moveresult_t *result, int movestate, bot_goal_t *... function BotResetAvoidReach (line 3515) | void BotResetAvoidReach(int movestate) function BotResetLastAvoidReach (line 3531) | void BotResetLastAvoidReach(int movestate) function BotResetMoveState (line 3561) | void BotResetMoveState(int movestate) function BotSetupMoveAI (line 3575) | int BotSetupMoveAI(void) function BotShutdownMoveAI (line 3596) | void BotShutdownMoveAI(void) FILE: src/engine/botlib/be_ai_weap.c type weaponconfig_t (line 113) | typedef struct weaponconfig_s type bot_weaponstate_t (line 122) | typedef struct bot_weaponstate_s function BotValidWeaponNumber (line 137) | int BotValidWeaponNumber(int weaponnum) function bot_weaponstate_t (line 152) | bot_weaponstate_t *BotWeaponStateFromHandle(int handle) function DumpWeaponConfig (line 173) | void DumpWeaponConfig(weaponconfig_t *wc) function weaponconfig_t (line 198) | weaponconfig_t *LoadWeaponConfig(char *filename) function BotFreeWeaponWeights (line 349) | void BotFreeWeaponWeights(int weaponstate) function BotLoadWeaponWeights (line 364) | int BotLoadWeaponWeights(int weaponstate, char *filename) function BotGetWeaponInfo (line 388) | void BotGetWeaponInfo(int weaponstate, int weapon, weaponinfo_t *weaponi... function BotChooseBestFightWeapon (line 404) | int BotChooseBestFightWeapon(int weaponstate, int *inventory) function BotResetWeaponState (line 441) | void BotResetWeaponState(int weaponstate) function BotAllocWeaponState (line 462) | int BotAllocWeaponState(void) function BotFreeWeaponState (line 482) | void BotFreeWeaponState(int handle) function BotSetupWeaponAI (line 504) | int BotSetupWeaponAI(void) function BotShutdownWeaponAI (line 528) | void BotShutdownWeaponAI(void) FILE: src/engine/botlib/be_ai_weight.c function ReadValue (line 59) | int ReadValue(source_t *source, float *value) function ReadFuzzyWeight (line 83) | int ReadFuzzyWeight(source_t *source, fuzzyseperator_t *fs) function FreeFuzzySeperators_r (line 112) | void FreeFuzzySeperators_r(fuzzyseperator_t *fs) function FreeWeightConfig2 (line 125) | void FreeWeightConfig2(weightconfig_t *config) function FreeWeightConfig (line 142) | void FreeWeightConfig(weightconfig_t *config) function fuzzyseperator_t (line 153) | fuzzyseperator_t *ReadFuzzySeperators_r(source_t *source) function weightconfig_t (line 279) | weightconfig_t *ReadWeightConfig(char *filename) function qboolean (line 445) | qboolean WriteFuzzyWeight(FILE *fp, fuzzyseperator_t *fs) function qboolean (line 471) | qboolean WriteFuzzySeperators_r(FILE *fp, fuzzyseperator_t *fs, int indent) function qboolean (line 522) | qboolean WriteWeightConfig(char *filename, weightconfig_t *config) function FindFuzzyWeight (line 557) | int FindFuzzyWeight(weightconfig_t *wc, char *name) function FuzzyWeight_r (line 576) | float FuzzyWeight_r(int *inventory, fuzzyseperator_t *fs) function FuzzyWeightUndecided_r (line 610) | float FuzzyWeightUndecided_r(int *inventory, fuzzyseperator_t *fs) function FuzzyWeight (line 644) | float FuzzyWeight(int *inventory, weightconfig_t *wc, int weightnum) function FuzzyWeightUndecided (line 675) | float FuzzyWeightUndecided(int *inventory, weightconfig_t *wc, int weigh... function EvolveFuzzySeperator_r (line 706) | void EvolveFuzzySeperator_r(fuzzyseperator_t *fs) function EvolveWeightConfig (line 729) | void EvolveWeightConfig(weightconfig_t *config) function ScaleFuzzySeperator_r (line 744) | void ScaleFuzzySeperator_r(fuzzyseperator_t *fs, float scale) function ScaleWeight (line 766) | void ScaleWeight(weightconfig_t *config, char *name, float scale) function ScaleFuzzySeperatorBalanceRange_r (line 787) | void ScaleFuzzySeperatorBalanceRange_r(fuzzyseperator_t *fs, float scale) function ScaleFuzzyBalanceRange (line 812) | void ScaleFuzzyBalanceRange(weightconfig_t *config, float scale) function InterbreedFuzzySeperator_r (line 829) | int InterbreedFuzzySeperator_r(fuzzyseperator_t *fs1, fuzzyseperator_t *... function InterbreedWeightConfigs (line 876) | void InterbreedWeightConfigs(weightconfig_t *config1, weightconfig_t *co... function BotShutdownWeights (line 900) | void BotShutdownWeights(void) FILE: src/engine/botlib/be_ai_weight.h type fuzzyseperator_t (line 36) | typedef struct fuzzyseperator_s type weight_t (line 49) | typedef struct weight_s type weightconfig_t (line 56) | typedef struct weightconfig_s FILE: src/engine/botlib/be_ea.c function EA_Say (line 52) | void EA_Say(int client, char *str) function EA_SayTeam (line 62) | void EA_SayTeam(int client, char *str) function EA_Tell (line 72) | void EA_Tell(int client, int clientto, char *str) function EA_UseItem (line 82) | void EA_UseItem(int client, char *it) function EA_DropItem (line 92) | void EA_DropItem(int client, char *it) function EA_UseInv (line 102) | void EA_UseInv(int client, char *inv) function EA_DropInv (line 112) | void EA_DropInv(int client, char *inv) function EA_Gesture (line 122) | void EA_Gesture(int client) function EA_Command (line 136) | void EA_Command(int client, char *command) function EA_SelectWeapon (line 146) | void EA_SelectWeapon(int client, int weapon) function EA_Attack (line 160) | void EA_Attack(int client) function EA_Talk (line 174) | void EA_Talk(int client) function EA_Use (line 188) | void EA_Use(int client) function EA_Respawn (line 202) | void EA_Respawn(int client) function EA_Jump (line 216) | void EA_Jump(int client) function EA_DelayedJump (line 237) | void EA_DelayedJump(int client) function EA_Crouch (line 258) | void EA_Crouch(int client) function EA_Walk (line 272) | void EA_Walk(int client) function EA_Action (line 286) | void EA_Action(int client, int action) function EA_MoveUp (line 300) | void EA_MoveUp(int client) function EA_MoveDown (line 314) | void EA_MoveDown(int client) function EA_MoveForward (line 328) | void EA_MoveForward(int client) function EA_MoveBack (line 342) | void EA_MoveBack(int client) function EA_MoveLeft (line 356) | void EA_MoveLeft(int client) function EA_MoveRight (line 370) | void EA_MoveRight(int client) function EA_Move (line 384) | void EA_Move(int client, vec3_t dir, float speed) function EA_View (line 402) | void EA_View(int client, vec3_t viewangles) function EA_EndRegular (line 416) | void EA_EndRegular(int client, float thinktime) function EA_GetInput (line 443) | void EA_GetInput(int client, float thinktime, bot_input_t *input) function EA_ResetInput (line 470) | void EA_ResetInput(int client) function EA_Setup (line 491) | int EA_Setup(void) function EA_Shutdown (line 504) | void EA_Shutdown(void) FILE: src/engine/botlib/be_interface.c function Sys_MilliSeconds (line 77) | int Sys_MilliSeconds(void) function qboolean (line 87) | qboolean ValidClientNumber(int num, char *str) function qboolean (line 104) | qboolean ValidEntityNumber(int num, char *str) function qboolean (line 120) | qboolean BotLibSetup(char *str) function Export_BotLibSetup (line 136) | int Export_BotLibSetup(void) function Export_BotLibShutdown (line 175) | int Export_BotLibShutdown(void) function Export_BotLibVarSet (line 218) | int Export_BotLibVarSet(char *var_name, char *value) function Export_BotLibVarGet (line 229) | int Export_BotLibVarGet(char *var_name, char *value, int size) function Export_BotLibStartFrame (line 244) | int Export_BotLibStartFrame(float time) function Export_BotLibLoadMap (line 255) | int Export_BotLibLoadMap(const char *mapname) function Export_BotLibUpdateEntity (line 285) | int Export_BotLibUpdateEntity(int ent, bot_entitystate_t *state) type bot_avoidspot_s (line 304) | struct bot_avoidspot_s function BotExportTest (line 318) | int BotExportTest(int parm0, char *parm1, vec3_t parm2, vec3_t parm3) function Init_AAS_Export (line 655) | static void Init_AAS_Export( aas_export_t *aas ) { function Init_EA_Export (line 710) | static void Init_EA_Export( ea_export_t *ea ) { function Init_AI_Export (line 746) | static void Init_AI_Export( ai_export_t *ai ) { function botlib_export_t (line 848) | botlib_export_t *GetBotLibAPI(int apiVersion, botlib_import_t *import) { FILE: src/engine/botlib/be_interface.h type botlib_globals_t (line 36) | typedef struct botlib_globals_s FILE: src/engine/botlib/l_crc.c function CRC_Init (line 92) | void CRC_Init(unsigned short *crcvalue) function CRC_ProcessByte (line 102) | void CRC_ProcessByte(unsigned short *crcvalue, byte data) function CRC_Value (line 112) | unsigned short CRC_Value(unsigned short crcvalue) function CRC_ProcessString (line 122) | unsigned short CRC_ProcessString(unsigned char *data, int length) function CRC_ContinueProcessString (line 143) | void CRC_ContinueProcessString(unsigned short *crc, char *data, int length) FILE: src/engine/botlib/l_crc.h type crc_t (line 23) | typedef unsigned short crc_t; FILE: src/engine/botlib/l_libvar.c function LibVarStringValue (line 45) | float LibVarStringValue(char *string) function libvar_t (line 83) | libvar_t *LibVarAlloc(char *var_name) function LibVarDeAlloc (line 102) | void LibVarDeAlloc(libvar_t *v) function LibVarDeAllocAll (line 113) | void LibVarDeAllocAll(void) function libvar_t (line 130) | libvar_t *LibVarGet(char *var_name) function LibVarGetValue (line 169) | float LibVarGetValue(char *var_name) function libvar_t (line 189) | libvar_t *LibVar(char *var_name, char *value) function LibVarValue (line 225) | float LibVarValue(char *var_name, char *value) function LibVarSet (line 238) | void LibVarSet(char *var_name, char *value) function qboolean (line 265) | qboolean LibVarChanged(char *var_name) function LibVarSetNotModified (line 285) | void LibVarSetNotModified(char *var_name) FILE: src/engine/botlib/l_libvar.h type libvar_t (line 33) | typedef struct libvar_s FILE: src/engine/botlib/l_log.c type logfile_t (line 43) | typedef struct logfile_s function Log_Open (line 58) | void Log_Open(char *filename) function Log_Close (line 86) | void Log_Close(void) function Log_Shutdown (line 103) | void Log_Shutdown(void) function Log_Write (line 113) | void QDECL Log_Write(char *fmt, ...) function Log_WriteTimeStamped (line 130) | void QDECL Log_WriteTimeStamped(char *fmt, ...) function FILE (line 155) | FILE *Log_FilePointer(void) function Log_Flush (line 165) | void Log_Flush(void) FILE: src/engine/botlib/l_memory.c type memoryblock_t (line 49) | typedef struct memoryblock_s function LinkMemoryBlock (line 70) | void LinkMemoryBlock(memoryblock_t *block) function UnlinkMemoryBlock (line 83) | void UnlinkMemoryBlock(memoryblock_t *block) function memoryblock_t (line 199) | memoryblock_t *BlockFromPointer(void *ptr, char *str) function FreeMemory (line 231) | void FreeMemory(void *ptr) function AvailableMemory (line 253) | int AvailableMemory(void) function MemoryByteSize (line 263) | int MemoryByteSize(void *ptr) function PrintUsedMemorySize (line 277) | void PrintUsedMemorySize(void) function PrintMemoryLabels (line 289) | void PrintMemoryLabels(void) function DumpMemory (line 319) | void DumpMemory(void) function FreeMemory (line 423) | void FreeMemory(void *ptr) function AvailableMemory (line 440) | int AvailableMemory(void) function PrintUsedMemorySize (line 450) | void PrintUsedMemorySize(void) function PrintMemoryLabels (line 459) | void PrintMemoryLabels(void) FILE: src/engine/botlib/l_precomp.c type qboolean (line 52) | typedef enum {qfalse, qtrue} qboolean; type directive_t (line 102) | typedef struct directive_s function SourceError (line 128) | void QDECL SourceError(source_t *source, char *str, ...) function SourceWarning (line 152) | void QDECL SourceWarning(source_t *source, char *str, ...) function PC_PushIndent (line 176) | void PC_PushIndent(source_t *source, int type, int skip) function PC_PopIndent (line 194) | void PC_PopIndent(source_t *source, int *type, int *skip) function PC_PushScript (line 219) | void PC_PushScript(source_t *source, script_t *script) function PC_InitTokenHeap (line 241) | void PC_InitTokenHeap(void) function token_t (line 262) | token_t *PC_CopyToken(token_t *token) function PC_FreeToken (line 290) | void PC_FreeToken(token_t *token) function PC_ReadSourceToken (line 304) | int PC_ReadSourceToken(source_t *source, token_t *token) function PC_UnreadSourceToken (line 347) | int PC_UnreadSourceToken(source_t *source, token_t *token) function PC_ReadDefineParms (line 362) | int PC_ReadDefineParms(source_t *source, define_t *define, token_t **par... function PC_StringizeTokens (line 461) | int PC_StringizeTokens(token_t *tokens, token_t *token) function PC_MergeTokens (line 483) | int PC_MergeTokens(token_t *t1, token_t *t2) function PC_PrintDefineHashTable (line 527) | void PC_PrintDefineHashTable(define_t **definehash) function PC_NameHash (line 550) | int PC_NameHash(char *name) function PC_AddDefineToHash (line 570) | void PC_AddDefineToHash(define_t *define, define_t **definehash) function define_t (line 584) | define_t *PC_FindHashedDefine(define_t **definehash, char *name) function define_t (line 603) | define_t *PC_FindDefine(define_t *defines, char *name) function PC_FindDefineParm (line 620) | int PC_FindDefineParm(define_t *define, char *name) function PC_FreeDefine (line 639) | void PC_FreeDefine(define_t *define) function PC_AddBuiltinDefines (line 664) | void PC_AddBuiltinDefines(source_t *source) function PC_ExpandBuiltinDefine (line 707) | int PC_ExpandBuiltinDefine(source_t *source, token_t *deftoken, define_t... function PC_ExpandDefine (line 784) | int PC_ExpandDefine(source_t *source, token_t *deftoken, define_t *define, function PC_ExpandDefineIntoSource (line 922) | int PC_ExpandDefineIntoSource(source_t *source, token_t *deftoken, defin... function PC_ConvertPath (line 942) | void PC_ConvertPath(char *path) function PC_Directive_include (line 972) | int PC_Directive_include(source_t *source) function PC_ReadLine (line 1064) | int PC_ReadLine(source_t *source, token_t *token) function PC_WhiteSpaceBeforeToken (line 1088) | int PC_WhiteSpaceBeforeToken(token_t *token) function PC_ClearTokenWhiteSpace (line 1098) | void PC_ClearTokenWhiteSpace(token_t *token) function PC_Directive_undef (line 1110) | int PC_Directive_undef(source_t *source) function PC_Directive_define (line 1178) | int PC_Directive_define(source_t *source) function define_t (line 1321) | define_t *PC_DefineFromString(char *string) function PC_AddDefine (line 1379) | int PC_AddDefine(source_t *source, char *string) function PC_AddGlobalDefine (line 1400) | int PC_AddGlobalDefine(char *string) function PC_RemoveGlobalDefine (line 1417) | int PC_RemoveGlobalDefine(char *name) function PC_RemoveAllGlobalDefines (line 1436) | void PC_RemoveAllGlobalDefines(void) function define_t (line 1452) | define_t *PC_CopyDefine(source_t *source, define_t *define) function PC_AddGlobalDefinesToSource (line 1495) | void PC_AddGlobalDefinesToSource(source_t *source) function PC_Directive_if_def (line 1516) | int PC_Directive_if_def(source_t *source, int type) function PC_Directive_ifdef (line 1548) | int PC_Directive_ifdef(source_t *source) function PC_Directive_ifndef (line 1558) | int PC_Directive_ifndef(source_t *source) function PC_Directive_else (line 1568) | int PC_Directive_else(source_t *source) function PC_Directive_endif (line 1592) | int PC_Directive_endif(source_t *source) type operator_t (line 1610) | typedef struct operator_s type value_t (line 1618) | typedef struct value_s function PC_OperatorPriority (line 1626) | int PC_OperatorPriority(int op) function PC_EvaluateTokens (line 1688) | int PC_EvaluateTokens(source_t *source, token_t *tokens, signed long int... FILE: src/engine/botlib/l_precomp.h type define_t (line 71) | typedef struct define_s type indent_t (line 86) | typedef struct indent_s type source_t (line 95) | typedef struct source_s type pc_token_t (line 164) | typedef struct pc_token_s FILE: src/engine/botlib/l_script.c type qboolean (line 46) | typedef enum {qfalse, qtrue} qboolean; function PS_CreatePunctuationTable (line 175) | void PS_CreatePunctuationTable(script_t *script, punctuation_t *punctuat... function ScriptError (line 231) | void QDECL ScriptError(script_t *script, char *str, ...) function ScriptWarning (line 257) | void QDECL ScriptWarning(script_t *script, char *str, ...) function SetScriptPunctuations (line 283) | void SetScriptPunctuations(script_t *script, punctuation_t *p) function PS_ReadWhiteSpace (line 300) | int PS_ReadWhiteSpace(script_t *script) function PS_ReadEscapeCharacter (line 359) | int PS_ReadEscapeCharacter(script_t *script, char *ch) function PS_ReadString (line 437) | int PS_ReadString(script_t *script, token_t *token, int quote) function PS_ReadName (line 526) | int PS_ReadName(script_t *script, token_t *token) function NumberValue (line 556) | void NumberValue(char *string, int subtype, unsigned long int *intvalue, function PS_ReadNumber (line 628) | int PS_ReadNumber(script_t *script, token_t *token) function PS_ReadLiteral (line 736) | int PS_ReadLiteral(script_t *script, token_t *token) function PS_ReadPrimitive (line 824) | int PS_ReadPrimitive(script_t *script, token_t *token) function PS_ReadToken (line 850) | int PS_ReadToken(script_t *script, token_t *token) function PS_ExpectTokenString (line 924) | int PS_ExpectTokenString(script_t *script, char *string) function PS_ExpectTokenType (line 947) | int PS_ExpectTokenType(script_t *script, int type, int subtype, token_t ... function PS_ExpectAnyToken (line 1005) | int PS_ExpectAnyToken(script_t *script, token_t *token) function PS_CheckTokenString (line 1023) | int PS_CheckTokenString(script_t *script, char *string) function PS_CheckTokenType (line 1040) | int PS_CheckTokenType(script_t *script, int type, int subtype, token_t *... function PS_SkipUntilString (line 1062) | int PS_SkipUntilString(script_t *script, char *string) function PS_UnreadLastToken (line 1078) | void PS_UnreadLastToken(script_t *script) function PS_UnreadToken (line 1088) | void PS_UnreadToken(script_t *script, token_t *token) function PS_NextWhiteSpaceChar (line 1100) | char PS_NextWhiteSpaceChar(script_t *script) function StripDoubleQuotes (line 1117) | void StripDoubleQuotes(char *string) function StripSingleQuotes (line 1134) | void StripSingleQuotes(char *string) function ReadSignedFloat (line 1151) | long double ReadSignedFloat(script_t *script) function ReadSignedInt (line 1174) | signed long int ReadSignedInt(script_t *script) function SetScriptFlags (line 1197) | void SetScriptFlags(script_t *script, int flags) function GetScriptFlags (line 1207) | int GetScriptFlags(script_t *script) function ResetScript (line 1217) | void ResetScript(script_t *script) function EndOfScript (line 1242) | int EndOfScript(script_t *script) function NumLinesCrossed (line 1252) | int NumLinesCrossed(script_t *script) function ScriptSkipTo (line 1262) | int ScriptSkipTo(script_t *script, char *value) function FileLength (line 1289) | int FileLength(FILE *fp) function script_t (line 1308) | script_t *LoadScriptFile(const char *filename) function script_t (line 1377) | script_t *LoadScriptMemory(char *ptr, int length, char *name) function FreeScript (line 1413) | void FreeScript(script_t *script) function PS_SetBaseFolder (line 1426) | void PS_SetBaseFolder(char *path) FILE: src/engine/botlib/l_script.h type punctuation_t (line 149) | typedef struct punctuation_s type token_t (line 157) | typedef struct token_s type script_t (line 174) | typedef struct script_s FILE: src/engine/botlib/l_struct.c function fielddef_t (line 60) | fielddef_t *FindField(fielddef_t *defs, char *name) function qboolean (line 76) | qboolean ReadNumber(source_t *source, fielddef_t *fd, void *p) function qboolean (line 191) | qboolean ReadChar(source_t *source, fielddef_t *fd, void *p) function ReadString (line 216) | int ReadString(source_t *source, fielddef_t *fd, void *p) function ReadStructure (line 236) | int ReadStructure(source_t *source, structdef_t *def, char *structure) function WriteIndent (line 330) | int WriteIndent(FILE *fp, int indent) function WriteFloat (line 344) | int WriteFloat(FILE *fp, float value) function WriteStructWithIndent (line 372) | int WriteStructWithIndent(FILE *fp, structdef_t *def, char *structure, i... function WriteStructure (line 458) | int WriteStructure(FILE *fp, structdef_t *def, char *structure) FILE: src/engine/botlib/l_struct.h type fielddef_t (line 48) | typedef struct fielddef_s type structdef_t (line 60) | typedef struct structdef_s FILE: src/engine/client/cl_cgame.c function CL_GetGameState (line 39) | void CL_GetGameState( gameState_t *gs ) { function CL_GetGlconfig (line 48) | void CL_GetGlconfig( glconfig_t *glconfig ) { function qboolean (line 58) | qboolean CL_GetUserCmd( int cmdNumber, usercmd_t *ucmd ) { function CL_GetCurrentCmdNumber (line 77) | int CL_GetCurrentCmdNumber( void ) { function qboolean (line 87) | qboolean CL_GetParseEntityState( int parseEntityNumber, entityState_t *s... function CL_GetCurrentSnapshotNumber (line 108) | void CL_GetCurrentSnapshotNumber( int *snapshotNumber, int *serverTime ) { function qboolean (line 118) | qboolean CL_GetSnapshot( int snapshotNumber, snapshot_t *snapshot ) { function CL_SetUserCmdValue (line 171) | void CL_SetUserCmdValue( int userCmdValue, float sensitivityScale ) { function CL_AddCgameCommand (line 181) | void CL_AddCgameCommand( const char *cmdName ) { function CL_CgameError (line 190) | void CL_CgameError( const char *string ) { function CL_ConfigstringModified (line 200) | void CL_ConfigstringModified( void ) { function qboolean (line 264) | qboolean CL_GetServerCommand( int serverCommandNumber ) { function CL_CM_LoadMap (line 377) | void CL_CM_LoadMap( const char *mapname ) { function CL_ShutdownCGame (line 389) | void CL_ShutdownCGame( void ) { function FloatAsInt (line 400) | static int FloatAsInt( float f ) { function CL_CgameSystemCalls (line 418) | intptr_t CL_CgameSystemCalls( intptr_t *args ) { function CL_InitCGame (line 717) | void CL_InitCGame( void ) { function qboolean (line 781) | qboolean CL_GameCommand( void ) { function CL_CGameRendering (line 796) | void CL_CGameRendering( stereoFrame_t stereo ) { function CL_AdjustTimeDelta (line 824) | void CL_AdjustTimeDelta( void ) { function CL_FirstSnapshot (line 887) | void CL_FirstSnapshot( void ) { function CL_SetCGameTime (line 917) | void CL_SetCGameTime( void ) { FILE: src/engine/client/cl_cin.c type cinematics_t (line 80) | typedef struct { type cin_cache (line 93) | typedef struct { function CIN_CloseAllVideos (line 142) | void CIN_CloseAllVideos(void) { function CIN_HandleForVideo (line 153) | static int CIN_HandleForVideo(void) { function RllSetupTable (line 177) | static void RllSetupTable() function RllDecodeMonoToMono (line 202) | long RllDecodeMonoToMono(unsigned char *from,short *to,unsigned int size... function RllDecodeMonoToStereo (line 233) | long RllDecodeMonoToStereo(unsigned char *from,short *to,unsigned int si... function RllDecodeStereoToStereo (line 265) | long RllDecodeStereoToStereo(unsigned char *from,short *to,unsigned int ... function RllDecodeStereoToMono (line 303) | long RllDecodeStereoToMono(unsigned char *from,short *to,unsigned int si... function move8_32 (line 333) | static void move8_32( byte *src, byte *dst, int spl ) function move4_32 (line 367) | static void move4_32( byte *src, byte *dst, int spl ) function blit8_32 (line 393) | static void blit8_32( byte *src, byte *dst, int spl ) function blit4_32 (line 427) | static void blit4_32( byte *src, byte *dst, int spl ) function blit2_32 (line 453) | static void blit2_32( byte *src, byte *dst, int spl ) function blitVQQuad32fs (line 474) | static void blitVQQuad32fs( byte **status, unsigned char *data ) function ROQ_GenYUVTables (line 560) | static void ROQ_GenYUVTables( void ) function yuv_to_rgb (line 624) | static unsigned short yuv_to_rgb( long y, long u, long v ) function yuv_to_rgb24 (line 647) | static inline unsigned int yuv_to_rgb24( long y, long u, long v ) function yuv_to_rgb24 (line 664) | static unsigned int yuv_to_rgb24( long y, long u, long v ) function decodeCodeBook (line 687) | static void decodeCodeBook( byte *input, unsigned short roq_flags ) function recurseQuad (line 946) | static void recurseQuad( long startX, long startY, long quadSize, long x... function setupQuad (line 987) | static void setupQuad( long xOff, long yOff ) function readQuadInfo (line 1031) | static void readQuadInfo( byte *qData ) function RoQPrepMcomp (line 1067) | static void RoQPrepMcomp( long xoff, long yoff ) function initRoQ (line 1091) | static void initRoQ() function RoQReset (line 1125) | static void RoQReset() { function RoQInterrupt (line 1147) | static void RoQInterrupt(void) function RoQ_init (line 1283) | static void RoQ_init( void ) function RoQShutdown (line 1315) | static void RoQShutdown( void ) { function e_status (line 1356) | e_status CIN_StopCinematic(int handle) { function e_status (line 1387) | e_status CIN_RunCinematic (int handle) function CIN_PlayCinematic (line 1463) | int CIN_PlayCinematic( const char *arg, int x, int y, int w, int h, int ... function CIN_SetExtents (line 1551) | void CIN_SetExtents (int handle, int x, int y, int w, int h) { function CIN_SetLooping (line 1560) | void CIN_SetLooping(int handle, qboolean loop) { function CIN_DrawCinematic (line 1571) | void CIN_DrawCinematic (int handle) { function CL_PlayCinematic_f (line 1647) | void CL_PlayCinematic_f(void) { function SCR_DrawCinematic (line 1679) | void SCR_DrawCinematic (void) { function SCR_RunCinematic (line 1685) | void SCR_RunCinematic (void) function SCR_StopCinematic (line 1692) | void SCR_StopCinematic(void) { function CIN_UploadCinematic (line 1700) | void CIN_UploadCinematic(int handle) { FILE: src/engine/client/cl_console.c type console_t (line 33) | typedef struct { function Con_ToggleConsole_f (line 73) | void Con_ToggleConsole_f (void) { function Con_MessageMode_f (line 92) | void Con_MessageMode_f (void) { function Con_MessageMode2_f (line 106) | void Con_MessageMode2_f (void) { function Con_MessageMode3_f (line 119) | void Con_MessageMode3_f (void) { function Con_MessageMode4_f (line 136) | void Con_MessageMode4_f (void) { function Con_Clear_f (line 153) | void Con_Clear_f (void) { function Con_Dump_f (line 171) | void Con_Dump_f (void) function Con_ClearNotify (line 231) | void Con_ClearNotify( void ) { function Con_CheckResize (line 248) | void Con_CheckResize (void) function Con_Init (line 312) | void Con_Init (void) { function Con_Linefeed (line 340) | void Con_Linefeed (qboolean skipnotify) function CL_ConsolePrint (line 370) | void CL_ConsolePrint( char *txt ) { function Con_DrawInput (line 477) | void Con_DrawInput (void) { function Con_DrawNotify (line 502) | void Con_DrawNotify (void) function Con_DrawSolidConsole (line 580) | void Con_DrawSolidConsole( float frac ) { function Con_DrawConsole (line 695) | void Con_DrawConsole( void ) { function Con_RunConsole (line 726) | void Con_RunConsole (void) { function Con_PageUp (line 751) | void Con_PageUp( void ) { function Con_PageDown (line 758) | void Con_PageDown( void ) { function Con_Top (line 765) | void Con_Top( void ) { function Con_Bottom (line 772) | void Con_Bottom( void ) { function Con_Close (line 777) | void Con_Close( void ) { FILE: src/engine/client/cl_input.c function IN_MLookDown (line 61) | void IN_MLookDown( void ) { function IN_MLookUp (line 65) | void IN_MLookUp( void ) { function IN_KeyDown (line 72) | void IN_KeyDown( kbutton_t *b ) { function IN_KeyUp (line 108) | void IN_KeyUp( kbutton_t *b ) { function CL_KeyState (line 157) | float CL_KeyState( kbutton_t *key ) { function IN_UpDown (line 193) | void IN_UpDown(void) {IN_KeyDown(&in_up);} function IN_UpUp (line 194) | void IN_UpUp(void) {IN_KeyUp(&in_up);} function IN_DownDown (line 195) | void IN_DownDown(void) {IN_KeyDown(&in_down);} function IN_DownUp (line 196) | void IN_DownUp(void) {IN_KeyUp(&in_down);} function IN_LeftDown (line 197) | void IN_LeftDown(void) {IN_KeyDown(&in_left);} function IN_LeftUp (line 198) | void IN_LeftUp(void) {IN_KeyUp(&in_left);} function IN_RightDown (line 199) | void IN_RightDown(void) {IN_KeyDown(&in_right);} function IN_RightUp (line 200) | void IN_RightUp(void) {IN_KeyUp(&in_right);} function IN_ForwardDown (line 201) | void IN_ForwardDown(void) {IN_KeyDown(&in_forward);} function IN_ForwardUp (line 202) | void IN_ForwardUp(void) {IN_KeyUp(&in_forward);} function IN_BackDown (line 203) | void IN_BackDown(void) {IN_KeyDown(&in_back);} function IN_BackUp (line 204) | void IN_BackUp(void) {IN_KeyUp(&in_back);} function IN_LookupDown (line 205) | void IN_LookupDown(void) {IN_KeyDown(&in_lookup);} function IN_LookupUp (line 206) | void IN_LookupUp(void) {IN_KeyUp(&in_lookup);} function IN_LookdownDown (line 207) | void IN_LookdownDown(void) {IN_KeyDown(&in_lookdown);} function IN_LookdownUp (line 208) | void IN_LookdownUp(void) {IN_KeyUp(&in_lookdown);} function IN_MoveleftDown (line 209) | void IN_MoveleftDown(void) {IN_KeyDown(&in_moveleft);} function IN_MoveleftUp (line 210) | void IN_MoveleftUp(void) {IN_KeyUp(&in_moveleft);} function IN_MoverightDown (line 211) | void IN_MoverightDown(void) {IN_KeyDown(&in_moveright);} function IN_MoverightUp (line 212) | void IN_MoverightUp(void) {IN_KeyUp(&in_moveright);} function IN_SpeedDown (line 214) | void IN_SpeedDown(void) {IN_KeyDown(&in_speed);} function IN_SpeedUp (line 215) | void IN_SpeedUp(void) {IN_KeyUp(&in_speed);} function IN_StrafeDown (line 216) | void IN_StrafeDown(void) {IN_KeyDown(&in_strafe);} function IN_StrafeUp (line 217) | void IN_StrafeUp(void) {IN_KeyUp(&in_strafe);} function IN_Button0Down (line 219) | void IN_Button0Down(void) {IN_KeyDown(&in_buttons[0]);} function IN_Button0Up (line 220) | void IN_Button0Up(void) {IN_KeyUp(&in_buttons[0]);} function IN_Button1Down (line 221) | void IN_Button1Down(void) {IN_KeyDown(&in_buttons[1]);} function IN_Button1Up (line 222) | void IN_Button1Up(void) {IN_KeyUp(&in_buttons[1]);} function IN_Button2Down (line 223) | void IN_Button2Down(void) {IN_KeyDown(&in_buttons[2]);} function IN_Button2Up (line 224) | void IN_Button2Up(void) {IN_KeyUp(&in_buttons[2]);} function IN_Button3Down (line 225) | void IN_Button3Down(void) {IN_KeyDown(&in_buttons[3]);} function IN_Button3Up (line 226) | void IN_Button3Up(void) {IN_KeyUp(&in_buttons[3]);} function IN_Button4Down (line 227) | void IN_Button4Down(void) {IN_KeyDown(&in_buttons[4]);} function IN_Button4Up (line 228) | void IN_Button4Up(void) {IN_KeyUp(&in_buttons[4]);} function IN_Button5Down (line 229) | void IN_Button5Down(void) {IN_KeyDown(&in_buttons[5]);} function IN_Button5Up (line 230) | void IN_Button5Up(void) {IN_KeyUp(&in_buttons[5]);} function IN_Button6Down (line 231) | void IN_Button6Down(void) {IN_KeyDown(&in_buttons[6]);} function IN_Button6Up (line 232) | void IN_Button6Up(void) {IN_KeyUp(&in_buttons[6]);} function IN_Button7Down (line 233) | void IN_Button7Down(void) {IN_KeyDown(&in_buttons[7]);} function IN_Button7Up (line 234) | void IN_Button7Up(void) {IN_KeyUp(&in_buttons[7]);} function IN_Button8Down (line 235) | void IN_Button8Down(void) {IN_KeyDown(&in_buttons[8]);} function IN_Button8Up (line 236) | void IN_Button8Up(void) {IN_KeyUp(&in_buttons[8]);} function IN_Button9Down (line 237) | void IN_Button9Down(void) {IN_KeyDown(&in_buttons[9]);} function IN_Button9Up (line 238) | void IN_Button9Up(void) {IN_KeyUp(&in_buttons[9]);} function IN_Button10Down (line 239) | void IN_Button10Down(void) {IN_KeyDown(&in_buttons[10]);} function IN_Button10Up (line 240) | void IN_Button10Up(void) {IN_KeyUp(&in_buttons[10]);} function IN_Button11Down (line 241) | void IN_Button11Down(void) {IN_KeyDown(&in_buttons[11]);} function IN_Button11Up (line 242) | void IN_Button11Up(void) {IN_KeyUp(&in_buttons[11]);} function IN_Button12Down (line 243) | void IN_Button12Down(void) {IN_KeyDown(&in_buttons[12]);} function IN_Button12Up (line 244) | void IN_Button12Up(void) {IN_KeyUp(&in_buttons[12]);} function IN_Button13Down (line 245) | void IN_Button13Down(void) {IN_KeyDown(&in_buttons[13]);} function IN_Button13Up (line 246) | void IN_Button13Up(void) {IN_KeyUp(&in_buttons[13]);} function IN_Button14Down (line 247) | void IN_Button14Down(void) {IN_KeyDown(&in_buttons[14]);} function IN_Button14Up (line 248) | void IN_Button14Up(void) {IN_KeyUp(&in_buttons[14]);} function IN_Button15Down (line 249) | void IN_Button15Down(void) {IN_KeyDown(&in_buttons[15]);} function IN_Button15Up (line 250) | void IN_Button15Up(void) {IN_KeyUp(&in_buttons[15]);} function IN_ButtonDown (line 252) | void IN_ButtonDown (void) { function IN_ButtonUp (line 254) | void IN_ButtonUp (void) { function IN_CenterView (line 257) | void IN_CenterView (void) { function CL_AdjustAngles (line 283) | void CL_AdjustAngles( void ) { function CL_KeyMove (line 308) | void CL_KeyMove( usercmd_t *cmd ) { function CL_MouseEvent (line 353) | void CL_MouseEvent( int dx, int dy, int time ) { function CL_JoystickEvent (line 371) | void CL_JoystickEvent( int axis, int value, int time ) { function CL_JoystickMove (line 383) | void CL_JoystickMove( usercmd_t *cmd ) { function CL_MouseMove (line 420) | void CL_MouseMove( usercmd_t *cmd ) { function CL_CmdButtons (line 474) | void CL_CmdButtons( usercmd_t *cmd ) { function CL_FinishMove (line 506) | void CL_FinishMove( usercmd_t *cmd ) { function usercmd_t (line 527) | usercmd_t CL_CreateCmd( void ) { function CL_CreateNewCommands (line 580) | void CL_CreateNewCommands( void ) { function qboolean (line 617) | qboolean CL_ReadyToSendPacket( void ) { function CL_WritePacket (line 688) | void CL_WritePacket( void ) { function CL_SendCmd (line 807) | void CL_SendCmd( void ) { function CL_InitInput (line 837) | void CL_InitInput( void ) { FILE: src/engine/client/cl_keys.c type keyname_t (line 49) | typedef struct { function Field_VariableSizeDraw (line 199) | void Field_VariableSizeDraw( field_t *edit, int x, int y, int width, int... function Field_Draw (line 281) | void Field_Draw( field_t *edit, int x, int y, int width, qboolean showCu... function Field_BigDraw (line 286) | void Field_BigDraw( field_t *edit, int x, int y, int width, qboolean sho... function Field_Paste (line 296) | void Field_Paste( field_t *edit ) { function Field_KeyDownEvent (line 325) | void Field_KeyDownEvent( field_t *edit, int key ) { function Field_CharEvent (line 390) | void Field_CharEvent( field_t *edit, int ch ) { function Console_Key (line 477) | void Console_Key (int key) { function Message_Key (line 611) | void Message_Key( int key ) { function qboolean (line 650) | qboolean Key_GetOverstrikeMode( void ) { function Key_SetOverstrikeMode (line 655) | void Key_SetOverstrikeMode( qboolean state ) { function qboolean (line 665) | qboolean Key_IsDown( int keynum ) { function Key_StringToKeynum (line 687) | int Key_StringToKeynum( char *str ) { function Key_SetBinding (line 785) | void Key_SetBinding( int keynum, const char *binding ) { function Key_GetKey (line 823) | int Key_GetKey(const char *binding) { function Key_Unbind_f (line 841) | void Key_Unbind_f (void) function Key_Unbindall_f (line 866) | void Key_Unbindall_f (void) function Key_Bind_f (line 881) | void Key_Bind_f (void) function Key_WriteBindings (line 928) | void Key_WriteBindings( fileHandle_t f ) { function Key_Bindlist_f (line 949) | void Key_Bindlist_f( void ) { function CL_InitKeyCommands (line 964) | void CL_InitKeyCommands( void ) { function CL_AddKeyUpCommands (line 977) | void CL_AddKeyUpCommands( int key, char *kb ) { function CL_KeyEvent (line 1023) | void CL_KeyEvent (int key, qboolean down, unsigned time) { function CL_CharEvent (line 1206) | void CL_CharEvent( int key ) { function Key_ClearStates (line 1237) | void Key_ClearStates (void) FILE: src/engine/client/cl_main.c type serverStatus_t (line 82) | typedef struct serverStatus_s function CL_CDDialog (line 112) | void CL_CDDialog( void ) { function CL_AddReliableCommand (line 133) | void CL_AddReliableCommand( const char *cmd ) { function CL_ChangeReliableCommand (line 151) | void CL_ChangeReliableCommand( void ) { function CL_WriteDemoMessage (line 179) | void CL_WriteDemoMessage ( msg_t *msg, int headerBytes ) { function CL_StopRecord_f (line 202) | void CL_StopRecord_f( void ) { function CL_DemoFilename (line 226) | void CL_DemoFilename( int number, char *fileName ) { function CL_Record_f (line 256) | void CL_Record_f( void ) { function CL_DemoCompleted (line 396) | void CL_DemoCompleted( void ) { function CL_ReadDemoMessage (line 416) | void CL_ReadDemoMessage( void ) { function CL_WalkDemoExt (line 469) | static void CL_WalkDemoExt(char *arg, char *name, int *demofile) function CL_PlayDemo_f (line 496) | void CL_PlayDemo_f( void ) { function CL_StartDemoLoop (line 570) | void CL_StartDemoLoop( void ) { function CL_NextDemo (line 584) | void CL_NextDemo( void ) { function CL_ShutdownAll (line 608) | void CL_ShutdownAll(void) { function CL_FlushMemory (line 637) | void CL_FlushMemory( void ) { function CL_MapLoading (line 666) | void CL_MapLoading( void ) { function CL_ClearState (line 705) | void CL_ClearState (void) { function CL_Disconnect (line 723) | void CL_Disconnect( qboolean showMainMenu ) { function CL_ForwardCommandToServer (line 787) | void CL_ForwardCommandToServer( const char *string ) { function CL_RequestMotd (line 815) | void CL_RequestMotd( void ) { function CL_RequestAuthorization (line 885) | void CL_RequestAuthorization( void ) { function CL_ForwardToServer_f (line 946) | void CL_ForwardToServer_f( void ) { function CL_Setenv_f (line 965) | void CL_Setenv_f( void ) { function CL_Disconnect_f (line 998) | void CL_Disconnect_f( void ) { function CL_Reconnect_f (line 1013) | void CL_Reconnect_f( void ) { function CL_Connect_f (line 1028) | void CL_Connect_f( void ) { function CL_Rcon_f (line 1102) | void CL_Rcon_f( void ) { function CL_SendPureChecksums (line 1150) | void CL_SendPureChecksums( void ) { function CL_ResetPureClientAtServer (line 1174) | void CL_ResetPureClientAtServer( void ) { function CL_Vid_Restart_f (line 1188) | void CL_Vid_Restart_f( void ) { function CL_Snd_Restart_f (line 1247) | void CL_Snd_Restart_f( void ) { function CL_OpenedPK3List_f (line 1260) | void CL_OpenedPK3List_f( void ) { function CL_ReferencedPK3List_f (line 1269) | void CL_ReferencedPK3List_f( void ) { function CL_Configstrings_f (line 1278) | void CL_Configstrings_f( void ) { function CL_Clientinfo_f (line 1301) | void CL_Clientinfo_f( void ) { function CL_DownloadsComplete (line 1320) | void CL_DownloadsComplete( void ) { function CL_BeginDownload (line 1377) | void CL_BeginDownload( const char *localName, const char *remoteName ) { function CL_NextDownload (line 1406) | void CL_NextDownload(void) { function CL_InitDownloads (line 1454) | void CL_InitDownloads(void) { function CL_CheckForResend (line 1493) | void CL_CheckForResend( void ) { function CL_DisconnectPacket (line 1567) | void CL_DisconnectPacket( netadr_t from ) { function CL_MotdPacket (line 1596) | void CL_MotdPacket( netadr_t from ) { function CL_InitServerInfo (line 1624) | void CL_InitServerInfo( serverInfo_t *server, serverAddress_t *address ) { function CL_ServersResponsePacket (line 1650) | void CL_ServersResponsePacket( netadr_t from, msg_t *msg ) { function CL_ConnectionlessPacket (line 1771) | void CL_ConnectionlessPacket( netadr_t from, msg_t *msg ) { function CL_PacketEvent (line 1889) | void CL_PacketEvent( netadr_t from, msg_t *msg ) { function CL_CheckTimeout (line 1948) | void CL_CheckTimeout( void ) { function CL_CheckUserinfo (line 1974) | void CL_CheckUserinfo( void ) { function CL_Frame (line 1997) | void CL_Frame ( int msec ) { function CL_RefPrintf (line 2079) | void QDECL CL_RefPrintf( int print_level, const char *fmt, ...) { function CL_ShutdownRef (line 2103) | void CL_ShutdownRef( void ) { function CL_InitRenderer (line 2116) | void CL_InitRenderer( void ) { function CL_StartHunkUsers (line 2136) | void CL_StartHunkUsers( void ) { function CL_ScaledMilliseconds (line 2175) | int CL_ScaledMilliseconds(void) { function CL_InitRef (line 2184) | void CL_InitRef( void ) { function CL_SetModel_f (line 2246) | void CL_SetModel_f( void ) { function CL_Init (line 2265) | void CL_Init( void ) { function CL_Shutdown (line 2413) | void CL_Shutdown( void ) { function CL_SetServerInfo (line 2461) | static void CL_SetServerInfo(serverInfo_t *server, const char *info, int... function CL_SetServerInfoByAddress (line 2479) | static void CL_SetServerInfoByAddress(netadr_t from, const char *info, i... function CL_ServerInfoPacket (line 2513) | void CL_ServerInfoPacket( netadr_t from, msg_t *msg ) { function serverStatus_t (line 2620) | serverStatus_t *CL_GetServerStatus( netadr_t from ) { function CL_ServerStatus (line 2655) | int CL_ServerStatus( char *serverAddress, char *serverStatusString, int ... function CL_ServerStatusResponse (line 2718) | void CL_ServerStatusResponse( netadr_t from, msg_t *msg ) { function CL_LocalServers_f (line 2811) | void CL_LocalServers_f( void ) { function CL_GlobalServers_f (line 2856) | void CL_GlobalServers_f( void ) { function CL_GetPing (line 2910) | void CL_GetPing( int n, char *buf, int buflen, int *pingtime ) function CL_UpdateServerInfo (line 2953) | void CL_UpdateServerInfo( int n ) function CL_GetPingInfo (line 2968) | void CL_GetPingInfo( int n, char *buf, int buflen ) function CL_ClearPing (line 2986) | void CL_ClearPing( int n ) function CL_GetPingQueueCount (line 2999) | int CL_GetPingQueueCount( void ) function ping_t (line 3022) | ping_t* CL_GetFreePing( void ) function CL_Ping_f (line 3079) | void CL_Ping_f( void ) { function qboolean (line 3113) | qboolean CL_UpdateVisiblePings_f(int source) { function CL_ServerStatus_f (line 3220) | void CL_ServerStatus_f(void) { function CL_ShowIP_f (line 3256) | void CL_ShowIP_f(void) { function qboolean (line 3265) | qboolean CL_CDKeyValidate( const char *key, const char *checksum ) { FILE: src/engine/client/cl_net_chan.c function CL_Netchan_Encode (line 38) | static void CL_Netchan_Encode( msg_t *msg ) { function CL_Netchan_Decode (line 92) | static void CL_Netchan_Decode( msg_t *msg ) { function CL_Netchan_TransmitNextFragment (line 134) | void CL_Netchan_TransmitNextFragment( netchan_t *chan ) { function CL_Netchan_Transmit (line 143) | void CL_Netchan_Transmit( netchan_t *chan, msg_t* msg ) { function qboolean (line 158) | qboolean CL_Netchan_Process( netchan_t *chan, msg_t *msg ) { FILE: src/engine/client/cl_parse.c function SHOWNET (line 38) | void SHOWNET( msg_t *msg, char *s) { function CL_DeltaEntity (line 61) | void CL_DeltaEntity (msg_t *msg, clSnapshot_t *frame, int newnum, entity... function CL_ParsePacketEntities (line 88) | void CL_ParsePacketEntities( msg_t *msg, clSnapshot_t *oldframe, clSnaps... function CL_ParseSnapshot (line 200) | void CL_ParseSnapshot( msg_t *msg ) { function CL_SystemInfoChanged (line 327) | void CL_SystemInfoChanged( void ) { function CL_ParseGamestate (line 387) | void CL_ParseGamestate( msg_t *msg ) { function CL_ParseDownload (line 473) | void CL_ParseDownload ( msg_t *msg ) { function CL_ParseCommandString (line 566) | void CL_ParseCommandString( msg_t *msg ) { function CL_ParseServerMessage (line 590) | void CL_ParseServerMessage( msg_t *msg ) { FILE: src/engine/client/cl_scrn.c function SCR_DrawNamedPic (line 41) | void SCR_DrawNamedPic( float x, float y, float width, float height, cons... function SCR_AdjustFrom640 (line 59) | void SCR_AdjustFrom640( float *x, float *y, float *w, float *h ) { function SCR_FillRect (line 94) | void SCR_FillRect( float x, float y, float width, float height, const fl... function SCR_DrawPic (line 111) | void SCR_DrawPic( float x, float y, float width, float height, qhandle_t... function SCR_DrawChar (line 122) | static void SCR_DrawChar( int x, int y, float size, int ch ) { function SCR_DrawSmallChar (line 160) | void SCR_DrawSmallChar( int x, int y, int ch ) { function SCR_DrawStringExt (line 199) | void SCR_DrawStringExt( int x, int y, float size, const char *string, fl... function SCR_DrawBigString (line 243) | void SCR_DrawBigString( int x, int y, const char *s, float alpha ) { function SCR_DrawBigStringColor (line 251) | void SCR_DrawBigStringColor( int x, int y, const char *s, vec4_t color ) { function SCR_DrawSmallStringExt (line 266) | void SCR_DrawSmallStringExt( int x, int y, const char *string, float *se... function SCR_Strlen (line 297) | static int SCR_Strlen( const char *str ) { function SCR_GetBigStringWidth (line 316) | int SCR_GetBigStringWidth( const char *str ) { function SCR_DrawDemoRecording (line 328) | void SCR_DrawDemoRecording( void ) { type graphsamp_t (line 354) | typedef struct function SCR_DebugGraph (line 368) | void SCR_DebugGraph (float value, int color) function SCR_DrawDebugGraph (line 380) | void SCR_DrawDebugGraph (void) function SCR_Init (line 418) | void SCR_Init( void ) { function SCR_DrawScreenField (line 438) | void SCR_DrawScreenField( stereoFrame_t stereoFrame ) { function SCR_UpdateScreen (line 519) | void SCR_UpdateScreen( void ) { FILE: src/engine/client/cl_ui.c function GetClientState (line 36) | static void GetClientState( uiClientState_t *state ) { function LAN_LoadCachedServers (line 50) | void LAN_LoadCachedServers( ) { function LAN_SaveServersToCache (line 77) | void LAN_SaveServersToCache( ) { function LAN_ResetPings (line 97) | static void LAN_ResetPings(int source) { function LAN_AddServer (line 132) | static int LAN_AddServer(int source, const char *name, const char *addre... function LAN_RemoveServer (line 182) | static void LAN_RemoveServer(int source, const char *addr) { function LAN_GetServerCount (line 227) | static int LAN_GetServerCount( int source ) { function LAN_GetServerAddressString (line 250) | static void LAN_GetServerAddressString( int source, int n, char *buf, in... function LAN_GetServerInfo (line 285) | static void LAN_GetServerInfo( int source, int n, char *buf, int buflen ) { function LAN_GetServerPing (line 338) | static int LAN_GetServerPing( int source, int n ) { function serverInfo_t (line 373) | static serverInfo_t *LAN_GetServerPtr( int source, int n ) { function LAN_CompareServers (line 404) | static int LAN_CompareServers( int source, int sortKey, int sortDir, int... function LAN_GetPingQueueCount (line 473) | static int LAN_GetPingQueueCount( void ) { function LAN_ClearPing (line 482) | static void LAN_ClearPing( int n ) { function LAN_GetPing (line 491) | static void LAN_GetPing( int n, char *buf, int buflen, int *pingtime ) { function LAN_GetPingInfo (line 500) | static void LAN_GetPingInfo( int n, char *buf, int buflen ) { function LAN_MarkServerVisible (line 509) | static void LAN_MarkServerVisible(int source, int n, qboolean visible ) { function LAN_ServerIsVisible (line 566) | static int LAN_ServerIsVisible(int source, int n ) { function qboolean (line 597) | qboolean LAN_UpdateVisiblePings(int source ) { function LAN_GetServerStatus (line 606) | int LAN_GetServerStatus( char *serverAddress, char *serverStatus, int ma... function CL_GetGlconfig (line 615) | static void CL_GetGlconfig( glconfig_t *config ) { function GetClipboardData (line 624) | static void GetClipboardData( char *buf, int buflen ) { function Key_KeynumToStringBuf (line 644) | static void Key_KeynumToStringBuf( int keynum, char *buf, int buflen ) { function Key_GetBindingBuf (line 653) | static void Key_GetBindingBuf( int keynum, char *buf, int buflen ) { function Key_GetCatcher (line 670) | int Key_GetCatcher( void ) { function Key_SetCatcher (line 679) | void Key_SetCatcher( int catcher ) { function CLUI_GetCDKey (line 689) | static void CLUI_GetCDKey( char *buf, int buflen ) { function CLUI_SetCDKey (line 707) | static void CLUI_SetCDKey( char *buf ) { function GetConfigString (line 727) | static int GetConfigString(int index, char *buf, int size) function FloatAsInt (line 752) | static int FloatAsInt( float f ) { function CL_UISystemCalls (line 771) | intptr_t CL_UISystemCalls( intptr_t *args ) { function CL_ShutdownUI (line 1127) | void CL_ShutdownUI( void ) { function CL_InitUI (line 1145) | void CL_InitUI( void ) { function qboolean (line 1179) | qboolean UI_usesUniqueCDKey() { function qboolean (line 1194) | qboolean UI_GameCommand( void ) { FILE: src/engine/client/client.h type clSnapshot_t (line 37) | typedef struct { type outPacket_t (line 69) | typedef struct { type clientActive_t (line 82) | typedef struct { type clientConnection_t (line 150) | typedef struct { type ping_t (line 221) | typedef struct { type serverInfo_t (line 228) | typedef struct { type serverAddress_t (line 244) | typedef struct { type clientStatic_t (line 249) | typedef struct { type kbutton_t (line 389) | typedef struct { FILE: src/engine/client/keys.h type qkey_t (line 26) | typedef struct { FILE: src/engine/client/snd_adpcm.c function S_AdpcmEncode (line 56) | void S_AdpcmEncode( short indata[], char outdata[], int len, struct adpc... function S_AdpcmDecode (line 155) | void S_AdpcmDecode( const char indata[], short *outdata, int len, struct... function S_AdpcmMemoryNeeded (line 237) | int S_AdpcmMemoryNeeded( const wavinfo_t *info ) { function S_AdpcmGetSamples (line 271) | void S_AdpcmGetSamples(sndBuffer *chunk, short *to) { function S_AdpcmEncodeSound (line 290) | void S_AdpcmEncodeSound( sfx_t *sfx, short *samples ) { FILE: src/engine/client/snd_dma.c function S_SoundInfo_f (line 107) | void S_SoundInfo_f(void) { function S_Init (line 139) | void S_Init( void ) { function S_ChannelFree (line 190) | void S_ChannelFree(channel_t *v) { function channel_t (line 196) | channel_t* S_ChannelMalloc() { function S_ChannelSetup (line 207) | void S_ChannelSetup() { function S_Shutdown (line 228) | void S_Shutdown( void ) { function S_HashSFXName (line 254) | static long S_HashSFXName(const char *name) { function sfx_t (line 279) | static sfx_t *S_FindName( const char *name ) { function S_DefaultSound (line 336) | void S_DefaultSound( sfx_t *sfx ) { function S_DisableSounds (line 359) | void S_DisableSounds( void ) { function S_BeginRegistration (line 370) | void S_BeginRegistration( void ) { function sfxHandle_t (line 392) | sfxHandle_t S_RegisterSound( const char *name, qboolean compressed ) { function S_memoryLoad (line 427) | void S_memoryLoad(sfx_t *sfx) { function S_SpatializeOrigin (line 445) | void S_SpatializeOrigin (vec3_t origin, int master_vol, int *left_vol, i... function S_StartSound (line 512) | void S_StartSound(vec3_t origin, int entityNum, int entchannel, sfxHandl... function S_StartLocalSound (line 633) | void S_StartLocalSound( sfxHandle_t sfxHandle, int channelNum ) { function S_ClearSoundBuffer (line 655) | void S_ClearSoundBuffer( void ) { function S_StopAllSounds (line 690) | void S_StopAllSounds(void) { function S_StopLoopingSound (line 709) | void S_StopLoopingSound(int entityNum) { function S_ClearLoopingSounds (line 721) | void S_ClearLoopingSounds( qboolean killall ) { function S_AddLoopingSound (line 740) | void S_AddLoopingSound( int entityNum, const vec3_t origin, const vec3_t... function S_AddRealLoopingSound (line 801) | void S_AddRealLoopingSound( int entityNum, const vec3_t origin, const ve... function S_AddLoopSounds (line 841) | void S_AddLoopSounds (void) { function S_ByteSwapRawSamples (line 923) | void S_ByteSwapRawSamples( int samples, int width, int s_channels, const... function portable_samplepair_t (line 941) | portable_samplepair_t *S_GetRawSamplePointer() { function S_RawSamples (line 952) | void S_RawSamples( int samples, int rate, int width, int s_channels, con... function S_UpdateEntityPosition (line 1056) | void S_UpdateEntityPosition( int entityNum, const vec3_t origin ) { function S_Respatialize (line 1071) | void S_Respatialize( int entityNum, const vec3_t head, vec3_t axis[3], i... function qboolean (line 1119) | qboolean S_ScanChannelStarts( void ) { function S_Update (line 1156) | void S_Update( void ) { function S_GetSoundtime (line 1189) | void S_GetSoundtime(void) function S_Update_ (line 1233) | void S_Update_(void) { function S_Play_f (line 1302) | void S_Play_f( void ) { function S_Music_f (line 1322) | void S_Music_f( void ) { function S_SoundList_f (line 1339) | void S_SoundList_f( void ) { function FGetLittleLong (line 1371) | int FGetLittleLong( fileHandle_t f ) { function FGetLittleShort (line 1379) | int FGetLittleShort( fileHandle_t f ) { function S_FindWavChunk (line 1388) | int S_FindWavChunk( fileHandle_t f, char *chunk ) { function S_StopBackgroundTrack (line 1419) | void S_StopBackgroundTrack( void ) { function S_StartBackgroundTrack (line 1434) | void S_StartBackgroundTrack( const char *intro, const char *loop ){ function S_UpdateBackgroundTrack (line 1525) | void S_UpdateBackgroundTrack( void ) { function S_FreeOldestSound (line 1608) | void S_FreeOldestSound() { FILE: src/engine/client/snd_local.h type portable_samplepair_t (line 35) | typedef struct { type adpcm_state_t (line 40) | typedef struct adpcm_state { type sndBuffer (line 45) | typedef struct sndBuffer_s { type sfx_t (line 52) | typedef struct sfx_s { type dma_t (line 64) | typedef struct { type loopSound_t (line 75) | typedef struct loopSound_s { type channel_t (line 88) | typedef struct type wavinfo_t (line 109) | typedef struct { FILE: src/engine/client/snd_mem.c function SND_free (line 53) | void SND_free(sndBuffer *v) { function sndBuffer (line 59) | sndBuffer* SND_malloc() { function SND_setup (line 76) | void SND_setup() { function GetLittleShort (line 116) | static short GetLittleShort(void) function GetLittleLong (line 125) | static int GetLittleLong(void) function FindNextChunk (line 136) | static void FindNextChunk(char *name) function FindChunk (line 162) | static void FindChunk(char *name) function wavinfo_t (line 173) | static wavinfo_t GetWavinfo (char *name, byte *wav, int wavlength) function ResampleSfx (line 240) | static void ResampleSfx( sfx_t *sfx, int inrate, int inwidth, byte *data... function ResampleSfxRaw (line 290) | static int ResampleSfxRaw( short *sfx, int inrate, int inwidth, int samp... function qboolean (line 329) | qboolean S_LoadSound( sfx_t *sfx ) function S_DisplayFreeMemory (line 402) | void S_DisplayFreeMemory() { FILE: src/engine/client/snd_mix.c function S_WriteLinearBlastStereo16 (line 37) | void S_WriteLinearBlastStereo16 (void) function S_TransferStereo16 (line 113) | void S_TransferStereo16 (unsigned long *pbuf, int endtime) function S_TransferPaintBuffer (line 148) | void S_TransferPaintBuffer(int endtime) function S_PaintChannelFrom16 (line 226) | static void S_PaintChannelFrom16( channel_t *ch, const sfx_t *sc, int co... function S_PaintChannelFromWavelet (line 414) | void S_PaintChannelFromWavelet( channel_t *ch, sfx_t *sc, int count, int... function S_PaintChannelFromADPCM (line 456) | void S_PaintChannelFromADPCM( channel_t *ch, sfx_t *sc, int count, int s... function S_PaintChannelFromMuLaw (line 503) | void S_PaintChannelFromMuLaw( channel_t *ch, sfx_t *sc, int count, int s... function S_PaintChannels (line 562) | void S_PaintChannels( int endtime ) { FILE: src/engine/client/snd_wavelet.c function daub4 (line 32) | void daub4(float b[], unsigned long n, int isign) function wt1 (line 62) | void wt1(float a[], unsigned long n, int isign) function byte (line 86) | byte MuLawEncode(short s) { function MuLawDecode (line 101) | short MuLawDecode(byte uLaw) { function NXPutc (line 118) | void NXPutc(NXStream *stream, char out) { function encodeWavelet (line 123) | void encodeWavelet( sfx_t *sfx, short *packets) { function decodeWavelet (line 173) | void decodeWavelet(sndBuffer *chunk, short *to) { function encodeMuLaw (line 195) | void encodeMuLaw( sfx_t *sfx, short *packets) { function decodeMuLaw (line 241) | void decodeMuLaw(sndBuffer *chunk, short *to) { FILE: src/engine/platform/win_gamma.c function WG_CheckHardwareGamma (line 37) | void WG_CheckHardwareGamma( void ) function GLimp_SetGamma (line 88) | void GLimp_SetGamma( unsigned char mapping[256]) { function WG_RestoreGamma (line 137) | void WG_RestoreGamma( void ) function GLimp_RestoreGamma (line 149) | void GLimp_RestoreGamma() FILE: src/engine/platform/win_glimp.c function GetDesktopCaps (line 61) | static int GetDesktopCaps(int index) { function GetDesktopColorDepth (line 67) | static int GetDesktopColorDepth() { return GetDesktopCaps(BITSPIXEL); } function GetDesktopWidth (line 68) | static int GetDesktopWidth() { return GetDesktopCaps(HORZRES); } function GetDesktopHeight (line 69) | static int GetDesktopHeight() { return GetDesktopCaps(VERTRES); } function GLW_ChoosePixelFormat (line 76) | static int GLW_ChoosePixelFormat(HDC hDC, const PIXELFORMATDESCRIPTOR *p... function GLW_SetPixelFormat (line 206) | static bool GLW_SetPixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR *pPFD, int... function qboolean (line 257) | static qboolean GLW_InitDriver(HWND hwnd) { function HWND (line 322) | static HWND create_main_window(int width, int height, qboolean fullscreen) function HWND (line 448) | static HWND create_twin_window(int width, int height, RenderApi render_api) function SetMode (line 554) | static void SetMode(int mode, qboolean fullscreen) { function GLW_InitExtensions (line 590) | static void GLW_InitExtensions( void ) function GLimp_EndFrame (line 693) | void GLimp_EndFrame (void) function GLimp_Init (line 732) | void GLimp_Init( void ) function GLimp_Shutdown (line 783) | void GLimp_Shutdown( void ) function GLimp_LogComment (line 832) | void GLimp_LogComment( char *comment ) function vk_imp_init (line 839) | void vk_imp_init() { function vk_imp_shutdown (line 877) | void vk_imp_shutdown() { function vk_imp_create_surface (line 912) | void vk_imp_create_surface() { function dx_imp_init (line 922) | void dx_imp_init() { function dx_imp_shutdown (line 946) | void dx_imp_shutdown() { function GLimp_RenderThreadWrapper (line 988) | void GLimp_RenderThreadWrapper( void ) { function qboolean (line 1002) | qboolean GLimp_SpawnRenderThread( void (*function)( void ) ) { function GLimp_FrontEndSleep (line 1058) | void GLimp_FrontEndSleep( void ) { function GLimp_WakeRenderer (line 1067) | void GLimp_WakeRenderer( void *data ) { FILE: src/engine/platform/win_input.c type WinMouseVars_t (line 29) | typedef struct { function IN_InitWin32Mouse (line 58) | void IN_InitWin32Mouse( void ) function IN_ShutdownWin32Mouse (line 67) | void IN_ShutdownWin32Mouse( void ) { function IN_ActivateWin32Mouse (line 75) | void IN_ActivateWin32Mouse( void ) { function IN_DeactivateWin32Mouse (line 107) | void IN_DeactivateWin32Mouse( void ) function IN_Win32Mouse (line 120) | void IN_Win32Mouse( int *mx, int *my ) { function IN_ActivateMouse (line 148) | void IN_ActivateMouse( void ) function IN_DeactivateMouse (line 176) | void IN_DeactivateMouse( void ) { function IN_StartupMouse (line 195) | void IN_StartupMouse( void ) function IN_MouseEvent (line 214) | void IN_MouseEvent (int mstate) function IN_MouseMove (line 246) | void IN_MouseMove ( void ) { function IN_Startup (line 270) | void IN_Startup( void ) { function IN_Shutdown (line 283) | void IN_Shutdown( void ) { function IN_Init (line 293) | void IN_Init( void ) { function IN_Activate (line 310) | void IN_Activate (qboolean active) { function IN_Frame (line 327) | void IN_Frame (void) { FILE: src/engine/platform/win_local.h type WinVars_t (line 72) | typedef struct FILE: src/engine/platform/win_main.c function Spk_Open (line 54) | void Spk_Open(char *name) function Spk_Close (line 59) | void Spk_Close() function Spk_Printf (line 68) | void Spk_Printf (const char *text, ...) function qboolean (line 91) | qboolean Sys_LowPhysicalMemory() { function Sys_BeginProfiling (line 102) | void Sys_BeginProfiling( void ) { function Sys_Error (line 113) | void QDECL Sys_Error( const char *error, ... ) { function Sys_Quit (line 150) | void Sys_Quit( void ) { function Sys_Print (line 163) | void Sys_Print( const char *msg ) { function Sys_Mkdir (line 173) | void Sys_Mkdir( const char *path ) { function Sys_ListFilteredFiles (line 219) | void Sys_ListFilteredFiles( const char *basedir, char *subdirs, char *fi... function qboolean (line 266) | static qboolean strgtr(const char *s0, const char *s1) { type _finddata_t (line 292) | struct _finddata_t function Sys_FreeFileList (line 382) | void Sys_FreeFileList( char **list ) { function qboolean (line 407) | qboolean Sys_ScanForCD( void ) { function qboolean (line 457) | qboolean Sys_CheckCD( void ) { function Sys_UnloadDll (line 506) | void Sys_UnloadDll( void *dllHandle ) { function Sys_InitStreamThread (line 632) | void Sys_InitStreamThread( void ) { function Sys_ShutdownStreamThread (line 635) | void Sys_ShutdownStreamThread( void ) { function Sys_BeginStreamedFile (line 638) | void Sys_BeginStreamedFile( fileHandle_t f, int readAhead ) { function Sys_EndStreamedFile (line 641) | void Sys_EndStreamedFile( fileHandle_t f ) { function Sys_StreamedRead (line 644) | int Sys_StreamedRead( void *buffer, int size, int count, fileHandle_t f ) { function Sys_StreamSeek (line 648) | void Sys_StreamSeek( fileHandle_t f, int offset, int origin ) { type streamsIO_t (line 655) | typedef struct { type streamState_t (line 665) | typedef struct { function Sys_StreamThread (line 681) | void Sys_StreamThread( void ) { function Sys_InitStreamThread (line 722) | void Sys_InitStreamThread( void ) { function Sys_ShutdownStreamThread (line 750) | void Sys_ShutdownStreamThread( void ) { function Sys_BeginStreamedFile (line 760) | void Sys_BeginStreamedFile( fileHandle_t f, int readAhead ) { function Sys_EndStreamedFile (line 783) | void Sys_EndStreamedFile( fileHandle_t f ) { function Sys_StreamedRead (line 805) | int Sys_StreamedRead( void *buffer, int size, int count, fileHandle_t f ) { function Sys_StreamSeek (line 868) | void Sys_StreamSeek( fileHandle_t f, int offset, int origin ) { function Sys_QueEvent (line 909) | void Sys_QueEvent( int time, sysEventType_t type, int value, int value2,... function sysEvent_t (line 942) | sysEvent_t Sys_GetEvent( void ) { function Sys_In_Restart_f (line 1018) | void Sys_In_Restart_f( void ) { function Sys_Net_Restart_f (line 1031) | void Sys_Net_Restart_f( void ) { function Sys_Init (line 1047) | void Sys_Init( void ) { function WinMain (line 1146) | int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ... FILE: src/engine/platform/win_net.c type sockaddr (line 41) | struct sockaddr function NetadrToSockadr (line 112) | void NetadrToSockadr( netadr_t *a, struct sockaddr *s ) { function SockadrToNetadr (line 140) | void SockadrToNetadr( struct sockaddr *s, netadr_t *a ) { function qboolean (line 170) | qboolean Sys_StringToSockaddr( const char *s, struct sockaddr *sadr ) { function qboolean (line 220) | qboolean Sys_StringToAdr( const char *s, netadr_t *a ) { function qboolean (line 242) | qboolean Sys_GetPacket( netadr_t *net_from, msg_t *net_message ) { function Sys_SendPacket (line 318) | void Sys_SendPacket( int length, const void *data, netadr_t to ) { function qboolean (line 386) | qboolean Sys_IsLANAddress( netadr_t adr ) { function Sys_ShowIP (line 451) | void Sys_ShowIP(void) { function NET_IPSocket (line 468) | int NET_IPSocket( char *net_interface, int port ) { function NET_OpenSocks (line 533) | void NET_OpenSocks( int port ) { function NET_GetLocalAddress (line 710) | void NET_GetLocalAddress( void ) { function NET_OpenIP (line 756) | void NET_OpenIP( void ) { function NET_IPXSocket (line 787) | int NET_IPXSocket( int port ) { function NET_OpenIPX (line 838) | void NET_OpenIPX( void ) { function qboolean (line 855) | static qboolean NET_GetCvars( void ) { function NET_Config (line 906) | void NET_Config( qboolean enableNetworking ) { function NET_Init (line 978) | void NET_Init( void ) { function NET_Shutdown (line 1003) | void NET_Shutdown( void ) { function NET_Sleep (line 1020) | void NET_Sleep( int msec ) { function NET_Restart (line 1029) | void NET_Restart( void ) { FILE: src/engine/platform/win_qgl.c function HGLRC (line 157) | static HGLRC nowglCreateContext(HDC) { return NULL;} function BOOL (line 158) | static BOOL nowglDeleteContext(HGLRC) { return FALSE; } function PROC (line 159) | static PROC nowglGetProcAddress(LPCSTR) { return NULL; } function BOOL (line 160) | static BOOL nowglMakeCurrent(HDC, HGLRC) { return FALSE; } function nowglSwapIntervalEXT (line 161) | static int nowglSwapIntervalEXT( int interval ) { return -1; } function noglActiveTextureARB (line 163) | static void noglActiveTextureARB ( GLenum texture ) {} function noglClientActiveTextureARB (line 164) | static void noglClientActiveTextureARB ( GLenum texture ) {} function noglLockArraysEXT (line 165) | static void noglLockArraysEXT (GLint, GLint) {} function noglUnlockArraysEXT (line 166) | static void noglUnlockArraysEXT (void) {} function noglAlphaFunc (line 167) | static void noglAlphaFunc(GLenum func, GLclampf ref) {} function noglBegin (line 168) | static void noglBegin(GLenum mode) {} function noglBindTexture (line 169) | static void noglBindTexture(GLenum target, GLuint texture) {} function noglBlendFunc (line 170) | static void noglBlendFunc(GLenum sfactor, GLenum dfactor) {} function noglClear (line 171) | static void noglClear(GLbitfield mask) {} function noglClearColor (line 172) | static void noglClearColor(GLclampf red, GLclampf green, GLclampf blue, ... function noglClipPlane (line 173) | static void noglClipPlane(GLenum plane, const GLdouble *equation) {} function noglColor3f (line 174) | static void noglColor3f(GLfloat red, GLfloat green, GLfloat blue) {} function noglColorMask (line 175) | static void noglColorMask(GLboolean red, GLboolean green, GLboolean blue... function noglColorPointer (line 176) | static void noglColorPointer(GLint size, GLenum type, GLsizei stride, co... function noglCullFace (line 177) | static void noglCullFace(GLenum mode) {} function noglDeleteTextures (line 178) | static void noglDeleteTextures(GLsizei n, const GLuint *textures) {} function noglDepthFunc (line 179) | static void noglDepthFunc(GLenum func) {} function noglDepthMask (line 180) | static void noglDepthMask(GLboolean flag) {} function noglDepthRange (line 181) | static void noglDepthRange(GLclampd zNear, GLclampd zFar) {} function noglDisable (line 182) | static void noglDisable(GLenum cap) {} function noglDisableClientState (line 183) | static void noglDisableClientState(GLenum array) {} function noglDrawBuffer (line 184) | static void noglDrawBuffer(GLenum mode) {} function noglDrawElements (line 185) | static void noglDrawElements(GLenum mode, GLsizei count, GLenum type, co... function noglEnable (line 186) | static void noglEnable(GLenum cap) {} function noglEnableClientState (line 187) | static void noglEnableClientState(GLenum array) {} function noglEnd (line 188) | static void noglEnd(void) {} function noglFinish (line 189) | static void noglFinish(void) {} function GLenum (line 190) | static GLenum noglGetError(void) { return GL_NO_ERROR; } function noglGetIntegerv (line 191) | static void noglGetIntegerv(GLenum pname, GLint *params) {} function GLubyte (line 192) | static const GLubyte* noglGetString(GLenum name) { static char* s = ""; ... function noglLineWidth (line 193) | static void noglLineWidth(GLfloat width) {} function noglLoadIdentity (line 194) | static void noglLoadIdentity(void) {} function noglLoadMatrixf (line 195) | static void noglLoadMatrixf(const GLfloat *m) {} function noglMatrixMode (line 196) | static void noglMatrixMode(GLenum mode) {} function noglOrtho (line 197) | static void noglOrtho(GLdouble left, GLdouble right, GLdouble bottom, GL... function noglPolygonMode (line 198) | static void noglPolygonMode(GLenum face, GLenum mode) {} function noglPolygonOffset (line 199) | static void noglPolygonOffset(GLfloat factor, GLfloat units) {} function noglPopMatrix (line 200) | static void noglPopMatrix(void) {} function noglPushMatrix (line 201) | static void noglPushMatrix(void) {} function noglReadPixels (line 202) | static void noglReadPixels(GLint x, GLint y, GLsizei width, GLsizei heig... function noglScissor (line 203) | static void noglScissor(GLint x, GLint y, GLsizei width, GLsizei height) {} function noglStencilFunc (line 204) | static void noglStencilFunc(GLenum func, GLint ref, GLuint mask) {} function noglStencilOp (line 205) | static void noglStencilOp(GLenum fail, GLenum zfail, GLenum zpass) {} function noglTexCoord2f (line 206) | static void noglTexCoord2f(GLfloat s, GLfloat t) {} function noglTexCoord2fv (line 207) | static void noglTexCoord2fv(const GLfloat *v) {} function noglTexCoordPointer (line 208) | static void noglTexCoordPointer(GLint size, GLenum type, GLsizei stride,... function noglTexEnvf (line 209) | static void noglTexEnvf(GLenum target, GLenum pname, GLfloat param) {} function noglTexImage2D (line 210) | static void noglTexImage2D(GLenum target, GLint level, GLint internalfor... function noglTexParameterf (line 211) | static void noglTexParameterf(GLenum target, GLenum pname, GLfloat param... function noglTexParameterfv (line 212) | static void noglTexParameterfv(GLenum target, GLenum pname, const GLfloa... function noglTexSubImage2D (line 213) | static void noglTexSubImage2D(GLenum target, GLint level, GLint xoffset,... function noglVertex2f (line 214) | static void noglVertex2f(GLfloat x, GLfloat y) {} function noglVertex3f (line 215) | static void noglVertex3f(GLfloat x, GLfloat y, GLfloat z) {} function noglVertex3fv (line 216) | static void noglVertex3fv(const GLfloat *v) {} function noglVertexPointer (line 217) | static void noglVertexPointer(GLint size, GLenum type, GLsizei stride, c... function noglViewport (line 218) | static void noglViewport(GLint x, GLint y, GLsizei width, GLsizei height... function logAlphaFunc (line 344) | static void APIENTRY logAlphaFunc(GLenum func, GLclampf ref) function logBegin (line 349) | static void APIENTRY logBegin(GLenum mode) function logBindTexture (line 354) | static void APIENTRY logBindTexture(GLenum target, GLuint texture) function BlendToName (line 359) | static void BlendToName( char *n, GLenum f ) function logBlendFunc (line 388) | static void APIENTRY logBlendFunc(GLenum sfactor, GLenum dfactor) function logClear (line 398) | static void APIENTRY logClear(GLbitfield mask) function logClearColor (line 414) | static void APIENTRY logClearColor(GLclampf red, GLclampf green, GLclamp... function logClipPlane (line 419) | static void APIENTRY logClipPlane(GLenum plane, const GLdouble *equation) function logColor3f (line 424) | static void APIENTRY logColor3f(GLfloat red, GLfloat green, GLfloat blue) function logColorMask (line 432) | static void APIENTRY logColorMask(GLboolean red, GLboolean green, GLbool... function logColorPointer (line 437) | static void APIENTRY logColorPointer(GLint size, GLenum type, GLsizei st... function logCullFace (line 442) | static void APIENTRY logCullFace(GLenum mode) function logDeleteTextures (line 447) | static void APIENTRY logDeleteTextures(GLsizei n, const GLuint *textures) function logDepthFunc (line 452) | static void APIENTRY logDepthFunc(GLenum func) function logDepthMask (line 457) | static void APIENTRY logDepthMask(GLboolean flag) function logDepthRange (line 462) | static void APIENTRY logDepthRange(GLclampd zNear, GLclampd zFar) function logDisable (line 467) | static void APIENTRY logDisable(GLenum cap) function logDisableClientState (line 472) | static void APIENTRY logDisableClientState(GLenum array) function logDrawBuffer (line 477) | static void APIENTRY logDrawBuffer(GLenum mode) function logDrawElements (line 482) | static void APIENTRY logDrawElements(GLenum mode, GLsizei count, GLenum ... function logEnable (line 487) | static void APIENTRY logEnable(GLenum cap) function logEnableClientState (line 493) | static void APIENTRY logEnableClientState(GLenum array) function logEnd (line 499) | static void APIENTRY logEnd(void) function logFinish (line 504) | static void APIENTRY logFinish(void) function GLenum (line 509) | static GLenum APIENTRY logGetError(void) function logGetIntegerv (line 514) | static void APIENTRY logGetIntegerv(GLenum pname, GLint *params) function GLubyte (line 519) | static const GLubyte * APIENTRY logGetString(GLenum name) function logLineWidth (line 524) | static void APIENTRY logLineWidth(GLfloat width) function logLoadIdentity (line 529) | static void APIENTRY logLoadIdentity(void) function logLoadMatrixf (line 534) | static void APIENTRY logLoadMatrixf(const GLfloat *m) function logMatrixMode (line 539) | static void APIENTRY logMatrixMode(GLenum mode) function logOrtho (line 544) | static void APIENTRY logOrtho(GLdouble left, GLdouble right, GLdouble bo... function logPolygonMode (line 549) | static void APIENTRY logPolygonMode(GLenum face, GLenum mode) function logPolygonOffset (line 554) | static void APIENTRY logPolygonOffset(GLfloat factor, GLfloat units) function logPopMatrix (line 559) | static void APIENTRY logPopMatrix(void) function logPushMatrix (line 564) | static void APIENTRY logPushMatrix(void) function logReadPixels (line 569) | static void APIENTRY logReadPixels(GLint x, GLint y, GLsizei width, GLsi... function logScissor (line 574) | static void APIENTRY logScissor(GLint x, GLint y, GLsizei width, GLsizei... function logStencilFunc (line 579) | static void APIENTRY logStencilFunc(GLenum func, GLint ref, GLuint mask) function logStencilOp (line 584) | static void APIENTRY logStencilOp(GLenum fail, GLenum zfail, GLenum zpass) function logTexCoord2f (line 589) | static void APIENTRY logTexCoord2f(GLfloat s, GLfloat t) function logTexCoord2fv (line 594) | static void APIENTRY logTexCoord2fv(const GLfloat *v) function logTexCoordPointer (line 599) | static void APIENTRY logTexCoordPointer(GLint size, GLenum type, GLsizei... function logTexEnvf (line 605) | static void APIENTRY logTexEnvf(GLenum target, GLenum pname, GLfloat param) function logTexImage2D (line 610) | static void APIENTRY logTexImage2D(GLenum target, GLint level, GLint int... function logTexParameterf (line 615) | static void APIENTRY logTexParameterf(GLenum target, GLenum pname, GLflo... function logTexParameterfv (line 620) | static void APIENTRY logTexParameterfv(GLenum target, GLenum pname, cons... function logTexSubImage2D (line 625) | static void APIENTRY logTexSubImage2D(GLenum target, GLint level, GLint ... function logVertex2f (line 630) | static void APIENTRY logVertex2f(GLfloat x, GLfloat y) function logVertex3f (line 635) | static void APIENTRY logVertex3f(GLfloat x, GLfloat y, GLfloat z) function logVertex3fv (line 640) | static void APIENTRY logVertex3fv(const GLfloat *v) function logVertexPointer (line 645) | static void APIENTRY logVertexPointer(GLint size, GLenum type, GLsizei s... function logViewport (line 650) | static void APIENTRY logViewport(GLint x, GLint y, GLsizei width, GLsize... function QGL_Shutdown (line 662) | void QGL_Shutdown( void ) function qboolean (line 743) | qboolean QGL_Init( const char *dllname ) function QGL_EnableLogging (line 831) | void QGL_EnableLogging( qboolean enable ) FILE: src/engine/platform/win_shared.c function Sys_Milliseconds (line 42) | int Sys_Milliseconds (void) function Sys_SnapVector (line 61) | void Sys_SnapVector( float *v ) function Sys_GetProcessorId (line 84) | int Sys_GetProcessorId( void ) FILE: src/engine/platform/win_snd.c function SNDDMA_Shutdown (line 63) | void SNDDMA_Shutdown( void ) { function qboolean (line 118) | qboolean SNDDMA_Init(void) { function SNDDMA_InitDS (line 136) | int SNDDMA_InitDS () function SNDDMA_GetDMAPos (line 269) | int SNDDMA_GetDMAPos( void ) { function SNDDMA_BeginPainting (line 297) | void SNDDMA_BeginPainting( void ) { function SNDDMA_Submit (line 352) | void SNDDMA_Submit( void ) { function SNDDMA_Activate (line 367) | void SNDDMA_Activate( void ) { FILE: src/engine/platform/win_syscon.c type WinConData (line 44) | typedef struct function LRESULT (line 80) | static LRESULT WINAPI ConWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, L... function LONG (line 197) | LONG WINAPI InputLineWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARA... function Sys_CreateConsole (line 232) | void Sys_CreateConsole( void ) function Sys_DestroyConsole (line 370) | void Sys_DestroyConsole( void ) { function Sys_ShowConsole (line 382) | void Sys_ShowConsole( int visLevel, qboolean quitOnClose ) function Conbuf_AppendText (line 433) | void Conbuf_AppendText( const char *pMsg ) function Sys_SetErrorText (line 516) | void Sys_SetErrorText( const char *buf ) FILE: src/engine/platform/win_wndproc.c function VID_AppActivate (line 46) | static void VID_AppActivate(BOOL fActive, BOOL minimize) function MapKey (line 106) | static int MapKey (int key) function LONG (line 185) | LONG WINAPI MainWndProc ( FILE: src/engine/qcommon/cm_load.c function SetPlaneSignbits (line 30) | void SetPlaneSignbits (cplane_t *out) { function CMod_LoadShaders (line 90) | void CMod_LoadShaders( lump_t *l ) { function CMod_LoadSubmodels (line 121) | void CMod_LoadSubmodels( lump_t *l ) { function CMod_LoadNodes (line 179) | void CMod_LoadNodes( lump_t *l ) { function CM_BoundBrush (line 215) | void CM_BoundBrush( cbrush_t *b ) { function CMod_LoadBrushes (line 233) | void CMod_LoadBrushes( lump_t *l ) { function CMod_LoadLeafs (line 269) | void CMod_LoadLeafs (lump_t *l) function CMod_LoadPlanes (line 312) | void CMod_LoadPlanes (lump_t *l) function CMod_LoadLeafBrushes (line 353) | void CMod_LoadLeafBrushes (lump_t *l) function CMod_LoadLeafSurfaces (line 380) | void CMod_LoadLeafSurfaces( lump_t *l ) function CMod_LoadBrushSides (line 407) | void CMod_LoadBrushSides (lump_t *l) function CMod_LoadEntityString (line 443) | void CMod_LoadEntityString( lump_t *l ) { function CMod_LoadVisibility (line 455) | void CMod_LoadVisibility( lump_t *l ) { function CMod_LoadPatches (line 484) | void CMod_LoadPatches( lump_t *surfs, lump_t *verts ) { function CM_LumpChecksum (line 541) | unsigned CM_LumpChecksum(lump_t *lump) { function CM_Checksum (line 545) | unsigned CM_Checksum(dheader_t *header) { function CM_LoadMap (line 569) | void CM_LoadMap( const char *name, qboolean clientload, int *checksum ) { function CM_ClearMap (line 665) | void CM_ClearMap( void ) { function cmodel_t (line 675) | cmodel_t *CM_ClipHandleToModel( clipHandle_t handle ) { function clipHandle_t (line 700) | clipHandle_t CM_InlineModel( int index ) { function CM_NumClusters (line 707) | int CM_NumClusters( void ) { function CM_NumInlineModels (line 711) | int CM_NumInlineModels( void ) { function CM_LeafCluster (line 719) | int CM_LeafCluster( int leafnum ) { function CM_LeafArea (line 726) | int CM_LeafArea( int leafnum ) { function CM_InitBoxHull (line 744) | void CM_InitBoxHull (void) function clipHandle_t (line 798) | clipHandle_t CM_TempBoxModel( const vec3_t mins, const vec3_t maxs, int ... function CM_ModelBounds (line 831) | void CM_ModelBounds( clipHandle_t model, vec3_t mins, vec3_t maxs ) { FILE: src/engine/qcommon/cm_local.h type cNode_t (line 32) | typedef struct { type cLeaf_t (line 37) | typedef struct { type cmodel_t (line 48) | typedef struct cmodel_s { type cbrushside_t (line 53) | typedef struct { type cbrush_t (line 59) | typedef struct { type cPatch_t (line 69) | typedef struct { type cArea_t (line 77) | typedef struct { type clipMap_t (line 82) | typedef struct { type sphere_t (line 146) | typedef struct type traceWork_t (line 154) | typedef struct { type leafList_t (line 169) | typedef struct leafList_s { type patchCollide_s (line 191) | struct patchCollide_s type patchCollide_s (line 192) | struct patchCollide_s type patchCollide_s (line 193) | struct patchCollide_s FILE: src/engine/qcommon/cm_patch.c function CM_ClearLevelPatches (line 97) | void CM_ClearLevelPatches( void ) { function CM_SignbitsForNormal (line 107) | static int CM_SignbitsForNormal( vec3_t normal ) { function qboolean (line 127) | static qboolean CM_PlaneFromPoints( vec4_t plane, vec3_t a, vec3_t b, ve... function qboolean (line 158) | static qboolean CM_NeedsSubdivision( vec3_t a, vec3_t b, vec3_t c ) { function CM_Subdivide (line 190) | static void CM_Subdivide( vec3_t a, vec3_t b, vec3_t c, vec3_t out1, vec... function CM_TransposeGrid (line 207) | static void CM_TransposeGrid( cGrid_t *grid ) { function CM_SetGridWrapWidth (line 258) | static void CM_SetGridWrapWidth( cGrid_t *grid ) { function CM_SubdivideGridColumns (line 289) | static void CM_SubdivideGridColumns( cGrid_t *grid ) { function qboolean (line 357) | static qboolean CM_ComparePoints( float *a, float *b ) { function CM_RemoveDegenerateColumns (line 382) | static void CM_RemoveDegenerateColumns( cGrid_t *grid ) { function CM_PlaneEqual (line 431) | int CM_PlaneEqual(patchPlane_t *p, float plane[4], int *flipped) { function CM_SnapVector (line 465) | void CM_SnapVector(vec3_t normal) { function CM_FindPlane2 (line 490) | int CM_FindPlane2(float plane[4], int *flipped) { function CM_FindPlane (line 518) | static int CM_FindPlane( float *p1, float *p2, float *p3 ) { function CM_PointOnPlaneSide (line 570) | static int CM_PointOnPlaneSide( float *p, int planeNum ) { function CM_GridPlane (line 597) | static int CM_GridPlane( int gridPlanes[MAX_GRID_SIZE][MAX_GRID_SIZE][2]... function CM_EdgePlaneNum (line 619) | static int CM_EdgePlaneNum( cGrid_t *grid, int gridPlanes[MAX_GRID_SIZE]... function CM_SetBorderInward (line 678) | static void CM_SetBorderInward( facet_t *facet, cGrid_t *grid, int gridP... function qboolean (line 756) | static qboolean CM_ValidateFacet( facet_t *facet ) { function CM_AddFacetBevels (line 807) | void CM_AddFacetBevels( facet_t *facet ) { type edgeName_t (line 968) | typedef enum { function CM_PatchCollideFromGrid (line 980) | static void CM_PatchCollideFromGrid( cGrid_t *grid, patchCollide_t *pf ) { type patchCollide_s (line 1148) | struct patchCollide_s function CM_TracePointThroughPatchCollide (line 1231) | void CM_TracePointThroughPatchCollide( traceWork_t *tw, const struct pat... function CM_CheckFacetPlane (line 1331) | int CM_CheckFacetPlane(float *plane, vec3_t start, vec3_t end, float *en... function CM_TraceThroughPatchCollide (line 1377) | void CM_TraceThroughPatchCollide( traceWork_t *tw, const struct patchCol... function qboolean (line 1513) | qboolean CM_PositionTestInPatchCollide( traceWork_t *tw, const struct pa... function CM_DrawDebugSurface (line 1616) | void CM_DrawDebugSurface( void (*drawPoly)(int color, int numPoints, flo... FILE: src/engine/qcommon/cm_patch.h type patchPlane_t (line 66) | typedef struct { type facet_t (line 71) | typedef struct { type patchCollide_t (line 79) | typedef struct patchCollide_s { type cGrid_t (line 90) | typedef struct { type patchCollide_s (line 103) | struct patchCollide_s FILE: src/engine/qcommon/cm_polylib.c function pw (line 36) | void pw(winding_t *w) function winding_t (line 49) | winding_t *AllocWinding (int points) function FreeWinding (line 66) | void FreeWinding (winding_t *w) function RemoveColinearPoints (line 83) | void RemoveColinearPoints (winding_t *w) function WindingPlane (line 119) | void WindingPlane (winding_t *w, vec3_t normal, vec_t *dist) function vec_t (line 136) | vec_t WindingArea (winding_t *w) function WindingBounds (line 158) | void WindingBounds (winding_t *w, vec3_t mins, vec3_t maxs) function WindingCenter (line 184) | void WindingCenter (winding_t *w, vec3_t center) function winding_t (line 202) | winding_t *BaseWindingForPlane (vec3_t normal, vec_t dist) function winding_t (line 273) | winding_t *CopyWinding (winding_t *w) function winding_t (line 289) | winding_t *ReverseWinding (winding_t *w) function ClipWindingEpsilon (line 309) | void ClipWindingEpsilon (winding_t *in, vec3_t normal, vec_t dist, function ChopWindingInPlace (line 421) | void ChopWindingInPlace (winding_t **inout, vec3_t normal, vec_t dist, v... function winding_t (line 526) | winding_t *ChopWinding (winding_t *in, vec3_t normal, vec_t dist) function CheckWinding (line 544) | void CheckWinding (winding_t *w) function WindingOnPlaneSide (line 607) | int WindingOnPlaneSide (winding_t *w, vec3_t normal, vec_t dist) function AddWindingToConvexHull (line 650) | void AddWindingToConvexHull( winding_t *w, winding_t **hull, vec3_t norm... FILE: src/engine/qcommon/cm_polylib.h type winding_t (line 25) | typedef struct FILE: src/engine/qcommon/cm_test.c function CM_PointLeafnum_r (line 31) | int CM_PointLeafnum_r( const vec3_t p, int num ) { function CM_PointLeafnum (line 56) | int CM_PointLeafnum( const vec3_t p ) { function CM_StoreLeafs (line 73) | void CM_StoreLeafs( leafList_t *ll, int nodenum ) { function CM_StoreBrushes (line 90) | void CM_StoreBrushes( leafList_t *ll, int nodenum ) { function CM_BoxLeafnums_r (line 140) | void CM_BoxLeafnums_r( leafList_t *ll, int nodenum ) { function CM_BoxLeafnums (line 172) | int CM_BoxLeafnums( const vec3_t mins, const vec3_t maxs, int *list, int... function CM_BoxBrushes (line 197) | int CM_BoxBrushes( const vec3_t mins, const vec3_t maxs, cbrush_t **list... function CM_PointContents (line 226) | int CM_PointContents( const vec3_t p, clipHandle_t model ) { function CM_TransformedPointContents (line 279) | int CM_TransformedPointContents( const vec3_t p, clipHandle_t model, con... function byte (line 312) | byte *CM_ClusterPVS (int cluster) { function CM_FloodArea_r (line 330) | void CM_FloodArea_r( int areaNum, int floodnum) { function CM_FloodAreaConnections (line 359) | void CM_FloodAreaConnections( void ) { function CM_AdjustAreaPortalState (line 385) | void CM_AdjustAreaPortalState( int area1, int area2, qboolean open ) { function qboolean (line 414) | qboolean CM_AreasConnected( int area1, int area2 ) { function CM_WriteAreaBits (line 450) | int CM_WriteAreaBits (byte *buffer, int area) FILE: src/engine/qcommon/cm_trace.c function RotatePoint (line 44) | void RotatePoint(vec3_t point, /*const*/ vec3_t matrix[3]) { // bk: FIXME function TransposeMatrix (line 58) | void TransposeMatrix(/*const*/ vec3_t matrix[3], vec3_t transpose[3]) { ... function CreateRotationMatrix (line 72) | void CreateRotationMatrix(const vec3_t angles, vec3_t matrix[3]) { function CM_ProjectPointOntoVector (line 82) | void CM_ProjectPointOntoVector( vec3_t point, vec3_t vStart, vec3_t vDir... function CM_DistanceFromLineSquared (line 96) | float CM_DistanceFromLineSquared(vec3_t p, vec3_t lp1, vec3_t lp2, vec3_... function CM_VectorDistanceSquared (line 121) | float CM_VectorDistanceSquared(vec3_t p1, vec3_t p2) { function SquareRootFloat (line 133) | float SquareRootFloat(float number) { function CM_TestBoxInBrush (line 162) | void CM_TestBoxInBrush( traceWork_t *tw, cbrush_t *brush ) { function CM_TestCapsuleInCapsule (line 305) | void CM_TestCapsuleInCapsule( traceWork_t *tw, clipHandle_t model ) { function CM_TestBoundingBoxInCapsule (line 374) | void CM_TestBoundingBoxInCapsule( traceWork_t *tw, clipHandle_t model ) { function CM_PositionTest (line 411) | void CM_PositionTest( traceWork_t *tw ) { function CM_TraceThroughPatch (line 463) | void CM_TraceThroughPatch( traceWork_t *tw, cPatch_t *patch ) { function CM_TraceThroughBrush (line 483) | void CM_TraceThroughBrush( traceWork_t *tw, cbrush_t *brush ) { function CM_TraceThroughSphere (line 729) | void CM_TraceThroughSphere( traceWork_t *tw, vec3_t origin, float radius... function CM_TraceThroughVerticalCylinder (line 817) | void CM_TraceThroughVerticalCylinder( traceWork_t *tw, vec3_t origin, fl... function CM_TraceCapsuleThroughCapsule (line 920) | void CM_TraceCapsuleThroughCapsule( traceWork_t *tw, clipHandle_t model ) { function CM_TraceBoundingBoxThroughCapsule (line 982) | void CM_TraceBoundingBoxThroughCapsule( traceWork_t *tw, clipHandle_t mo... function CM_TraceThroughTree (line 1025) | void CM_TraceThroughTree( traceWork_t *tw, int num, float p1f, float p2f... function CM_Trace (line 1149) | void CM_Trace( trace_t *results, const vec3_t start, const vec3_t end, v... function CM_BoxTrace (line 1367) | void CM_BoxTrace( trace_t *results, const vec3_t start, const vec3_t end, function CM_TransformedBoxTrace (line 1381) | void CM_TransformedBoxTrace( trace_t *results, const vec3_t start, const... FILE: src/engine/qcommon/cmd.c type cmd_t (line 30) | typedef struct { function Cmd_Wait_f (line 52) | void Cmd_Wait_f( void ) { function Cbuf_Init (line 74) | void Cbuf_Init (void) function Cbuf_AddText (line 88) | void Cbuf_AddText( const char *text ) { function Cbuf_InsertText (line 111) | void Cbuf_InsertText( const char *text ) { function Cbuf_ExecuteText (line 141) | void Cbuf_ExecuteText (int exec_when, const char *text) function Cbuf_Execute (line 168) | void Cbuf_Execute (void) function Cmd_Exec_f (line 239) | void Cmd_Exec_f( void ) { function Cmd_Vstr_f (line 271) | void Cmd_Vstr_f( void ) { function Cmd_Echo_f (line 291) | void Cmd_Echo_f (void) type cmd_function_t (line 309) | typedef struct cmd_function_s function Cmd_Argc (line 329) | int Cmd_Argc( void ) { function Cmd_ArgvBuffer (line 353) | void Cmd_ArgvBuffer( int arg, char *buffer, int bufferLength ) { function Cmd_ArgsBuffer (line 412) | void Cmd_ArgsBuffer( char *buffer, int bufferLength ) { function Cmd_TokenizeString (line 442) | void Cmd_TokenizeString( const char *text_in ) { function Cmd_AddCommand (line 550) | void Cmd_AddCommand( const char *cmd_name, xcommand_t function ) { function Cmd_RemoveCommand (line 577) | void Cmd_RemoveCommand( const char *cmd_name ) { function Cmd_CommandCompletion (line 605) | void Cmd_CommandCompletion( void(*callback)(const char *s) ) { function Cmd_ExecuteString (line 621) | void Cmd_ExecuteString( const char *text ) { function Cmd_List_f (line 681) | void Cmd_List_f (void) function Cmd_Init (line 708) | void Cmd_Init (void) { FILE: src/engine/qcommon/common.c function Com_BeginRedirect (line 111) | void Com_BeginRedirect (char *buffer, int buffersize, void (*flush)( cha... function Com_EndRedirect (line 122) | void Com_EndRedirect (void) function Com_Printf (line 143) | void QDECL Com_Printf( const char *fmt, ... ) { function Com_DPrintf (line 209) | void QDECL Com_DPrintf( const char *fmt, ...) { function Com_Error (line 232) | void QDECL Com_Error( int code, const char *fmt, ... ) { function Com_Quit_f (line 321) | void Com_Quit_f( void ) { function Com_ParseCommandLine (line 362) | void Com_ParseCommandLine( char *commandLine ) { function qboolean (line 394) | qboolean Com_SafeMode( void ) { function Com_StartupVariable (line 420) | void Com_StartupVariable( const char *match ) { function qboolean (line 453) | qboolean Com_AddStartupCommands( void ) { function Info_Print (line 478) | void Info_Print( const char *s ) { function Com_Filter (line 554) | int Com_Filter(char *filter, char *name, int casesensitive) function Com_FilterPath (line 634) | int Com_FilterPath(char *filter, char *name, int casesensitive) function Com_HashKey (line 666) | int Com_HashKey(char *string, int maxlen) { function Com_RealTime (line 682) | int Com_RealTime(qtime_t *qtime) { type zonedebug_t (line 723) | typedef struct zonedebug_s { type memblock_t (line 730) | typedef struct memblock_s { type memzone_t (line 740) | typedef struct { function Z_ClearZone (line 760) | void Z_ClearZone( memzone_t *zone, int size ) { function Z_AvailableZoneMemory (line 785) | int Z_AvailableZoneMemory( memzone_t *zone ) { function Z_AvailableMemory (line 794) | int Z_AvailableMemory( void ) { function Z_Free (line 803) | void Z_Free( void *ptr ) { function Z_FreeTags (line 874) | void Z_FreeTags( int tag ) { function Z_CheckHeap (line 1029) | void Z_CheckHeap( void ) { function Z_LogZoneHeap (line 1052) | void Z_LogZoneHeap( memzone_t *zone, char *name ) { function Z_LogHeap (line 1105) | void Z_LogHeap( void ) { type memstatic_t (line 1111) | typedef struct memstatic_s { type hunkHeader_t (line 1194) | typedef struct { type hunkUsed_t (line 1199) | typedef struct { type hunkblock_t (line 1206) | typedef struct hunkblock_s { function Com_Meminfo_f (line 1232) | void Com_Meminfo_f( void ) { function Com_TouchMemory (line 1326) | void Com_TouchMemory( void ) { function Com_InitSmallZoneMemory (line 1373) | void Com_InitSmallZoneMemory( void ) { function Com_InitZoneMemory (line 1385) | void Com_InitZoneMemory( void ) { function Hunk_Log (line 1410) | void Hunk_Log( void) { function Hunk_SmallLog (line 1440) | void Hunk_SmallLog( void) { function Com_InitHunkMemory (line 1488) | void Com_InitHunkMemory( void ) { function Hunk_MemoryRemaining (line 1546) | int Hunk_MemoryRemaining( void ) { function Hunk_SetMark (line 1562) | void Hunk_SetMark( void ) { function Hunk_ClearToMark (line 1574) | void Hunk_ClearToMark( void ) { function qboolean (line 1584) | qboolean Hunk_CheckMark( void ) { function Hunk_Clear (line 1602) | void Hunk_Clear( void ) { function Hunk_SwapBanks (line 1632) | static void Hunk_SwapBanks( void ) { function Hunk_FreeTempMemory (line 1782) | void Hunk_FreeTempMemory( void *buf ) { function Hunk_ClearTempMemory (line 1830) | void Hunk_ClearTempMemory( void ) { function Hunk_Trash (line 1841) | void Hunk_Trash( void ) { function Com_InitJournaling (line 1901) | void Com_InitJournaling( void ) { function sysEvent_t (line 1931) | sysEvent_t Com_GetRealEvent( void ) { function Com_InitPushEvent (line 1976) | void Com_InitPushEvent( void ) { function Com_PushEvent (line 1992) | void Com_PushEvent( sysEvent_t *event ) { function sysEvent_t (line 2023) | sysEvent_t Com_GetEvent( void ) { function Com_RunAndTimeServerPacket (line 2036) | void Com_RunAndTimeServerPacket( netadr_t *evFrom, msg_t *buf ) { function Com_EventLoop (line 2063) | int Com_EventLoop( void ) { function Com_Milliseconds (line 2163) | int Com_Milliseconds (void) { function Com_Error_f (line 2188) | static void Com_Error_f (void) { function Com_Freeze_f (line 2205) | static void Com_Freeze_f (void) { function Com_Crash_f (line 2232) | static void Com_Crash_f( void ) { function Com_ReadCDKey (line 2251) | void Com_ReadCDKey( const char *filename ) { function Com_AppendCDKey (line 2281) | void Com_AppendCDKey( const char *filename ) { function Com_WriteCDKey (line 2312) | static void Com_WriteCDKey( const char *filename, const char *ikey ) { function Com_Init (line 2349) | void Com_Init( char *commandLine ) { function Com_WriteConfigToFile (line 2504) | void Com_WriteConfigToFile( const char *filename ) { function Com_WriteConfiguration (line 2527) | void Com_WriteConfiguration( void ) { function Com_WriteConfig_f (line 2563) | void Com_WriteConfig_f( void ) { function Com_ModifyMsec (line 2582) | int Com_ModifyMsec( int msec ) { function Com_Frame (line 2633) | void Com_Frame( void ) { function Com_Shutdown (line 2803) | void Com_Shutdown (void) { function Com_Memcpy (line 2820) | void Com_Memcpy (void* dest, const void* src, const size_t count) function Com_Memset (line 2825) | void Com_Memset (void* dest, const int val, const size_t count) type e_prefetch (line 2832) | typedef enum function Q_acos (line 3148) | float Q_acos(float c) { function Field_Clear (line 3173) | void Field_Clear( field_t *edit ) { function FindMatches (line 3191) | static void FindMatches( const char *s ) { function PrintMatches (line 3217) | static void PrintMatches( const char *s ) { function keyConcatArgs (line 3223) | static void keyConcatArgs( void ) { function ConcatRemaining (line 3244) | static void ConcatRemaining( const char *src, const char *start ) { function Field_CompleteCommand (line 3266) | void Field_CompleteCommand( field_t *field ) { FILE: src/engine/qcommon/cvar.c function generateHashValue (line 45) | static long generateHashValue( const char *fname ) { function qboolean (line 66) | static qboolean Cvar_ValidateString( const char *s ) { function cvar_t (line 87) | static cvar_t *Cvar_FindVar( const char *var_name ) { function Cvar_VariableValue (line 107) | float Cvar_VariableValue( const char *var_name ) { function Cvar_VariableIntegerValue (line 122) | int Cvar_VariableIntegerValue( const char *var_name ) { function Cvar_VariableStringBuffer (line 152) | void Cvar_VariableStringBuffer( const char *var_name, char *buffer, int ... function Cvar_CommandCompletion (line 170) | void Cvar_CommandCompletion( void(*callback)(const char *s) ) { function cvar_t (line 187) | cvar_t *Cvar_Get( const char *var_name, const char *var_value, int flags... function cvar_t (line 286) | cvar_t *Cvar_Set2( const char *var_name, const char *value, qboolean for... function Cvar_Set (line 397) | void Cvar_Set( const char *var_name, const char *value) { function Cvar_SetLatched (line 406) | void Cvar_SetLatched( const char *var_name, const char *value) { function Cvar_SetValue (line 415) | void Cvar_SetValue( const char *var_name, float value) { function Cvar_Reset (line 432) | void Cvar_Reset( const char *var_name ) { function Cvar_SetCheatState (line 444) | void Cvar_SetCheatState( void ) { function qboolean (line 471) | qboolean Cvar_Command( void ) { function Cvar_Toggle_f (line 502) | void Cvar_Toggle_f( void ) { function Cvar_Set_f (line 524) | void Cvar_Set_f( void ) { function Cvar_SetU_f (line 557) | void Cvar_SetU_f( void ) { function Cvar_SetS_f (line 579) | void Cvar_SetS_f( void ) { function Cvar_SetA_f (line 601) | void Cvar_SetA_f( void ) { function Cvar_Reset_f (line 621) | void Cvar_Reset_f( void ) { function Cvar_WriteVariables (line 637) | void Cvar_WriteVariables( fileHandle_t f ) { function Cvar_List_f (line 662) | void Cvar_List_f( void ) { function Cvar_Restart_f (line 728) | void Cvar_Restart_f( void ) { function Cvar_InfoStringBuffer (line 822) | void Cvar_InfoStringBuffer( int bit, char* buff, int buffsize ) { function Cvar_Register (line 833) | void Cvar_Register( vmCvar_t *vmCvar, const char *varName, const char *d... function Cvar_Update (line 853) | void Cvar_Update( vmCvar_t *vmCvar ) { function Cvar_Init (line 895) | void Cvar_Init (void) { FILE: src/engine/qcommon/files.c type fileInPack_t (line 217) | typedef struct fileInPack_s { type pack_t (line 223) | typedef struct { type directory_t (line 237) | typedef struct { type searchpath_t (line 242) | typedef struct searchpath_s { type qfile_gut (line 267) | typedef union qfile_gus { type qfile_ut (line 272) | typedef struct qfile_us { type fileHandleData_t (line 277) | typedef struct { function qboolean (line 324) | qboolean FS_Initialized() { function qboolean (line 333) | qboolean FS_PakIsPure( pack_t *pack ) { function FS_LoadStack (line 357) | int FS_LoadStack() function FS_HashFileName (line 367) | static long FS_HashFileName( const char *fname, int hashSize ) { function fileHandle_t (line 387) | static fileHandle_t FS_HandleForFile(void) { function FILE (line 399) | static FILE *FS_FileForHandle( fileHandle_t f ) { function FS_ForceFlush (line 413) | void FS_ForceFlush( fileHandle_t f ) { function FS_filelength (line 429) | int FS_filelength( fileHandle_t f ) { function FS_ReplaceSeparators (line 450) | static void FS_ReplaceSeparators( char *path ) { function qboolean (line 493) | static qboolean FS_CreatePath (char *OSPath) { function FS_CopyFile (line 521) | static void FS_CopyFile( char *fromOSPath, char *toOSPath ) { function FS_Remove (line 568) | static void FS_Remove( const char *osPath ) { function qboolean (line 582) | qboolean FS_FileExists( const char *file ) function qboolean (line 604) | qboolean FS_SV_FileExists( const char *file ) function fileHandle_t (line 627) | fileHandle_t FS_SV_FOpenFileWrite( const char *filename ) { function FS_SV_FOpenFileRead (line 668) | int FS_SV_FOpenFileRead( const char *filename, fileHandle_t *fp ) { function FS_SV_Rename (line 751) | void FS_SV_Rename( const char *from, const char *to ) { function FS_Rename (line 785) | void FS_Rename( const char *from, const char *to ) { function FS_FCloseFile (line 819) | void FS_FCloseFile( fileHandle_t f ) { function fileHandle_t (line 849) | fileHandle_t FS_FOpenFileWrite( const char *filename ) { function fileHandle_t (line 890) | fileHandle_t FS_FOpenFileAppend( const char *filename ) { function qboolean (line 931) | qboolean FS_FilenameCompare( const char *s1, const char *s2 ) { function FS_FOpenFileRead (line 988) | int FS_FOpenFileRead( const char *filename, fileHandle_t *file, qboolean... function FS_Read2 (line 1235) | int FS_Read2( void *buffer, int len, fileHandle_t f ) { function FS_Read (line 1254) | int FS_Read( void *buffer, int len, fileHandle_t f ) { function FS_Write (line 1307) | int FS_Write( const void *buffer, int len, fileHandle_t h ) { function FS_Printf (line 1353) | void QDECL FS_Printf( fileHandle_t h, const char *fmt, ... ) { function FS_Seek (line 1370) | int FS_Seek( fileHandle_t f, long offset, int origin ) { function FS_FileIsInPAK (line 1431) | int FS_FileIsInPAK(const char *filename, int *pChecksum ) { function FS_ReadFile (line 1499) | int FS_ReadFile( const char *qpath, void **buffer ) { function FS_FreeFile (line 1613) | void FS_FreeFile( void *buffer ) { function FS_WriteFile (line 1637) | void FS_WriteFile( const char *qpath, const void *buffer, int size ) { function pack_t (line 1677) | static pack_t *FS_LoadZipFile( char *zipfile, const char *basename ) function FS_ReturnPath (line 1788) | static int FS_ReturnPath( const char *zname, char *zpath, int *depth ) { function FS_AddFileToList (line 1816) | static int FS_AddFileToList( char *name, char *list[MAX_FOUND_FILES], in... function FS_FreeFileList (line 1982) | void FS_FreeFileList( char **list ) { function FS_GetFileList (line 2006) | int FS_GetFileList( const char *path, const char *extension, char *list... function Sys_CountFileList (line 2049) | static unsigned int Sys_CountFileList(char **list) function FS_GetModList (line 2114) | int FS_GetModList( char *listbuf, int bufsize ) { function FS_Dir_f (line 2237) | void FS_Dir_f( void ) { function FS_ConvertPath (line 2273) | void FS_ConvertPath( char *s ) { function FS_PathCmp (line 2289) | int FS_PathCmp( const char *s1, const char *s2 ) { function FS_SortFileList (line 2326) | void FS_SortFileList(char **filelist, int numfiles) { function FS_NewDir_f (line 2354) | void FS_NewDir_f( void ) { function FS_Path_f (line 2388) | void FS_Path_f( void ) { function FS_TouchFile_f (line 2425) | void FS_TouchFile_f( void ) { function paksort (line 2442) | static int QDECL paksort( const void *a, const void *b ) { function FS_AddGameDirectory (line 2460) | static void FS_AddGameDirectory( const char *path, const char *dir ) { function qboolean (line 2530) | qboolean FS_idPak( char *pak, char *base ) { function qboolean (line 2570) | qboolean FS_ComparePaks( char *neededpaks, int len, qboolean dlstring ) { function FS_Shutdown (line 2652) | void FS_Shutdown( qboolean closemfp ) { function FS_ReorderPurePaks (line 2702) | static void FS_ReorderPurePaks() function FS_Startup (line 2740) | static void FS_Startup( const char *gameName ) { function FS_SetRestrictions (line 2838) | static void FS_SetRestrictions( void ) { function FS_ClearPakReferences (line 3113) | void FS_ClearPakReferences( int flags ) { function FS_PureServerSetLoadedPaks (line 3138) | void FS_PureServerSetLoadedPaks( const char *pakSums, const char *pakNam... function FS_PureServerSetReferencedPaks (line 3198) | void FS_PureServerSetReferencedPaks( const char *pakSums, const char *pa... function FS_InitFilesystem (line 3242) | void FS_InitFilesystem( void ) { function FS_Restart (line 3280) | void FS_Restart( int checksumFeed ) { function qboolean (line 3336) | qboolean FS_ConditionalRestart( int checksumFeed ) { function FS_FOpenFileByMode (line 3352) | int FS_FOpenFileByMode( const char *qpath, fileHandle_t *f, fsMode_t mo... function FS_FTell (line 3406) | int FS_FTell( fileHandle_t f ) { function FS_Flush (line 3416) | void FS_Flush( fileHandle_t f ) { FILE: src/engine/qcommon/huffman.c function Huff_putBit (line 32) | void Huff_putBit( int bit, byte *fout, int *offset) { function Huff_getBit (line 42) | int Huff_getBit( byte *fin, int *offset) { function add_bit (line 52) | static void add_bit (char bit, byte *fout) { function get_bit (line 61) | static int get_bit (byte *fin) { function node_t (line 68) | static node_t **get_ppnode(huff_t* huff) { function free_ppnode (line 79) | static void free_ppnode(huff_t* huff, node_t **ppnode) { function swap (line 85) | static void swap (huff_t* huff, node_t *node1, node_t *node2) { function swaplist (line 116) | static void swaplist(node_t *node1, node_t *node2) { function increment (line 148) | static void increment(huff_t* huff, node_t *node) { function Huff_addRef (line 186) | void Huff_addRef(huff_t* huff, byte ch) { function Huff_Receive (line 256) | int Huff_Receive (node_t *node, int *ch, byte *fin) { function Huff_offsetReceive (line 272) | void Huff_offsetReceive (node_t *node, int *ch, byte *fin, int *offset) { function send (line 291) | static void send(node_t *node, node_t *child, byte *fout) { function Huff_transmit (line 305) | void Huff_transmit (huff_t *huff, int ch, byte *fout) { function Huff_offsetTransmit (line 318) | void Huff_offsetTransmit (huff_t *huff, int ch, byte *fout, int *offset) { function Huff_Decompress (line 324) | void Huff_Decompress(msg_t *mbuf, int offset) { function Huff_Compress (line 378) | void Huff_Compress(msg_t *mbuf, int offset) { function Huff_Init (line 417) | void Huff_Init(huffman_t *huff) { FILE: src/engine/qcommon/md4.c type UINT2 (line 12) | typedef unsigned short int UINT2; type UINT4 (line 15) | typedef unsigned long int UINT4; type MD4_CTX (line 31) | typedef struct { function MD4Init (line 103) | void MD4Init (MD4_CTX *context) function MD4Update (line 115) | void MD4Update (MD4_CTX *context, const unsigned char *input, unsigned i... function MD4Final (line 150) | void MD4Final (unsigned char digest[16], MD4_CTX *context) function MD4Transform (line 175) | static void MD4Transform (UINT4 state[4], const unsigned char block[64]) function Encode (line 246) | static void Encode (unsigned char *output, UINT4 *input, unsigned int len) function Decode (line 260) | static void Decode (UINT4 *output, const unsigned char *input, unsigned ... function Com_BlockChecksum (line 270) | unsigned Com_BlockChecksum (const void *buffer, int length) function Com_BlockChecksumKey (line 285) | unsigned Com_BlockChecksumKey (void *buffer, int length, int key) FILE: src/engine/qcommon/msg.c function MSG_Init (line 44) | void MSG_Init( msg_t *buf, byte *data, int length ) { function MSG_InitOOB (line 53) | void MSG_InitOOB( msg_t *buf, byte *data, int length ) { function MSG_Clear (line 63) | void MSG_Clear( msg_t *buf ) { function MSG_Bitstream (line 70) | void MSG_Bitstream( msg_t *buf ) { function MSG_BeginReading (line 74) | void MSG_BeginReading( msg_t *msg ) { function MSG_BeginReadingOOB (line 80) | void MSG_BeginReadingOOB( msg_t *msg ) { function MSG_Copy (line 86) | void MSG_Copy(msg_t *buf, byte *data, int length, msg_t *src) function MSG_WriteBits (line 107) | void MSG_WriteBits( msg_t *msg, int value, int bits ) { function MSG_ReadBits (line 184) | int MSG_ReadBits( msg_t *msg, int bits ) { function MSG_WriteChar (line 255) | void MSG_WriteChar( msg_t *sb, int c ) { function MSG_WriteByte (line 264) | void MSG_WriteByte( msg_t *sb, int c ) { function MSG_WriteData (line 273) | void MSG_WriteData( msg_t *buf, const void *data, int length ) { function MSG_WriteShort (line 280) | void MSG_WriteShort( msg_t *sb, int c ) { function MSG_WriteLong (line 289) | void MSG_WriteLong( msg_t *sb, int c ) { function MSG_WriteFloat (line 293) | void MSG_WriteFloat( msg_t *sb, float f ) { function MSG_WriteString (line 303) | void MSG_WriteString( msg_t *sb, const char *s ) { function MSG_WriteBigString (line 329) | void MSG_WriteBigString( msg_t *sb, const char *s ) { function MSG_WriteAngle (line 355) | void MSG_WriteAngle( msg_t *sb, float f ) { function MSG_WriteAngle16 (line 359) | void MSG_WriteAngle16( msg_t *sb, float f ) { function MSG_ReadChar (line 371) | int MSG_ReadChar (msg_t *msg ) { function MSG_ReadByte (line 382) | int MSG_ReadByte( msg_t *msg ) { function MSG_ReadShort (line 392) | int MSG_ReadShort( msg_t *msg ) { function MSG_ReadLong (line 403) | int MSG_ReadLong( msg_t *msg ) { function MSG_ReadFloat (line 414) | float MSG_ReadFloat( msg_t *msg ) { function MSG_ReadAngle16 (line 504) | float MSG_ReadAngle16( msg_t *msg ) { function MSG_ReadData (line 508) | void MSG_ReadData( msg_t *msg, void *data, int len ) { function MSG_WriteDelta (line 529) | void MSG_WriteDelta( msg_t *msg, int oldV, int newV, int bits ) { function MSG_ReadDelta (line 538) | int MSG_ReadDelta( msg_t *msg, int oldV, int bits ) { function MSG_WriteDeltaFloat (line 545) | void MSG_WriteDeltaFloat( msg_t *msg, float oldV, float newV ) { function MSG_ReadDeltaFloat (line 554) | float MSG_ReadDeltaFloat( msg_t *msg, float oldV ) { function MSG_WriteDeltaKey (line 583) | void MSG_WriteDeltaKey( msg_t *msg, int key, int oldV, int newV, int bit... function MSG_ReadDeltaKey (line 592) | int MSG_ReadDeltaKey( msg_t *msg, int key, int oldV, int bits ) { function MSG_WriteDeltaKeyFloat (line 599) | void MSG_WriteDeltaKeyFloat( msg_t *msg, int key, float oldV, float newV... function MSG_ReadDeltaKeyFloat (line 608) | float MSG_ReadDeltaKeyFloat( msg_t *msg, int key, float oldV ) { function MSG_WriteDeltaUsercmd (line 642) | void MSG_WriteDeltaUsercmd( msg_t *msg, usercmd_t *from, usercmd_t *to ) { function MSG_ReadDeltaUsercmd (line 666) | void MSG_ReadDeltaUsercmd( msg_t *msg, usercmd_t *from, usercmd_t *to ) { function MSG_WriteDeltaUsercmdKey (line 687) | void MSG_WriteDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, use... function MSG_ReadDeltaUsercmdKey (line 725) | void MSG_ReadDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, user... function MSG_ReportChangeVectors_f (line 768) | void MSG_ReportChangeVectors_f( void ) { type netField_t (line 777) | typedef struct { function MSG_WriteDeltaEntity (line 858) | void MSG_WriteDeltaEntity( msg_t *msg, struct entityState_s *from, struc... function MSG_ReadDeltaEntity (line 977) | void MSG_ReadDeltaEntity( msg_t *msg, entityState_t *from, entityState_t... function MSG_WriteDeltaPlayerstate (line 1159) | void MSG_WriteDeltaPlayerstate( msg_t *msg, struct playerState_s *from, ... function MSG_ReadDeltaPlayerstate (line 1315) | void MSG_ReadDeltaPlayerstate (msg_t *msg, playerState_t *from, playerSt... function MSG_initHuffman (line 1709) | void MSG_initHuffman() { FILE: src/engine/qcommon/net_chan.c function Netchan_Init (line 72) | void Netchan_Init( int port ) { function Netchan_Setup (line 86) | void Netchan_Setup( netsrc_t sock, netchan_t *chan, netadr_t adr, int qp... function Netchan_ScramblePacket (line 107) | static void Netchan_ScramblePacket( msg_t *buf ) { function Netchan_UnScramblePacket (line 144) | static void Netchan_UnScramblePacket( msg_t *buf ) { function Netchan_TransmitNextFragment (line 189) | void Netchan_TransmitNextFragment( netchan_t *chan ) { function Netchan_Transmit (line 246) | void Netchan_Transmit( netchan_t *chan, int length, const byte *data ) { function qboolean (line 304) | qboolean Netchan_Process( netchan_t *chan, msg_t *msg ) { function qboolean (line 471) | qboolean NET_CompareBaseAdr (netadr_t a, netadr_t b) function qboolean (line 519) | qboolean NET_CompareAdr (netadr_t a, netadr_t b) function qboolean (line 546) | qboolean NET_IsLocalAddress( netadr_t adr ) { type loopmsg_t (line 564) | typedef struct { type loopback_t (line 569) | typedef struct { function qboolean (line 577) | qboolean NET_GetLoopPacket (netsrc_t sock, netadr_t *net_from, msg_t *ne... function NET_SendLoopPacket (line 602) | void NET_SendLoopPacket (netsrc_t sock, int length, const void *data, ne... function NET_SendPacket (line 619) | void NET_SendPacket( netsrc_t sock, int length, const void *data, netadr... function NET_OutOfBandPrint (line 647) | void QDECL NET_OutOfBandPrint( netsrc_t sock, netadr_t adr, const char *... function NET_OutOfBandData (line 673) | void QDECL NET_OutOfBandData( netsrc_t sock, netadr_t adr, byte *format,... function qboolean (line 702) | qboolean NET_StringToAdr( const char *s, netadr_t *a ) { FILE: src/engine/qcommon/qcommon.h type msg_t (line 35) | typedef struct { type usercmd_s (line 58) | struct usercmd_s type entityState_s (line 59) | struct entityState_s type playerState_s (line 60) | struct playerState_s type usercmd_s (line 90) | struct usercmd_s type usercmd_s (line 90) | struct usercmd_s type usercmd_s (line 91) | struct usercmd_s type usercmd_s (line 91) | struct usercmd_s type entityState_s (line 96) | struct entityState_s type entityState_s (line 96) | struct entityState_s type playerState_s (line 101) | struct playerState_s type playerState_s (line 101) | struct playerState_s type playerState_s (line 102) | struct playerState_s type playerState_s (line 102) | struct playerState_s type netadrtype_t (line 127) | typedef enum { type netsrc_t (line 137) | typedef enum { type netadr_t (line 142) | typedef struct { type netchan_t (line 180) | typedef struct { type svc_ops_e (line 253) | enum svc_ops_e { type clc_ops_e (line 269) | enum clc_ops_e { type vm_t (line 286) | typedef struct vm_s vm_t; type vmInterpret_t (line 288) | typedef enum { type sharedTraps_t (line 293) | typedef enum { type field_t (line 644) | typedef struct { type memtag_t (line 738) | typedef enum { type joystickAxis_t (line 895) | typedef enum { type sysEventType_t (line 905) | typedef enum { type sysEvent_t (line 916) | typedef struct { type node_t (line 1011) | typedef struct nodetype { type huff_t (line 1021) | typedef struct { type huffman_t (line 1035) | typedef struct { FILE: src/engine/qcommon/qfiles.h type vmHeader_t (line 47) | typedef struct { type pcx_t (line 70) | typedef struct { type TargaHeader (line 95) | typedef struct _TargaHeader { type md3Frame_t (line 128) | typedef struct md3Frame_s { type md3Tag_t (line 135) | typedef struct md3Tag_s { type md3Surface_t (line 151) | typedef struct { type md3Shader_t (line 172) | typedef struct { type md3Triangle_t (line 177) | typedef struct { type md3St_t (line 181) | typedef struct { type md3XyzNormal_t (line 185) | typedef struct { type md3Header_t (line 190) | typedef struct { type md4Weight_t (line 223) | typedef struct { type md4Vertex_t (line 229) | typedef struct { type md4Triangle_t (line 236) | typedef struct { type md4Surface_t (line 240) | typedef struct { type md4Bone_t (line 266) | typedef struct { type md4Frame_t (line 270) | typedef struct { type md4LOD_t (line 277) | typedef struct { type md4Header_t (line 283) | typedef struct { type lump_t (line 362) | typedef struct { type dheader_t (line 385) | typedef struct { type dmodel_t (line 392) | typedef struct { type dshader_t (line 398) | typedef struct { type dplane_t (line 406) | typedef struct { type dnode_t (line 411) | typedef struct { type dleaf_t (line 418) | typedef struct { type dbrushside_t (line 432) | typedef struct { type dbrush_t (line 437) | typedef struct { type dfog_t (line 443) | typedef struct { type drawVert_t (line 449) | typedef struct { type mapSurfaceType_t (line 457) | typedef enum { type dsurface_t (line 465) | typedef struct { FILE: src/engine/qcommon/unzip.c type Byte (line 129) | typedef unsigned char Byte; type uInt (line 130) | typedef unsigned int uInt; type uLong (line 131) | typedef unsigned long uLong; type Byte (line 132) | typedef Byte *voidp; type voidp (line 745) | typedef voidp gzFile; type uch (line 959) | typedef unsigned char uch; type ush (line 960) | typedef unsigned short ush; type ulg (line 961) | typedef unsigned long ulg; type uLong (line 1042) | typedef uLong (*check_func) function unzlocal_getShort (line 1107) | static int unzlocal_getShort (FILE* fin, uLong *pX) function unzlocal_getLong (line 1136) | static int unzlocal_getLong (FILE *fin, uLong *pX) function strcmpcasenosensitive_internal (line 1175) | static int strcmpcasenosensitive_internal (const char* fileName1,const c... function unzStringFileNameCompare (line 1216) | extern int unzStringFileNameCompare (const char* fileName1,const char* ... function uLong (line 1233) | extern uLong unzlocal_SearchCentralDir(FILE *fin) function unzFile (line 1288) | extern unzFile unzReOpen (const char* path, unzFile file) function unzFile (line 1313) | extern unzFile unzOpen (const char* path) function unzClose (line 1408) | extern int unzClose (unzFile file) function unzGetGlobalInfo (line 1428) | extern int unzGetGlobalInfo (unzFile file,unz_global_info *pglobal_info) function unzlocal_DosDateToTmuDate (line 1442) | static void unzlocal_DosDateToTmuDate (uLong ulDosDate, tm_unz* ptm) function unzlocal_GetCurrentFileInfoInternal (line 1458) | static int unzlocal_GetCurrentFileInfoInternal (unzFile file, function unzGetCurrentFileInfo (line 1622) | extern int unzGetCurrentFileInfo ( unzFile file, unz_file_info *pfile_info, function unzGoToFirstFile (line 1637) | extern int unzGoToFirstFile (unzFile file) function unzGoToNextFile (line 1659) | extern int unzGoToNextFile (unzFile file) function unzGetCurrentFileInfoPosition (line 1686) | extern int unzGetCurrentFileInfoPosition (unzFile file, unsigned long *p... function unzSetCurrentFileInfoPosition (line 1702) | extern int unzSetCurrentFileInfoPosition (unzFile file, unsigned long pos ) function unzLocateFile (line 1727) | extern int unzLocateFile (unzFile file, const char *szFileName, int iCas... function unzlocal_CheckCurrentFileCoherencyHeader (line 1777) | static int unzlocal_CheckCurrentFileCoherencyHeader (unz_s* s, uInt* piS... function unzOpenCurrentFile (line 1863) | extern int unzOpenCurrentFile (unzFile file) function unzReadCurrentFile (line 1963) | extern int unzReadCurrentFile (unzFile file, void *buf, unsigned len) function unztell (line 2088) | extern long unztell (unzFile file) function unzeof (line 2107) | extern int unzeof (unzFile file) function unzGetLocalExtrafield (line 2139) | extern int unzGetLocalExtrafield (unzFile file,void *buf,unsigned len) function unzCloseCurrentFile (line 2183) | extern int unzCloseCurrentFile (unzFile file) function unzGetGlobalComment (line 2224) | extern int unzGetGlobalComment (unzFile file, char *szComment, uLong uSi... type inflate_blocks_state (line 2261) | struct inflate_blocks_state type inflate_blocks_statef (line 2262) | typedef struct inflate_blocks_state inflate_blocks_statef; type inflate_huft (line 2314) | typedef struct inflate_huft_s inflate_huft; type inflate_huft_s (line 2316) | struct inflate_huft_s { type inflate_codes_state (line 2371) | struct inflate_codes_state type inflate_codes_statef (line 2372) | typedef struct inflate_codes_state inflate_codes_statef; type inflate_block_mode (line 2401) | typedef enum { type inflate_blocks_state (line 2415) | struct inflate_blocks_state { function inflate_blocks_reset (line 2537) | void inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLong *c) function inflate_blocks_statef (line 2555) | inflate_blocks_statef *inflate_blocks_new(z_streamp z, check_func c, uIn... function inflate_blocks (line 2583) | int inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r) function inflate_trees_fixed (line 3457) | int inflate_trees_fixed(uInt *bl, uInt *bd, inflate_huft * *tl, inflate_... function inflate_fast (line 3484) | static int inflate_fast(uInt bl, uInt bd, inflate_huft *tl, inflate_huft... type inflate_codes_mode (line 3632) | typedef enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothi... type inflate_codes_state (line 3646) | struct inflate_codes_state { function inflate_codes_statef (line 3674) | inflate_codes_statef *inflate_codes_new(uInt bl, uInt bd, inflate_huft *... function inflate_codes (line 3692) | int inflate_codes(inflate_blocks_statef *s, z_streamp z, int r) function inflate_codes_free (line 3859) | void inflate_codes_free(inflate_codes_statef *c, z_streamp z) function uLong (line 3886) | static uLong adler32(uLong adler, const Byte *buf, uInt len) type inflate_mode (line 3952) | typedef enum { type internal_state (line 3970) | struct internal_state { function inflateReset (line 3994) | int inflateReset(z_streamp z) function inflateEnd (line 4007) | int inflateEnd(z_streamp z) function inflateInit2_ (line 4021) | int inflateInit2_(z_streamp z, int w, const char *version, int stream_size) function inflateInit_ (line 4074) | int inflateInit_(z_streamp z, const char *version, int stream_size) function inflate (line 4083) | int inflate(z_streamp z, int f) function inflateSetDictionary (line 4210) | int inflateSetDictionary(z_streamp z, const Byte *dictionary, uInt dictL... function inflateSync (line 4230) | int inflateSync(z_streamp z) function inflateSyncPoint (line 4286) | int inflateSyncPoint(z_streamp z) function voidp (line 4294) | voidp zcalloc (voidp opaque, unsigned items, unsigned size) function zcfree (line 4300) | void zcfree (voidp opaque, voidp ptr) FILE: src/engine/qcommon/unzip.h type unzFile__ (line 26) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 27) | typedef unzFile__ *unzFile; type tm_unz (line 33) | typedef struct tm_unz_s type unz_global_info (line 45) | typedef struct unz_global_info_s type unz_file_info (line 53) | typedef struct unz_file_info_s type unz_file_info_internal (line 75) | typedef struct unz_file_info_internal_s type internal_state (line 83) | struct internal_state type z_stream (line 85) | typedef struct z_stream_s { type z_stream (line 106) | typedef z_stream *z_streamp; type file_in_zip_read_info_s (line 111) | typedef struct type unz_s (line 135) | typedef struct FILE: src/engine/qcommon/vm.c function VM_Debug (line 50) | void VM_Debug( int level ) { function VM_Init (line 59) | void VM_Init( void ) { function vmSymbol_t (line 108) | vmSymbol_t *VM_ValueToFunctionSymbol( vm_t *vm, int value ) { function VM_SymbolToValue (line 130) | int VM_SymbolToValue( vm_t *vm, const char *symbol ) { function ParseHex (line 146) | int ParseHex( const char *text ) { function VM_LoadSymbols (line 174) | void VM_LoadSymbols( vm_t *vm ) { function VM_DllSyscall (line 252) | intptr_t QDECL VM_DllSyscall( intptr_t arg, ... ) { function vm_t (line 275) | vm_t *VM_Restart( vm_t *vm ) { function vm_t (line 355) | vm_t *VM_Create( const char *module, intptr_t (*systemCalls)(intptr_t *), function VM_Free (line 485) | void VM_Free( vm_t *vm ) { function VM_Clear (line 508) | void VM_Clear(void) { function VM_Call (line 581) | intptr_t QDECL VM_Call( vm_t *vm, int callnum, ... ) { function VM_ProfileSort (line 638) | static int QDECL VM_ProfileSort( const void *a, const void *b ) { function VM_VmProfile_f (line 659) | void VM_VmProfile_f( void ) { function VM_VmInfo_f (line 706) | void VM_VmInfo_f( void ) { function VM_LogSyscalls (line 735) | void VM_LogSyscalls( int *args ) { FILE: src/engine/qcommon/vm_interpreted.c function loadWord (line 116) | static inline unsigned int loadWord(void *addr) { function VM_StackTrace (line 137) | void VM_StackTrace( vm_t *vm, int programCounter, int programStack ) { function VM_PrepareInterpreter (line 155) | void VM_PrepareInterpreter( vm_t *vm, vmHeader_t *header ) { function VM_CallInterpreted (line 313) | int VM_CallInterpreted( vm_t *vm, int *args ) { FILE: src/engine/qcommon/vm_local.h type opcode_t (line 29) | typedef enum { type vmptr_t (line 118) | typedef int vmptr_t; type vmSymbol_t (line 120) | typedef struct vmSymbol_s { type vm_s (line 130) | struct vm_s { FILE: src/engine/renderer/dx.cpp function DXGI_FORMAT (line 36) | static DXGI_FORMAT get_depth_format() { function get_hardware_adapter (line 46) | static void get_hardware_adapter(IDXGIFactory4* factory, IDXGIAdapter1**... function record_and_run_commands (line 62) | static void record_and_run_commands(std::function const& rhs) class Optional (line 221) | class Optional method Optional (line 224) | Optional(RefType & reference) { m_ptr = &reference; } method Optional (line 225) | Optional(RefType * ptr) { m_ptr = ptr; } method Optional (line 226) | Optional(std::nullptr_t) { m_ptr = nullptr; } method RefType (line 229) | RefType const* operator->() const { return m_ptr; } class ArrayProxy (line 238) | class ArrayProxy method ArrayProxy (line 241) | ArrayProxy(std::nullptr_t) method ArrayProxy (line 246) | ArrayProxy(T & ptr) method ArrayProxy (line 251) | ArrayProxy(uint32_t count, T * ptr) method ArrayProxy (line 257) | ArrayProxy(std::array::type, N> & data) method ArrayProxy (line 263) | ArrayProxy(std::array::type, N> const&... method ArrayProxy (line 269) | ArrayProxy(std::vector::type, Allocato... method ArrayProxy (line 275) | ArrayProxy(std::vector::type, Allocato... method ArrayProxy (line 280) | ArrayProxy(std::initializer_list const& data) method T (line 285) | const T * begin() const method T (line 290) | const T * end() const method T (line 295) | const T & front() const method T (line 301) | const T & back() const method empty (line 307) | bool empty() const method size (line 312) | uint32_t size() const method T (line 317) | T * data() const class UniqueHandle (line 335) | class UniqueHandle method UniqueHandle (line 338) | explicit UniqueHandle( Type const& value = Type(), Deleter const& de... method UniqueHandle (line 343) | UniqueHandle( UniqueHandle const& ) = delete; method UniqueHandle (line 345) | UniqueHandle( UniqueHandle && other ) method UniqueHandle (line 355) | UniqueHandle & operator=( UniqueHandle const& ) = delete; method UniqueHandle (line 357) | UniqueHandle & operator=( UniqueHandle && other ) method Type (line 369) | Type const* operator->() const method Type (line 374) | Type const& operator*() const method Type (line 379) | Type get() const method Deleter (line 384) | Deleter & getDeleter() method Deleter (line 389) | Deleter const& getDeleter() const method reset (line 394) | void reset( Type const& value = Type() ) method Type (line 403) | Type release() method swap (line 410) | void swap( UniqueHandle & rhs ) method destroy (line 417) | void destroy() function VULKAN_HPP_INLINE (line 431) | VULKAN_HPP_INLINE void swap( UniqueHandle & lhs, UniqueH... type Result (line 437) | enum class Result function VULKAN_HPP_INLINE (line 468) | VULKAN_HPP_INLINE std::string to_string(Result value) class ErrorCategoryImpl (line 507) | class ErrorCategoryImpl : public std::error_category method message (line 511) | virtual std::string message(int ev) const override { return to_strin... function VULKAN_HPP_INLINE (line 518) | VULKAN_HPP_INLINE const std::error_category& errorCategory() function VULKAN_HPP_INLINE (line 524) | VULKAN_HPP_INLINE std::error_code make_error_code(Result e) function VULKAN_HPP_INLINE (line 529) | VULKAN_HPP_INLINE std::error_condition make_error_condition(Result e) type ResultValue (line 546) | struct ResultValue method ResultValue (line 548) | ResultValue( Result r, T & v ) type ResultValueType (line 560) | struct ResultValueType type ResultValueType (line 569) | struct ResultValueType function VULKAN_HPP_INLINE (line 578) | VULKAN_HPP_INLINE ResultValueType::type createResultValue( Resul... function VULKAN_HPP_INLINE (line 592) | VULKAN_HPP_INLINE typename ResultValueType::type createResultValue(... function VULKAN_HPP_INLINE (line 606) | VULKAN_HPP_INLINE Result createResultValue( Result result, char const ... function VULKAN_HPP_INLINE (line 620) | VULKAN_HPP_INLINE ResultValue createResultValue( Result result, T &... type FramebufferCreateFlagBits (line 639) | enum class FramebufferCreateFlagBits function VULKAN_HPP_INLINE (line 645) | VULKAN_HPP_INLINE FramebufferCreateFlags operator|( FramebufferCreateF... type QueryPoolCreateFlagBits (line 650) | enum class QueryPoolCreateFlagBits function VULKAN_HPP_INLINE (line 656) | VULKAN_HPP_INLINE QueryPoolCreateFlags operator|( QueryPoolCreateFlagB... type RenderPassCreateFlagBits (line 661) | enum class RenderPassCreateFlagBits function VULKAN_HPP_INLINE (line 667) | VULKAN_HPP_INLINE RenderPassCreateFlags operator|( RenderPassCreateFla... type SamplerCreateFlagBits (line 672) | enum class SamplerCreateFlagBits function VULKAN_HPP_INLINE (line 678) | VULKAN_HPP_INLINE SamplerCreateFlags operator|( SamplerCreateFlagBits ... type PipelineLayoutCreateFlagBits (line 683) | enum class PipelineLayoutCreateFlagBits function VULKAN_HPP_INLINE (line 689) | VULKAN_HPP_INLINE PipelineLayoutCreateFlags operator|( PipelineLayoutC... type PipelineCacheCreateFlagBits (line 694) | enum class PipelineCacheCreateFlagBits function VULKAN_HPP_INLINE (line 700) | VULKAN_HPP_INLINE PipelineCacheCreateFlags operator|( PipelineCacheCre... type PipelineDepthStencilStateCreateFlagBits (line 705) | enum class PipelineDepthStencilStateCreateFlagBits function VULKAN_HPP_INLINE (line 711) | VULKAN_HPP_INLINE PipelineDepthStencilStateCreateFlags operator|( Pipe... type PipelineDynamicStateCreateFlagBits (line 716) | enum class PipelineDynamicStateCreateFlagBits function VULKAN_HPP_INLINE (line 722) | VULKAN_HPP_INLINE PipelineDynamicStateCreateFlags operator|( PipelineD... type PipelineColorBlendStateCreateFlagBits (line 727) | enum class PipelineColorBlendStateCreateFlagBits function VULKAN_HPP_INLINE (line 733) | VULKAN_HPP_INLINE PipelineColorBlendStateCreateFlags operator|( Pipeli... type PipelineMultisampleStateCreateFlagBits (line 738) | enum class PipelineMultisampleStateCreateFlagBits function VULKAN_HPP_INLINE (line 744) | VULKAN_HPP_INLINE PipelineMultisampleStateCreateFlags operator|( Pipel... type PipelineRasterizationStateCreateFlagBits (line 749) | enum class PipelineRasterizationStateCreateFlagBits function VULKAN_HPP_INLINE (line 755) | VULKAN_HPP_INLINE PipelineRasterizationStateCreateFlags operator|( Pip... type PipelineViewportStateCreateFlagBits (line 760) | enum class PipelineViewportStateCreateFlagBits function VULKAN_HPP_INLINE (line 766) | VULKAN_HPP_INLINE PipelineViewportStateCreateFlags operator|( Pipeline... type PipelineTessellationStateCreateFlagBits (line 771) | enum class PipelineTessellationStateCreateFlagBits function VULKAN_HPP_INLINE (line 777) | VULKAN_HPP_INLINE PipelineTessellationStateCreateFlags operator|( Pipe... type PipelineInputAssemblyStateCreateFlagBits (line 782) | enum class PipelineInputAssemblyStateCreateFlagBits function VULKAN_HPP_INLINE (line 788) | VULKAN_HPP_INLINE PipelineInputAssemblyStateCreateFlags operator|( Pip... type PipelineVertexInputStateCreateFlagBits (line 793) | enum class PipelineVertexInputStateCreateFlagBits function VULKAN_HPP_INLINE (line 799) | VULKAN_HPP_INLINE PipelineVertexInputStateCreateFlags operator|( Pipel... type PipelineShaderStageCreateFlagBits (line 804) | enum class PipelineShaderStageCreateFlagBits function VULKAN_HPP_INLINE (line 810) | VULKAN_HPP_INLINE PipelineShaderStageCreateFlags operator|( PipelineSh... type BufferViewCreateFlagBits (line 815) | enum class BufferViewCreateFlagBits function VULKAN_HPP_INLINE (line 821) | VULKAN_HPP_INLINE BufferViewCreateFlags operator|( BufferViewCreateFla... type InstanceCreateFlagBits (line 826) | enum class InstanceCreateFlagBits function VULKAN_HPP_INLINE (line 832) | VULKAN_HPP_INLINE InstanceCreateFlags operator|( InstanceCreateFlagBit... type DeviceCreateFlagBits (line 837) | enum class DeviceCreateFlagBits function VULKAN_HPP_INLINE (line 843) | VULKAN_HPP_INLINE DeviceCreateFlags operator|( DeviceCreateFlagBits bi... type DeviceQueueCreateFlagBits (line 848) | enum class DeviceQueueCreateFlagBits function VULKAN_HPP_INLINE (line 854) | VULKAN_HPP_INLINE DeviceQueueCreateFlags operator|( DeviceQueueCreateF... type ImageViewCreateFlagBits (line 859) | enum class ImageViewCreateFlagBits function VULKAN_HPP_INLINE (line 865) | VULKAN_HPP_INLINE ImageViewCreateFlags operator|( ImageViewCreateFlagB... type SemaphoreCreateFlagBits (line 870) | enum class SemaphoreCreateFlagBits function VULKAN_HPP_INLINE (line 876) | VULKAN_HPP_INLINE SemaphoreCreateFlags operator|( SemaphoreCreateFlagB... type ShaderModuleCreateFlagBits (line 881) | enum class ShaderModuleCreateFlagBits function VULKAN_HPP_INLINE (line 887) | VULKAN_HPP_INLINE ShaderModuleCreateFlags operator|( ShaderModuleCreat... type EventCreateFlagBits (line 892) | enum class EventCreateFlagBits function VULKAN_HPP_INLINE (line 898) | VULKAN_HPP_INLINE EventCreateFlags operator|( EventCreateFlagBits bit0... type MemoryMapFlagBits (line 903) | enum class MemoryMapFlagBits function VULKAN_HPP_INLINE (line 909) | VULKAN_HPP_INLINE MemoryMapFlags operator|( MemoryMapFlagBits bit0, Me... type DescriptorPoolResetFlagBits (line 914) | enum class DescriptorPoolResetFlagBits function VULKAN_HPP_INLINE (line 920) | VULKAN_HPP_INLINE DescriptorPoolResetFlags operator|( DescriptorPoolRe... type DescriptorUpdateTemplateCreateFlagBitsKHR (line 925) | enum class DescriptorUpdateTemplateCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 931) | VULKAN_HPP_INLINE DescriptorUpdateTemplateCreateFlagsKHR operator|( De... type DisplayModeCreateFlagBitsKHR (line 936) | enum class DisplayModeCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 942) | VULKAN_HPP_INLINE DisplayModeCreateFlagsKHR operator|( DisplayModeCrea... type DisplaySurfaceCreateFlagBitsKHR (line 947) | enum class DisplaySurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 953) | VULKAN_HPP_INLINE DisplaySurfaceCreateFlagsKHR operator|( DisplaySurfa... type AndroidSurfaceCreateFlagBitsKHR (line 959) | enum class AndroidSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 967) | VULKAN_HPP_INLINE AndroidSurfaceCreateFlagsKHR operator|( AndroidSurfa... type MirSurfaceCreateFlagBitsKHR (line 974) | enum class MirSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 982) | VULKAN_HPP_INLINE MirSurfaceCreateFlagsKHR operator|( MirSurfaceCreate... type ViSurfaceCreateFlagBitsNN (line 989) | enum class ViSurfaceCreateFlagBitsNN function VULKAN_HPP_INLINE (line 997) | VULKAN_HPP_INLINE ViSurfaceCreateFlagsNN operator|( ViSurfaceCreateFla... type WaylandSurfaceCreateFlagBitsKHR (line 1004) | enum class WaylandSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1012) | VULKAN_HPP_INLINE WaylandSurfaceCreateFlagsKHR operator|( WaylandSurfa... type Win32SurfaceCreateFlagBitsKHR (line 1019) | enum class Win32SurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1027) | VULKAN_HPP_INLINE Win32SurfaceCreateFlagsKHR operator|( Win32SurfaceCr... type XlibSurfaceCreateFlagBitsKHR (line 1034) | enum class XlibSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1042) | VULKAN_HPP_INLINE XlibSurfaceCreateFlagsKHR operator|( XlibSurfaceCrea... type XcbSurfaceCreateFlagBitsKHR (line 1049) | enum class XcbSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1057) | VULKAN_HPP_INLINE XcbSurfaceCreateFlagsKHR operator|( XcbSurfaceCreate... type IOSSurfaceCreateFlagBitsMVK (line 1064) | enum class IOSSurfaceCreateFlagBitsMVK function VULKAN_HPP_INLINE (line 1072) | VULKAN_HPP_INLINE IOSSurfaceCreateFlagsMVK operator|( IOSSurfaceCreate... type MacOSSurfaceCreateFlagBitsMVK (line 1079) | enum class MacOSSurfaceCreateFlagBitsMVK function VULKAN_HPP_INLINE (line 1087) | VULKAN_HPP_INLINE MacOSSurfaceCreateFlagsMVK operator|( MacOSSurfaceCr... type CommandPoolTrimFlagBitsKHR (line 1093) | enum class CommandPoolTrimFlagBitsKHR function VULKAN_HPP_INLINE (line 1099) | VULKAN_HPP_INLINE CommandPoolTrimFlagsKHR operator|( CommandPoolTrimFl... type PipelineViewportSwizzleStateCreateFlagBitsNV (line 1104) | enum class PipelineViewportSwizzleStateCreateFlagBitsNV function VULKAN_HPP_INLINE (line 1110) | VULKAN_HPP_INLINE PipelineViewportSwizzleStateCreateFlagsNV operator|(... type PipelineDiscardRectangleStateCreateFlagBitsEXT (line 1115) | enum class PipelineDiscardRectangleStateCreateFlagBitsEXT function VULKAN_HPP_INLINE (line 1121) | VULKAN_HPP_INLINE PipelineDiscardRectangleStateCreateFlagsEXT operator... class DeviceMemory (line 1126) | class DeviceMemory method DeviceMemory (line 1129) | DeviceMemory() method DeviceMemory (line 1133) | DeviceMemory( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1137) | VULKAN_HPP_TYPESAFE_EXPLICIT DeviceMemory(VkDeviceMemory deviceMemory) method DeviceMemory (line 1142) | DeviceMemory& operator=(VkDeviceMemory deviceMemory) method DeviceMemory (line 1149) | DeviceMemory& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1170) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDeviceMemory() const class CommandPool (line 1190) | class CommandPool method CommandPool (line 1193) | CommandPool() method CommandPool (line 1197) | CommandPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1201) | VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool(VkCommandPool commandPool) method CommandPool (line 1206) | CommandPool& operator=(VkCommandPool commandPool) method CommandPool (line 1213) | CommandPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1234) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCommandPool() const class Buffer (line 1254) | class Buffer method Buffer (line 1257) | Buffer() method Buffer (line 1261) | Buffer( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1265) | VULKAN_HPP_TYPESAFE_EXPLICIT Buffer(VkBuffer buffer) method Buffer (line 1270) | Buffer& operator=(VkBuffer buffer) method Buffer (line 1277) | Buffer& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1298) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBuffer() const class BufferView (line 1318) | class BufferView method BufferView (line 1321) | BufferView() method BufferView (line 1325) | BufferView( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1329) | VULKAN_HPP_TYPESAFE_EXPLICIT BufferView(VkBufferView bufferView) method BufferView (line 1334) | BufferView& operator=(VkBufferView bufferView) method BufferView (line 1341) | BufferView& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1362) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBufferView() const class Image (line 1382) | class Image method Image (line 1385) | Image() method Image (line 1389) | Image( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1393) | VULKAN_HPP_TYPESAFE_EXPLICIT Image(VkImage image) method Image (line 1398) | Image& operator=(VkImage image) method Image (line 1405) | Image& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1426) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImage() const class ImageView (line 1446) | class ImageView method ImageView (line 1449) | ImageView() method ImageView (line 1453) | ImageView( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1457) | VULKAN_HPP_TYPESAFE_EXPLICIT ImageView(VkImageView imageView) method ImageView (line 1462) | ImageView& operator=(VkImageView imageView) method ImageView (line 1469) | ImageView& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1490) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImageView() const class ShaderModule (line 1510) | class ShaderModule method ShaderModule (line 1513) | ShaderModule() method ShaderModule (line 1517) | ShaderModule( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1521) | VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule(VkShaderModule shaderModule) method ShaderModule (line 1526) | ShaderModule& operator=(VkShaderModule shaderModule) method ShaderModule (line 1533) | ShaderModule& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1554) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderModule() const class Pipeline (line 1574) | class Pipeline method Pipeline (line 1577) | Pipeline() method Pipeline (line 1581) | Pipeline( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1585) | VULKAN_HPP_TYPESAFE_EXPLICIT Pipeline(VkPipeline pipeline) method Pipeline (line 1590) | Pipeline& operator=(VkPipeline pipeline) method Pipeline (line 1597) | Pipeline& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1618) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipeline() const class PipelineLayout (line 1638) | class PipelineLayout method PipelineLayout (line 1641) | PipelineLayout() method PipelineLayout (line 1645) | PipelineLayout( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1649) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout(VkPipelineLayout pipelin... method PipelineLayout (line 1654) | PipelineLayout& operator=(VkPipelineLayout pipelineLayout) method PipelineLayout (line 1661) | PipelineLayout& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1682) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineLayout() const class Sampler (line 1702) | class Sampler method Sampler (line 1705) | Sampler() method Sampler (line 1709) | Sampler( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1713) | VULKAN_HPP_TYPESAFE_EXPLICIT Sampler(VkSampler sampler) method Sampler (line 1718) | Sampler& operator=(VkSampler sampler) method Sampler (line 1725) | Sampler& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1746) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSampler() const class DescriptorSet (line 1766) | class DescriptorSet method DescriptorSet (line 1769) | DescriptorSet() method DescriptorSet (line 1773) | DescriptorSet( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1777) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSet(VkDescriptorSet descripto... method DescriptorSet (line 1782) | DescriptorSet& operator=(VkDescriptorSet descriptorSet) method DescriptorSet (line 1789) | DescriptorSet& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1810) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSet() const class DescriptorSetLayout (line 1830) | class DescriptorSetLayout method DescriptorSetLayout (line 1833) | DescriptorSetLayout() method DescriptorSetLayout (line 1837) | DescriptorSetLayout( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1841) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSetLayout(VkDescriptorSetLayo... method DescriptorSetLayout (line 1846) | DescriptorSetLayout& operator=(VkDescriptorSetLayout descriptorSetLa... method DescriptorSetLayout (line 1853) | DescriptorSetLayout& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1874) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSetLayout() const class DescriptorPool (line 1894) | class DescriptorPool method DescriptorPool (line 1897) | DescriptorPool() method DescriptorPool (line 1901) | DescriptorPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1905) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool(VkDescriptorPool descrip... method DescriptorPool (line 1910) | DescriptorPool& operator=(VkDescriptorPool descriptorPool) method DescriptorPool (line 1917) | DescriptorPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1938) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorPool() const class Fence (line 1958) | class Fence method Fence (line 1961) | Fence() method Fence (line 1965) | Fence( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1969) | VULKAN_HPP_TYPESAFE_EXPLICIT Fence(VkFence fence) method Fence (line 1974) | Fence& operator=(VkFence fence) method Fence (line 1981) | Fence& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2002) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFence() const class Semaphore (line 2022) | class Semaphore method Semaphore (line 2025) | Semaphore() method Semaphore (line 2029) | Semaphore( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2033) | VULKAN_HPP_TYPESAFE_EXPLICIT Semaphore(VkSemaphore semaphore) method Semaphore (line 2038) | Semaphore& operator=(VkSemaphore semaphore) method Semaphore (line 2045) | Semaphore& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2066) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSemaphore() const class Event (line 2086) | class Event method Event (line 2089) | Event() method Event (line 2093) | Event( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2097) | VULKAN_HPP_TYPESAFE_EXPLICIT Event(VkEvent event) method Event (line 2102) | Event& operator=(VkEvent event) method Event (line 2109) | Event& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2130) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkEvent() const class QueryPool (line 2150) | class QueryPool method QueryPool (line 2153) | QueryPool() method QueryPool (line 2157) | QueryPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2161) | VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool(VkQueryPool queryPool) method QueryPool (line 2166) | QueryPool& operator=(VkQueryPool queryPool) method QueryPool (line 2173) | QueryPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2194) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkQueryPool() const class Framebuffer (line 2214) | class Framebuffer method Framebuffer (line 2217) | Framebuffer() method Framebuffer (line 2221) | Framebuffer( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2225) | VULKAN_HPP_TYPESAFE_EXPLICIT Framebuffer(VkFramebuffer framebuffer) method Framebuffer (line 2230) | Framebuffer& operator=(VkFramebuffer framebuffer) method Framebuffer (line 2237) | Framebuffer& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2258) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFramebuffer() const class RenderPass (line 2278) | class RenderPass method RenderPass (line 2281) | RenderPass() method RenderPass (line 2285) | RenderPass( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2289) | VULKAN_HPP_TYPESAFE_EXPLICIT RenderPass(VkRenderPass renderPass) method RenderPass (line 2294) | RenderPass& operator=(VkRenderPass renderPass) method RenderPass (line 2301) | RenderPass& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2322) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkRenderPass() const class PipelineCache (line 2342) | class PipelineCache method PipelineCache (line 2345) | PipelineCache() method PipelineCache (line 2349) | PipelineCache( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2353) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache(VkPipelineCache pipelineC... method PipelineCache (line 2358) | PipelineCache& operator=(VkPipelineCache pipelineCache) method PipelineCache (line 2365) | PipelineCache& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2386) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineCache() const class ObjectTableNVX (line 2406) | class ObjectTableNVX method ObjectTableNVX (line 2409) | ObjectTableNVX() method ObjectTableNVX (line 2413) | ObjectTableNVX( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2417) | VULKAN_HPP_TYPESAFE_EXPLICIT ObjectTableNVX(VkObjectTableNVX objectT... method ObjectTableNVX (line 2422) | ObjectTableNVX& operator=(VkObjectTableNVX objectTableNVX) method ObjectTableNVX (line 2429) | ObjectTableNVX& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2450) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkObjectTableNVX() const class IndirectCommandsLayoutNVX (line 2470) | class IndirectCommandsLayoutNVX method IndirectCommandsLayoutNVX (line 2473) | IndirectCommandsLayoutNVX() method IndirectCommandsLayoutNVX (line 2477) | IndirectCommandsLayoutNVX( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2481) | VULKAN_HPP_TYPESAFE_EXPLICIT IndirectCommandsLayoutNVX(VkIndirectCom... method IndirectCommandsLayoutNVX (line 2486) | IndirectCommandsLayoutNVX& operator=(VkIndirectCommandsLayoutNVX ind... method IndirectCommandsLayoutNVX (line 2493) | IndirectCommandsLayoutNVX& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2514) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectCommandsLayoutNVX() ... class DescriptorUpdateTemplateKHR (line 2534) | class DescriptorUpdateTemplateKHR method DescriptorUpdateTemplateKHR (line 2537) | DescriptorUpdateTemplateKHR() method DescriptorUpdateTemplateKHR (line 2541) | DescriptorUpdateTemplateKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2545) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorUpdateTemplateKHR(VkDescripto... method DescriptorUpdateTemplateKHR (line 2550) | DescriptorUpdateTemplateKHR& operator=(VkDescriptorUpdateTemplateKHR... method DescriptorUpdateTemplateKHR (line 2557) | DescriptorUpdateTemplateKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2578) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorUpdateTemplateKHR(... class DisplayKHR (line 2598) | class DisplayKHR method DisplayKHR (line 2601) | DisplayKHR() method DisplayKHR (line 2605) | DisplayKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2609) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayKHR(VkDisplayKHR displayKHR) method DisplayKHR (line 2614) | DisplayKHR& operator=(VkDisplayKHR displayKHR) method DisplayKHR (line 2621) | DisplayKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2642) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayKHR() const class DisplayModeKHR (line 2662) | class DisplayModeKHR method DisplayModeKHR (line 2665) | DisplayModeKHR() method DisplayModeKHR (line 2669) | DisplayModeKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2673) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayModeKHR(VkDisplayModeKHR display... method DisplayModeKHR (line 2678) | DisplayModeKHR& operator=(VkDisplayModeKHR displayModeKHR) method DisplayModeKHR (line 2685) | DisplayModeKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2706) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayModeKHR() const class SurfaceKHR (line 2726) | class SurfaceKHR method SurfaceKHR (line 2729) | SurfaceKHR() method SurfaceKHR (line 2733) | SurfaceKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2737) | VULKAN_HPP_TYPESAFE_EXPLICIT SurfaceKHR(VkSurfaceKHR surfaceKHR) method SurfaceKHR (line 2742) | SurfaceKHR& operator=(VkSurfaceKHR surfaceKHR) method SurfaceKHR (line 2749) | SurfaceKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2770) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSurfaceKHR() const class SwapchainKHR (line 2790) | class SwapchainKHR method SwapchainKHR (line 2793) | SwapchainKHR() method SwapchainKHR (line 2797) | SwapchainKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2801) | VULKAN_HPP_TYPESAFE_EXPLICIT SwapchainKHR(VkSwapchainKHR swapchainKHR) method SwapchainKHR (line 2806) | SwapchainKHR& operator=(VkSwapchainKHR swapchainKHR) method SwapchainKHR (line 2813) | SwapchainKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2834) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSwapchainKHR() const class DebugReportCallbackEXT (line 2854) | class DebugReportCallbackEXT method DebugReportCallbackEXT (line 2857) | DebugReportCallbackEXT() method DebugReportCallbackEXT (line 2861) | DebugReportCallbackEXT( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2865) | VULKAN_HPP_TYPESAFE_EXPLICIT DebugReportCallbackEXT(VkDebugReportCal... method DebugReportCallbackEXT (line 2870) | DebugReportCallbackEXT& operator=(VkDebugReportCallbackEXT debugRepo... method DebugReportCallbackEXT (line 2877) | DebugReportCallbackEXT& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2898) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugReportCallbackEXT() const type Offset2D (line 2918) | struct Offset2D method Offset2D (line 2920) | Offset2D( int32_t x_ = 0, int32_t y_ = 0 ) method Offset2D (line 2926) | Offset2D( VkOffset2D const & rhs ) method Offset2D (line 2931) | Offset2D& operator=( VkOffset2D const & rhs ) method Offset2D (line 2937) | Offset2D& setX( int32_t x_ ) method Offset2D (line 2943) | Offset2D& setY( int32_t y_ ) type Offset3D (line 2970) | struct Offset3D method Offset3D (line 2972) | Offset3D( int32_t x_ = 0, int32_t y_ = 0, int32_t z_ = 0 ) method Offset3D (line 2979) | Offset3D( VkOffset3D const & rhs ) method Offset3D (line 2984) | Offset3D& operator=( VkOffset3D const & rhs ) method Offset3D (line 2990) | Offset3D& setX( int32_t x_ ) method Offset3D (line 2996) | Offset3D& setY( int32_t y_ ) method Offset3D (line 3002) | Offset3D& setZ( int32_t z_ ) type Extent2D (line 3031) | struct Extent2D method Extent2D (line 3033) | Extent2D( uint32_t width_ = 0, uint32_t height_ = 0 ) method Extent2D (line 3039) | Extent2D( VkExtent2D const & rhs ) method Extent2D (line 3044) | Extent2D& operator=( VkExtent2D const & rhs ) method Extent2D (line 3050) | Extent2D& setWidth( uint32_t width_ ) method Extent2D (line 3056) | Extent2D& setHeight( uint32_t height_ ) type Extent3D (line 3083) | struct Extent3D method Extent3D (line 3085) | Extent3D( uint32_t width_ = 0, uint32_t height_ = 0, uint32_t depth_... method Extent3D (line 3092) | Extent3D( VkExtent3D const & rhs ) method Extent3D (line 3097) | Extent3D& operator=( VkExtent3D const & rhs ) method Extent3D (line 3103) | Extent3D& setWidth( uint32_t width_ ) method Extent3D (line 3109) | Extent3D& setHeight( uint32_t height_ ) method Extent3D (line 3115) | Extent3D& setDepth( uint32_t depth_ ) type Viewport (line 3144) | struct Viewport method Viewport (line 3146) | Viewport( float x_ = 0, float y_ = 0, float width_ = 0, float height... method Viewport (line 3156) | Viewport( VkViewport const & rhs ) method Viewport (line 3161) | Viewport& operator=( VkViewport const & rhs ) method Viewport (line 3167) | Viewport& setX( float x_ ) method Viewport (line 3173) | Viewport& setY( float y_ ) method Viewport (line 3179) | Viewport& setWidth( float width_ ) method Viewport (line 3185) | Viewport& setHeight( float height_ ) method Viewport (line 3191) | Viewport& setMinDepth( float minDepth_ ) method Viewport (line 3197) | Viewport& setMaxDepth( float maxDepth_ ) type Rect2D (line 3232) | struct Rect2D method Rect2D (line 3234) | Rect2D( Offset2D offset_ = Offset2D(), Extent2D extent_ = Extent2D() ) method Rect2D (line 3240) | Rect2D( VkRect2D const & rhs ) method Rect2D (line 3245) | Rect2D& operator=( VkRect2D const & rhs ) method Rect2D (line 3251) | Rect2D& setOffset( Offset2D offset_ ) method Rect2D (line 3257) | Rect2D& setExtent( Extent2D extent_ ) type ClearRect (line 3284) | struct ClearRect method ClearRect (line 3286) | ClearRect( Rect2D rect_ = Rect2D(), uint32_t baseArrayLayer_ = 0, ui... method ClearRect (line 3293) | ClearRect( VkClearRect const & rhs ) method ClearRect (line 3298) | ClearRect& operator=( VkClearRect const & rhs ) method ClearRect (line 3304) | ClearRect& setRect( Rect2D rect_ ) method ClearRect (line 3310) | ClearRect& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ClearRect (line 3316) | ClearRect& setLayerCount( uint32_t layerCount_ ) type ExtensionProperties (line 3345) | struct ExtensionProperties type LayerProperties (line 3368) | struct LayerProperties type AllocationCallbacks (line 3395) | struct AllocationCallbacks method AllocationCallbacks (line 3397) | AllocationCallbacks( void* pUserData_ = nullptr, PFN_vkAllocationFun... method AllocationCallbacks (line 3407) | AllocationCallbacks( VkAllocationCallbacks const & rhs ) method AllocationCallbacks (line 3412) | AllocationCallbacks& operator=( VkAllocationCallbacks const & rhs ) method AllocationCallbacks (line 3418) | AllocationCallbacks& setPUserData( void* pUserData_ ) method AllocationCallbacks (line 3424) | AllocationCallbacks& setPfnAllocation( PFN_vkAllocationFunction pfnA... method AllocationCallbacks (line 3430) | AllocationCallbacks& setPfnReallocation( PFN_vkReallocationFunction ... method AllocationCallbacks (line 3436) | AllocationCallbacks& setPfnFree( PFN_vkFreeFunction pfnFree_ ) method AllocationCallbacks (line 3442) | AllocationCallbacks& setPfnInternalAllocation( PFN_vkInternalAllocat... method AllocationCallbacks (line 3448) | AllocationCallbacks& setPfnInternalFree( PFN_vkInternalFreeNotificat... type MemoryRequirements (line 3483) | struct MemoryRequirements type DescriptorBufferInfo (line 3508) | struct DescriptorBufferInfo method DescriptorBufferInfo (line 3510) | DescriptorBufferInfo( Buffer buffer_ = Buffer(), DeviceSize offset_ ... method DescriptorBufferInfo (line 3517) | DescriptorBufferInfo( VkDescriptorBufferInfo const & rhs ) method DescriptorBufferInfo (line 3522) | DescriptorBufferInfo& operator=( VkDescriptorBufferInfo const & rhs ) method DescriptorBufferInfo (line 3528) | DescriptorBufferInfo& setBuffer( Buffer buffer_ ) method DescriptorBufferInfo (line 3534) | DescriptorBufferInfo& setOffset( DeviceSize offset_ ) method DescriptorBufferInfo (line 3540) | DescriptorBufferInfo& setRange( DeviceSize range_ ) type SubresourceLayout (line 3569) | struct SubresourceLayout type BufferCopy (line 3598) | struct BufferCopy method BufferCopy (line 3600) | BufferCopy( DeviceSize srcOffset_ = 0, DeviceSize dstOffset_ = 0, De... method BufferCopy (line 3607) | BufferCopy( VkBufferCopy const & rhs ) method BufferCopy (line 3612) | BufferCopy& operator=( VkBufferCopy const & rhs ) method BufferCopy (line 3618) | BufferCopy& setSrcOffset( DeviceSize srcOffset_ ) method BufferCopy (line 3624) | BufferCopy& setDstOffset( DeviceSize dstOffset_ ) method BufferCopy (line 3630) | BufferCopy& setSize( DeviceSize size_ ) type SpecializationMapEntry (line 3659) | struct SpecializationMapEntry method SpecializationMapEntry (line 3661) | SpecializationMapEntry( uint32_t constantID_ = 0, uint32_t offset_ =... method SpecializationMapEntry (line 3668) | SpecializationMapEntry( VkSpecializationMapEntry const & rhs ) method SpecializationMapEntry (line 3673) | SpecializationMapEntry& operator=( VkSpecializationMapEntry const & ... method SpecializationMapEntry (line 3679) | SpecializationMapEntry& setConstantID( uint32_t constantID_ ) method SpecializationMapEntry (line 3685) | SpecializationMapEntry& setOffset( uint32_t offset_ ) method SpecializationMapEntry (line 3691) | SpecializationMapEntry& setSize( size_t size_ ) type SpecializationInfo (line 3720) | struct SpecializationInfo method SpecializationInfo (line 3722) | SpecializationInfo( uint32_t mapEntryCount_ = 0, const Specializatio... method SpecializationInfo (line 3730) | SpecializationInfo( VkSpecializationInfo const & rhs ) method SpecializationInfo (line 3735) | SpecializationInfo& operator=( VkSpecializationInfo const & rhs ) method SpecializationInfo (line 3741) | SpecializationInfo& setMapEntryCount( uint32_t mapEntryCount_ ) method SpecializationInfo (line 3747) | SpecializationInfo& setPMapEntries( const SpecializationMapEntry* pM... method SpecializationInfo (line 3753) | SpecializationInfo& setDataSize( size_t dataSize_ ) method SpecializationInfo (line 3759) | SpecializationInfo& setPData( const void* pData_ ) function ClearColorValue (line 3792) | ClearColorValue( const std::array& float32_ = { {0} } ) function ClearColorValue (line 3797) | ClearColorValue( const std::array& int32_ ) function ClearColorValue (line 3802) | ClearColorValue( const std::array& uint32_ ) function ClearColorValue (line 3807) | ClearColorValue& setFloat32( std::array float32_ ) function ClearColorValue (line 3813) | ClearColorValue& setInt32( std::array int32_ ) function ClearColorValue (line 3819) | ClearColorValue& setUint32( std::array uint32_ ) type ClearDepthStencilValue (line 3835) | struct ClearDepthStencilValue method ClearDepthStencilValue (line 3837) | ClearDepthStencilValue( float depth_ = 0, uint32_t stencil_ = 0 ) method ClearDepthStencilValue (line 3843) | ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) method ClearDepthStencilValue (line 3848) | ClearDepthStencilValue& operator=( VkClearDepthStencilValue const & ... method ClearDepthStencilValue (line 3854) | ClearDepthStencilValue& setDepth( float depth_ ) method ClearDepthStencilValue (line 3860) | ClearDepthStencilValue& setStencil( uint32_t stencil_ ) function ClearValue (line 3889) | ClearValue( ClearColorValue color_ = ClearColorValue() ) function ClearValue (line 3894) | ClearValue( ClearDepthStencilValue depthStencil_ ) function ClearValue (line 3899) | ClearValue& setColor( ClearColorValue color_ ) function ClearValue (line 3905) | ClearValue& setDepthStencil( ClearDepthStencilValue depthStencil_ ) type PhysicalDeviceFeatures (line 3925) | struct PhysicalDeviceFeatures method PhysicalDeviceFeatures (line 3927) | PhysicalDeviceFeatures( Bool32 robustBufferAccess_ = 0, Bool32 fullD... method PhysicalDeviceFeatures (line 3986) | PhysicalDeviceFeatures( VkPhysicalDeviceFeatures const & rhs ) method PhysicalDeviceFeatures (line 3991) | PhysicalDeviceFeatures& operator=( VkPhysicalDeviceFeatures const & ... method PhysicalDeviceFeatures (line 3997) | PhysicalDeviceFeatures& setRobustBufferAccess( Bool32 robustBufferAc... method PhysicalDeviceFeatures (line 4003) | PhysicalDeviceFeatures& setFullDrawIndexUint32( Bool32 fullDrawIndex... method PhysicalDeviceFeatures (line 4009) | PhysicalDeviceFeatures& setImageCubeArray( Bool32 imageCubeArray_ ) method PhysicalDeviceFeatures (line 4015) | PhysicalDeviceFeatures& setIndependentBlend( Bool32 independentBlend_ ) method PhysicalDeviceFeatures (line 4021) | PhysicalDeviceFeatures& setGeometryShader( Bool32 geometryShader_ ) method PhysicalDeviceFeatures (line 4027) | PhysicalDeviceFeatures& setTessellationShader( Bool32 tessellationSh... method PhysicalDeviceFeatures (line 4033) | PhysicalDeviceFeatures& setSampleRateShading( Bool32 sampleRateShadi... method PhysicalDeviceFeatures (line 4039) | PhysicalDeviceFeatures& setDualSrcBlend( Bool32 dualSrcBlend_ ) method PhysicalDeviceFeatures (line 4045) | PhysicalDeviceFeatures& setLogicOp( Bool32 logicOp_ ) method PhysicalDeviceFeatures (line 4051) | PhysicalDeviceFeatures& setMultiDrawIndirect( Bool32 multiDrawIndire... method PhysicalDeviceFeatures (line 4057) | PhysicalDeviceFeatures& setDrawIndirectFirstInstance( Bool32 drawInd... method PhysicalDeviceFeatures (line 4063) | PhysicalDeviceFeatures& setDepthClamp( Bool32 depthClamp_ ) method PhysicalDeviceFeatures (line 4069) | PhysicalDeviceFeatures& setDepthBiasClamp( Bool32 depthBiasClamp_ ) method PhysicalDeviceFeatures (line 4075) | PhysicalDeviceFeatures& setFillModeNonSolid( Bool32 fillModeNonSolid_ ) method PhysicalDeviceFeatures (line 4081) | PhysicalDeviceFeatures& setDepthBounds( Bool32 depthBounds_ ) method PhysicalDeviceFeatures (line 4087) | PhysicalDeviceFeatures& setWideLines( Bool32 wideLines_ ) method PhysicalDeviceFeatures (line 4093) | PhysicalDeviceFeatures& setLargePoints( Bool32 largePoints_ ) method PhysicalDeviceFeatures (line 4099) | PhysicalDeviceFeatures& setAlphaToOne( Bool32 alphaToOne_ ) method PhysicalDeviceFeatures (line 4105) | PhysicalDeviceFeatures& setMultiViewport( Bool32 multiViewport_ ) method PhysicalDeviceFeatures (line 4111) | PhysicalDeviceFeatures& setSamplerAnisotropy( Bool32 samplerAnisotro... method PhysicalDeviceFeatures (line 4117) | PhysicalDeviceFeatures& setTextureCompressionETC2( Bool32 textureCom... method PhysicalDeviceFeatures (line 4123) | PhysicalDeviceFeatures& setTextureCompressionASTC_LDR( Bool32 textur... method PhysicalDeviceFeatures (line 4129) | PhysicalDeviceFeatures& setTextureCompressionBC( Bool32 textureCompr... method PhysicalDeviceFeatures (line 4135) | PhysicalDeviceFeatures& setOcclusionQueryPrecise( Bool32 occlusionQu... method PhysicalDeviceFeatures (line 4141) | PhysicalDeviceFeatures& setPipelineStatisticsQuery( Bool32 pipelineS... method PhysicalDeviceFeatures (line 4147) | PhysicalDeviceFeatures& setVertexPipelineStoresAndAtomics( Bool32 ve... method PhysicalDeviceFeatures (line 4153) | PhysicalDeviceFeatures& setFragmentStoresAndAtomics( Bool32 fragment... method PhysicalDeviceFeatures (line 4159) | PhysicalDeviceFeatures& setShaderTessellationAndGeometryPointSize( B... method PhysicalDeviceFeatures (line 4165) | PhysicalDeviceFeatures& setShaderImageGatherExtended( Bool32 shaderI... method PhysicalDeviceFeatures (line 4171) | PhysicalDeviceFeatures& setShaderStorageImageExtendedFormats( Bool32... method PhysicalDeviceFeatures (line 4177) | PhysicalDeviceFeatures& setShaderStorageImageMultisample( Bool32 sha... method PhysicalDeviceFeatures (line 4183) | PhysicalDeviceFeatures& setShaderStorageImageReadWithoutFormat( Bool... method PhysicalDeviceFeatures (line 4189) | PhysicalDeviceFeatures& setShaderStorageImageWriteWithoutFormat( Boo... method PhysicalDeviceFeatures (line 4195) | PhysicalDeviceFeatures& setShaderUniformBufferArrayDynamicIndexing( ... method PhysicalDeviceFeatures (line 4201) | PhysicalDeviceFeatures& setShaderSampledImageArrayDynamicIndexing( B... method PhysicalDeviceFeatures (line 4207) | PhysicalDeviceFeatures& setShaderStorageBufferArrayDynamicIndexing( ... method PhysicalDeviceFeatures (line 4213) | PhysicalDeviceFeatures& setShaderStorageImageArrayDynamicIndexing( B... method PhysicalDeviceFeatures (line 4219) | PhysicalDeviceFeatures& setShaderClipDistance( Bool32 shaderClipDist... method PhysicalDeviceFeatures (line 4225) | PhysicalDeviceFeatures& setShaderCullDistance( Bool32 shaderCullDist... method PhysicalDeviceFeatures (line 4231) | PhysicalDeviceFeatures& setShaderFloat64( Bool32 shaderFloat64_ ) method PhysicalDeviceFeatures (line 4237) | PhysicalDeviceFeatures& setShaderInt64( Bool32 shaderInt64_ ) method PhysicalDeviceFeatures (line 4243) | PhysicalDeviceFeatures& setShaderInt16( Bool32 shaderInt16_ ) method PhysicalDeviceFeatures (line 4249) | PhysicalDeviceFeatures& setShaderResourceResidency( Bool32 shaderRes... method PhysicalDeviceFeatures (line 4255) | PhysicalDeviceFeatures& setShaderResourceMinLod( Bool32 shaderResour... method PhysicalDeviceFeatures (line 4261) | PhysicalDeviceFeatures& setSparseBinding( Bool32 sparseBinding_ ) method PhysicalDeviceFeatures (line 4267) | PhysicalDeviceFeatures& setSparseResidencyBuffer( Bool32 sparseResid... method PhysicalDeviceFeatures (line 4273) | PhysicalDeviceFeatures& setSparseResidencyImage2D( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4279) | PhysicalDeviceFeatures& setSparseResidencyImage3D( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4285) | PhysicalDeviceFeatures& setSparseResidency2Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4291) | PhysicalDeviceFeatures& setSparseResidency4Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4297) | PhysicalDeviceFeatures& setSparseResidency8Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4303) | PhysicalDeviceFeatures& setSparseResidency16Samples( Bool32 sparseRe... method PhysicalDeviceFeatures (line 4309) | PhysicalDeviceFeatures& setSparseResidencyAliased( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4315) | PhysicalDeviceFeatures& setVariableMultisampleRate( Bool32 variableM... method PhysicalDeviceFeatures (line 4321) | PhysicalDeviceFeatures& setInheritedQueries( Bool32 inheritedQueries_ ) type PhysicalDeviceSparseProperties (line 4454) | struct PhysicalDeviceSparseProperties type DrawIndirectCommand (line 4483) | struct DrawIndirectCommand method DrawIndirectCommand (line 4485) | DrawIndirectCommand( uint32_t vertexCount_ = 0, uint32_t instanceCou... method DrawIndirectCommand (line 4493) | DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) method DrawIndirectCommand (line 4498) | DrawIndirectCommand& operator=( VkDrawIndirectCommand const & rhs ) method DrawIndirectCommand (line 4504) | DrawIndirectCommand& setVertexCount( uint32_t vertexCount_ ) method DrawIndirectCommand (line 4510) | DrawIndirectCommand& setInstanceCount( uint32_t instanceCount_ ) method DrawIndirectCommand (line 4516) | DrawIndirectCommand& setFirstVertex( uint32_t firstVertex_ ) method DrawIndirectCommand (line 4522) | DrawIndirectCommand& setFirstInstance( uint32_t firstInstance_ ) type DrawIndexedIndirectCommand (line 4553) | struct DrawIndexedIndirectCommand method DrawIndexedIndirectCommand (line 4555) | DrawIndexedIndirectCommand( uint32_t indexCount_ = 0, uint32_t insta... method DrawIndexedIndirectCommand (line 4564) | DrawIndexedIndirectCommand( VkDrawIndexedIndirectCommand const & rhs ) method DrawIndexedIndirectCommand (line 4569) | DrawIndexedIndirectCommand& operator=( VkDrawIndexedIndirectCommand ... method DrawIndexedIndirectCommand (line 4575) | DrawIndexedIndirectCommand& setIndexCount( uint32_t indexCount_ ) method DrawIndexedIndirectCommand (line 4581) | DrawIndexedIndirectCommand& setInstanceCount( uint32_t instanceCount_ ) method DrawIndexedIndirectCommand (line 4587) | DrawIndexedIndirectCommand& setFirstIndex( uint32_t firstIndex_ ) method DrawIndexedIndirectCommand (line 4593) | DrawIndexedIndirectCommand& setVertexOffset( int32_t vertexOffset_ ) method DrawIndexedIndirectCommand (line 4599) | DrawIndexedIndirectCommand& setFirstInstance( uint32_t firstInstance_ ) type DispatchIndirectCommand (line 4632) | struct DispatchIndirectCommand method DispatchIndirectCommand (line 4634) | DispatchIndirectCommand( uint32_t x_ = 0, uint32_t y_ = 0, uint32_t ... method DispatchIndirectCommand (line 4641) | DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) method DispatchIndirectCommand (line 4646) | DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const ... method DispatchIndirectCommand (line 4652) | DispatchIndirectCommand& setX( uint32_t x_ ) method DispatchIndirectCommand (line 4658) | DispatchIndirectCommand& setY( uint32_t y_ ) method DispatchIndirectCommand (line 4664) | DispatchIndirectCommand& setZ( uint32_t z_ ) type DisplayPlanePropertiesKHR (line 4693) | struct DisplayPlanePropertiesKHR type DisplayModeParametersKHR (line 4716) | struct DisplayModeParametersKHR method DisplayModeParametersKHR (line 4718) | DisplayModeParametersKHR( Extent2D visibleRegion_ = Extent2D(), uint... method DisplayModeParametersKHR (line 4724) | DisplayModeParametersKHR( VkDisplayModeParametersKHR const & rhs ) method DisplayModeParametersKHR (line 4729) | DisplayModeParametersKHR& operator=( VkDisplayModeParametersKHR cons... method DisplayModeParametersKHR (line 4735) | DisplayModeParametersKHR& setVisibleRegion( Extent2D visibleRegion_ ) method DisplayModeParametersKHR (line 4741) | DisplayModeParametersKHR& setRefreshRate( uint32_t refreshRate_ ) type DisplayModePropertiesKHR (line 4768) | struct DisplayModePropertiesKHR type RectLayerKHR (line 4791) | struct RectLayerKHR method RectLayerKHR (line 4793) | RectLayerKHR( Offset2D offset_ = Offset2D(), Extent2D extent_ = Exte... method RectLayerKHR (line 4800) | RectLayerKHR( VkRectLayerKHR const & rhs ) method RectLayerKHR (line 4805) | RectLayerKHR& operator=( VkRectLayerKHR const & rhs ) method RectLayerKHR (line 4811) | RectLayerKHR& setOffset( Offset2D offset_ ) method RectLayerKHR (line 4817) | RectLayerKHR& setExtent( Extent2D extent_ ) method RectLayerKHR (line 4823) | RectLayerKHR& setLayer( uint32_t layer_ ) type PresentRegionKHR (line 4852) | struct PresentRegionKHR method PresentRegionKHR (line 4854) | PresentRegionKHR( uint32_t rectangleCount_ = 0, const RectLayerKHR* ... method PresentRegionKHR (line 4860) | PresentRegionKHR( VkPresentRegionKHR const & rhs ) method PresentRegionKHR (line 4865) | PresentRegionKHR& operator=( VkPresentRegionKHR const & rhs ) method PresentRegionKHR (line 4871) | PresentRegionKHR& setRectangleCount( uint32_t rectangleCount_ ) method PresentRegionKHR (line 4877) | PresentRegionKHR& setPRectangles( const RectLayerKHR* pRectangles_ ) type XYColorEXT (line 4904) | struct XYColorEXT method XYColorEXT (line 4906) | XYColorEXT( float x_ = 0, float y_ = 0 ) method XYColorEXT (line 4912) | XYColorEXT( VkXYColorEXT const & rhs ) method XYColorEXT (line 4917) | XYColorEXT& operator=( VkXYColorEXT const & rhs ) method XYColorEXT (line 4923) | XYColorEXT& setX( float x_ ) method XYColorEXT (line 4929) | XYColorEXT& setY( float y_ ) type RefreshCycleDurationGOOGLE (line 4956) | struct RefreshCycleDurationGOOGLE method RefreshCycleDurationGOOGLE (line 4958) | RefreshCycleDurationGOOGLE( uint64_t refreshDuration_ = 0 ) method RefreshCycleDurationGOOGLE (line 4963) | RefreshCycleDurationGOOGLE( VkRefreshCycleDurationGOOGLE const & rhs ) method RefreshCycleDurationGOOGLE (line 4968) | RefreshCycleDurationGOOGLE& operator=( VkRefreshCycleDurationGOOGLE ... method RefreshCycleDurationGOOGLE (line 4974) | RefreshCycleDurationGOOGLE& setRefreshDuration( uint64_t refreshDura... type PastPresentationTimingGOOGLE (line 4999) | struct PastPresentationTimingGOOGLE method PastPresentationTimingGOOGLE (line 5001) | PastPresentationTimingGOOGLE( uint32_t presentID_ = 0, uint64_t desi... method PastPresentationTimingGOOGLE (line 5010) | PastPresentationTimingGOOGLE( VkPastPresentationTimingGOOGLE const &... method PastPresentationTimingGOOGLE (line 5015) | PastPresentationTimingGOOGLE& operator=( VkPastPresentationTimingGOO... method PastPresentationTimingGOOGLE (line 5021) | PastPresentationTimingGOOGLE& setPresentID( uint32_t presentID_ ) method PastPresentationTimingGOOGLE (line 5027) | PastPresentationTimingGOOGLE& setDesiredPresentTime( uint64_t desire... method PastPresentationTimingGOOGLE (line 5033) | PastPresentationTimingGOOGLE& setActualPresentTime( uint64_t actualP... method PastPresentationTimingGOOGLE (line 5039) | PastPresentationTimingGOOGLE& setEarliestPresentTime( uint64_t earli... method PastPresentationTimingGOOGLE (line 5045) | PastPresentationTimingGOOGLE& setPresentMargin( uint64_t presentMarg... type PresentTimeGOOGLE (line 5078) | struct PresentTimeGOOGLE method PresentTimeGOOGLE (line 5080) | PresentTimeGOOGLE( uint32_t presentID_ = 0, uint64_t desiredPresentT... method PresentTimeGOOGLE (line 5086) | PresentTimeGOOGLE( VkPresentTimeGOOGLE const & rhs ) method PresentTimeGOOGLE (line 5091) | PresentTimeGOOGLE& operator=( VkPresentTimeGOOGLE const & rhs ) method PresentTimeGOOGLE (line 5097) | PresentTimeGOOGLE& setPresentID( uint32_t presentID_ ) method PresentTimeGOOGLE (line 5103) | PresentTimeGOOGLE& setDesiredPresentTime( uint64_t desiredPresentTim... type ViewportWScalingNV (line 5130) | struct ViewportWScalingNV method ViewportWScalingNV (line 5132) | ViewportWScalingNV( float xcoeff_ = 0, float ycoeff_ = 0 ) method ViewportWScalingNV (line 5138) | ViewportWScalingNV( VkViewportWScalingNV const & rhs ) method ViewportWScalingNV (line 5143) | ViewportWScalingNV& operator=( VkViewportWScalingNV const & rhs ) method ViewportWScalingNV (line 5149) | ViewportWScalingNV& setXcoeff( float xcoeff_ ) method ViewportWScalingNV (line 5155) | ViewportWScalingNV& setYcoeff( float ycoeff_ ) type ImageLayout (line 5182) | enum class ImageLayout type DescriptorImageInfo (line 5197) | struct DescriptorImageInfo method DescriptorImageInfo (line 5199) | DescriptorImageInfo( Sampler sampler_ = Sampler(), ImageView imageVi... method DescriptorImageInfo (line 5206) | DescriptorImageInfo( VkDescriptorImageInfo const & rhs ) method DescriptorImageInfo (line 5211) | DescriptorImageInfo& operator=( VkDescriptorImageInfo const & rhs ) method DescriptorImageInfo (line 5217) | DescriptorImageInfo& setSampler( Sampler sampler_ ) method DescriptorImageInfo (line 5223) | DescriptorImageInfo& setImageView( ImageView imageView_ ) method DescriptorImageInfo (line 5229) | DescriptorImageInfo& setImageLayout( ImageLayout imageLayout_ ) type AttachmentReference (line 5258) | struct AttachmentReference method AttachmentReference (line 5260) | AttachmentReference( uint32_t attachment_ = 0, ImageLayout layout_ =... method AttachmentReference (line 5266) | AttachmentReference( VkAttachmentReference const & rhs ) method AttachmentReference (line 5271) | AttachmentReference& operator=( VkAttachmentReference const & rhs ) method AttachmentReference (line 5277) | AttachmentReference& setAttachment( uint32_t attachment_ ) method AttachmentReference (line 5283) | AttachmentReference& setLayout( ImageLayout layout_ ) type AttachmentLoadOp (line 5310) | enum class AttachmentLoadOp type AttachmentStoreOp (line 5317) | enum class AttachmentStoreOp type ImageType (line 5323) | enum class ImageType type ImageTiling (line 5330) | enum class ImageTiling type ImageViewType (line 5336) | enum class ImageViewType type CommandBufferLevel (line 5347) | enum class CommandBufferLevel type ComponentSwizzle (line 5353) | enum class ComponentSwizzle type ComponentMapping (line 5364) | struct ComponentMapping method ComponentMapping (line 5366) | ComponentMapping( ComponentSwizzle r_ = ComponentSwizzle::eIdentity,... method ComponentMapping (line 5374) | ComponentMapping( VkComponentMapping const & rhs ) method ComponentMapping (line 5379) | ComponentMapping& operator=( VkComponentMapping const & rhs ) method ComponentMapping (line 5385) | ComponentMapping& setR( ComponentSwizzle r_ ) method ComponentMapping (line 5391) | ComponentMapping& setG( ComponentSwizzle g_ ) method ComponentMapping (line 5397) | ComponentMapping& setB( ComponentSwizzle b_ ) method ComponentMapping (line 5403) | ComponentMapping& setA( ComponentSwizzle a_ ) type DescriptorType (line 5434) | enum class DescriptorType type DescriptorPoolSize (line 5449) | struct DescriptorPoolSize method DescriptorPoolSize (line 5451) | DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler,... method DescriptorPoolSize (line 5457) | DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) method DescriptorPoolSize (line 5462) | DescriptorPoolSize& operator=( VkDescriptorPoolSize const & rhs ) method DescriptorPoolSize (line 5468) | DescriptorPoolSize& setType( DescriptorType type_ ) method DescriptorPoolSize (line 5474) | DescriptorPoolSize& setDescriptorCount( uint32_t descriptorCount_ ) type DescriptorUpdateTemplateEntryKHR (line 5501) | struct DescriptorUpdateTemplateEntryKHR method DescriptorUpdateTemplateEntryKHR (line 5503) | DescriptorUpdateTemplateEntryKHR( uint32_t dstBinding_ = 0, uint32_t... method DescriptorUpdateTemplateEntryKHR (line 5513) | DescriptorUpdateTemplateEntryKHR( VkDescriptorUpdateTemplateEntryKHR... method DescriptorUpdateTemplateEntryKHR (line 5518) | DescriptorUpdateTemplateEntryKHR& operator=( VkDescriptorUpdateTempl... method DescriptorUpdateTemplateEntryKHR (line 5524) | DescriptorUpdateTemplateEntryKHR& setDstBinding( uint32_t dstBinding_ ) method DescriptorUpdateTemplateEntryKHR (line 5530) | DescriptorUpdateTemplateEntryKHR& setDstArrayElement( uint32_t dstAr... method DescriptorUpdateTemplateEntryKHR (line 5536) | DescriptorUpdateTemplateEntryKHR& setDescriptorCount( uint32_t descr... method DescriptorUpdateTemplateEntryKHR (line 5542) | DescriptorUpdateTemplateEntryKHR& setDescriptorType( DescriptorType ... method DescriptorUpdateTemplateEntryKHR (line 5548) | DescriptorUpdateTemplateEntryKHR& setOffset( size_t offset_ ) method DescriptorUpdateTemplateEntryKHR (line 5554) | DescriptorUpdateTemplateEntryKHR& setStride( size_t stride_ ) type QueryType (line 5589) | enum class QueryType type BorderColor (line 5596) | enum class BorderColor type PipelineBindPoint (line 5606) | enum class PipelineBindPoint type PipelineCacheHeaderVersion (line 5612) | enum class PipelineCacheHeaderVersion type PrimitiveTopology (line 5617) | enum class PrimitiveTopology type SharingMode (line 5632) | enum class SharingMode type IndexType (line 5638) | enum class IndexType type Filter (line 5644) | enum class Filter type SamplerMipmapMode (line 5651) | enum class SamplerMipmapMode type SamplerAddressMode (line 5657) | enum class SamplerAddressMode type CompareOp (line 5666) | enum class CompareOp type PolygonMode (line 5678) | enum class PolygonMode type CullModeFlagBits (line 5685) | enum class CullModeFlagBits function VULKAN_HPP_INLINE (line 5695) | VULKAN_HPP_INLINE CullModeFlags operator|( CullModeFlagBits bit0, Cull... function VULKAN_HPP_INLINE (line 5700) | VULKAN_HPP_INLINE CullModeFlags operator~( CullModeFlagBits bits ) type FlagTraits (line 5705) | struct FlagTraits type FrontFace (line 5713) | enum class FrontFace type BlendFactor (line 5719) | enum class BlendFactor type BlendOp (line 5742) | enum class BlendOp type StencilOp (line 5751) | enum class StencilOp type StencilOpState (line 5763) | struct StencilOpState method StencilOpState (line 5765) | StencilOpState( StencilOp failOp_ = StencilOp::eKeep, StencilOp pass... method StencilOpState (line 5776) | StencilOpState( VkStencilOpState const & rhs ) method StencilOpState (line 5781) | StencilOpState& operator=( VkStencilOpState const & rhs ) method StencilOpState (line 5787) | StencilOpState& setFailOp( StencilOp failOp_ ) method StencilOpState (line 5793) | StencilOpState& setPassOp( StencilOp passOp_ ) method StencilOpState (line 5799) | StencilOpState& setDepthFailOp( StencilOp depthFailOp_ ) method StencilOpState (line 5805) | StencilOpState& setCompareOp( CompareOp compareOp_ ) method StencilOpState (line 5811) | StencilOpState& setCompareMask( uint32_t compareMask_ ) method StencilOpState (line 5817) | StencilOpState& setWriteMask( uint32_t writeMask_ ) method StencilOpState (line 5823) | StencilOpState& setReference( uint32_t reference_ ) type LogicOp (line 5860) | enum class LogicOp type InternalAllocationType (line 5880) | enum class InternalAllocationType type SystemAllocationScope (line 5885) | enum class SystemAllocationScope type PhysicalDeviceType (line 5894) | enum class PhysicalDeviceType type VertexInputRate (line 5903) | enum class VertexInputRate type VertexInputBindingDescription (line 5909) | struct VertexInputBindingDescription method VertexInputBindingDescription (line 5911) | VertexInputBindingDescription( uint32_t binding_ = 0, uint32_t strid... method VertexInputBindingDescription (line 5918) | VertexInputBindingDescription( VkVertexInputBindingDescription const... method VertexInputBindingDescription (line 5923) | VertexInputBindingDescription& operator=( VkVertexInputBindingDescri... method VertexInputBindingDescription (line 5929) | VertexInputBindingDescription& setBinding( uint32_t binding_ ) method VertexInputBindingDescription (line 5935) | VertexInputBindingDescription& setStride( uint32_t stride_ ) method VertexInputBindingDescription (line 5941) | VertexInputBindingDescription& setInputRate( VertexInputRate inputRa... type Format (line 5970) | enum class Format type VertexInputAttributeDescription (line 6167) | struct VertexInputAttributeDescription method VertexInputAttributeDescription (line 6169) | VertexInputAttributeDescription( uint32_t location_ = 0, uint32_t bi... method VertexInputAttributeDescription (line 6177) | VertexInputAttributeDescription( VkVertexInputAttributeDescription c... method VertexInputAttributeDescription (line 6182) | VertexInputAttributeDescription& operator=( VkVertexInputAttributeDe... method VertexInputAttributeDescription (line 6188) | VertexInputAttributeDescription& setLocation( uint32_t location_ ) method VertexInputAttributeDescription (line 6194) | VertexInputAttributeDescription& setBinding( uint32_t binding_ ) method VertexInputAttributeDescription (line 6200) | VertexInputAttributeDescription& setFormat( Format format_ ) method VertexInputAttributeDescription (line 6206) | VertexInputAttributeDescription& setOffset( uint32_t offset_ ) type StructureType (line 6237) | enum class StructureType type ApplicationInfo (line 6391) | struct ApplicationInfo method ApplicationInfo (line 6393) | ApplicationInfo( const char* pApplicationName_ = nullptr, uint32_t a... method ApplicationInfo (line 6404) | ApplicationInfo( VkApplicationInfo const & rhs ) method ApplicationInfo (line 6409) | ApplicationInfo& operator=( VkApplicationInfo const & rhs ) method ApplicationInfo (line 6415) | ApplicationInfo& setPNext( const void* pNext_ ) method ApplicationInfo (line 6421) | ApplicationInfo& setPApplicationName( const char* pApplicationName_ ) method ApplicationInfo (line 6427) | ApplicationInfo& setApplicationVersion( uint32_t applicationVersion_ ) method ApplicationInfo (line 6433) | ApplicationInfo& setPEngineName( const char* pEngineName_ ) method ApplicationInfo (line 6439) | ApplicationInfo& setEngineVersion( uint32_t engineVersion_ ) method ApplicationInfo (line 6445) | ApplicationInfo& setApiVersion( uint32_t apiVersion_ ) type DeviceQueueCreateInfo (line 6485) | struct DeviceQueueCreateInfo method DeviceQueueCreateInfo (line 6487) | DeviceQueueCreateInfo( DeviceQueueCreateFlags flags_ = DeviceQueueCr... method DeviceQueueCreateInfo (line 6497) | DeviceQueueCreateInfo( VkDeviceQueueCreateInfo const & rhs ) method DeviceQueueCreateInfo (line 6502) | DeviceQueueCreateInfo& operator=( VkDeviceQueueCreateInfo const & rhs ) method DeviceQueueCreateInfo (line 6508) | DeviceQueueCreateInfo& setPNext( const void* pNext_ ) method DeviceQueueCreateInfo (line 6514) | DeviceQueueCreateInfo& setFlags( DeviceQueueCreateFlags flags_ ) method DeviceQueueCreateInfo (line 6520) | DeviceQueueCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyInde... method DeviceQueueCreateInfo (line 6526) | DeviceQueueCreateInfo& setQueueCount( uint32_t queueCount_ ) method DeviceQueueCreateInfo (line 6532) | DeviceQueueCreateInfo& setPQueuePriorities( const float* pQueuePrior... type DeviceCreateInfo (line 6570) | struct DeviceCreateInfo method DeviceCreateInfo (line 6572) | DeviceCreateInfo( DeviceCreateFlags flags_ = DeviceCreateFlags(), ui... method DeviceCreateInfo (line 6586) | DeviceCreateInfo( VkDeviceCreateInfo const & rhs ) method DeviceCreateInfo (line 6591) | DeviceCreateInfo& operator=( VkDeviceCreateInfo const & rhs ) method DeviceCreateInfo (line 6597) | DeviceCreateInfo& setPNext( const void* pNext_ ) method DeviceCreateInfo (line 6603) | DeviceCreateInfo& setFlags( DeviceCreateFlags flags_ ) method DeviceCreateInfo (line 6609) | DeviceCreateInfo& setQueueCreateInfoCount( uint32_t queueCreateInfoC... method DeviceCreateInfo (line 6615) | DeviceCreateInfo& setPQueueCreateInfos( const DeviceQueueCreateInfo*... method DeviceCreateInfo (line 6621) | DeviceCreateInfo& setEnabledLayerCount( uint32_t enabledLayerCount_ ) method DeviceCreateInfo (line 6627) | DeviceCreateInfo& setPpEnabledLayerNames( const char* const* ppEnabl... method DeviceCreateInfo (line 6633) | DeviceCreateInfo& setEnabledExtensionCount( uint32_t enabledExtensio... method DeviceCreateInfo (line 6639) | DeviceCreateInfo& setPpEnabledExtensionNames( const char* const* ppE... method DeviceCreateInfo (line 6645) | DeviceCreateInfo& setPEnabledFeatures( const PhysicalDeviceFeatures*... type InstanceCreateInfo (line 6691) | struct InstanceCreateInfo method InstanceCreateInfo (line 6693) | InstanceCreateInfo( InstanceCreateFlags flags_ = InstanceCreateFlags... method InstanceCreateInfo (line 6705) | InstanceCreateInfo( VkInstanceCreateInfo const & rhs ) method InstanceCreateInfo (line 6710) | InstanceCreateInfo& operator=( VkInstanceCreateInfo const & rhs ) method InstanceCreateInfo (line 6716) | InstanceCreateInfo& setPNext( const void* pNext_ ) method InstanceCreateInfo (line 6722) | InstanceCreateInfo& setFlags( InstanceCreateFlags flags_ ) method InstanceCreateInfo (line 6728) | InstanceCreateInfo& setPApplicationInfo( const ApplicationInfo* pApp... method InstanceCreateInfo (line 6734) | InstanceCreateInfo& setEnabledLayerCount( uint32_t enabledLayerCount_ ) method InstanceCreateInfo (line 6740) | InstanceCreateInfo& setPpEnabledLayerNames( const char* const* ppEna... method InstanceCreateInfo (line 6746) | InstanceCreateInfo& setEnabledExtensionCount( uint32_t enabledExtens... method InstanceCreateInfo (line 6752) | InstanceCreateInfo& setPpEnabledExtensionNames( const char* const* p... type MemoryAllocateInfo (line 6794) | struct MemoryAllocateInfo method MemoryAllocateInfo (line 6796) | MemoryAllocateInfo( DeviceSize allocationSize_ = 0, uint32_t memoryT... method MemoryAllocateInfo (line 6804) | MemoryAllocateInfo( VkMemoryAllocateInfo const & rhs ) method MemoryAllocateInfo (line 6809) | MemoryAllocateInfo& operator=( VkMemoryAllocateInfo const & rhs ) method MemoryAllocateInfo (line 6815) | MemoryAllocateInfo& setPNext( const void* pNext_ ) method MemoryAllocateInfo (line 6821) | MemoryAllocateInfo& setAllocationSize( DeviceSize allocationSize_ ) method MemoryAllocateInfo (line 6827) | MemoryAllocateInfo& setMemoryTypeIndex( uint32_t memoryTypeIndex_ ) type MappedMemoryRange (line 6861) | struct MappedMemoryRange method MappedMemoryRange (line 6863) | MappedMemoryRange( DeviceMemory memory_ = DeviceMemory(), DeviceSize... method MappedMemoryRange (line 6872) | MappedMemoryRange( VkMappedMemoryRange const & rhs ) method MappedMemoryRange (line 6877) | MappedMemoryRange& operator=( VkMappedMemoryRange const & rhs ) method MappedMemoryRange (line 6883) | MappedMemoryRange& setPNext( const void* pNext_ ) method MappedMemoryRange (line 6889) | MappedMemoryRange& setMemory( DeviceMemory memory_ ) method MappedMemoryRange (line 6895) | MappedMemoryRange& setOffset( DeviceSize offset_ ) method MappedMemoryRange (line 6901) | MappedMemoryRange& setSize( DeviceSize size_ ) type WriteDescriptorSet (line 6937) | struct WriteDescriptorSet method WriteDescriptorSet (line 6939) | WriteDescriptorSet( DescriptorSet dstSet_ = DescriptorSet(), uint32_... method WriteDescriptorSet (line 6953) | WriteDescriptorSet( VkWriteDescriptorSet const & rhs ) method WriteDescriptorSet (line 6958) | WriteDescriptorSet& operator=( VkWriteDescriptorSet const & rhs ) method WriteDescriptorSet (line 6964) | WriteDescriptorSet& setPNext( const void* pNext_ ) method WriteDescriptorSet (line 6970) | WriteDescriptorSet& setDstSet( DescriptorSet dstSet_ ) method WriteDescriptorSet (line 6976) | WriteDescriptorSet& setDstBinding( uint32_t dstBinding_ ) method WriteDescriptorSet (line 6982) | WriteDescriptorSet& setDstArrayElement( uint32_t dstArrayElement_ ) method WriteDescriptorSet (line 6988) | WriteDescriptorSet& setDescriptorCount( uint32_t descriptorCount_ ) method WriteDescriptorSet (line 6994) | WriteDescriptorSet& setDescriptorType( DescriptorType descriptorType_ ) method WriteDescriptorSet (line 7000) | WriteDescriptorSet& setPImageInfo( const DescriptorImageInfo* pImage... method WriteDescriptorSet (line 7006) | WriteDescriptorSet& setPBufferInfo( const DescriptorBufferInfo* pBuf... method WriteDescriptorSet (line 7012) | WriteDescriptorSet& setPTexelBufferView( const BufferView* pTexelBuf... type CopyDescriptorSet (line 7058) | struct CopyDescriptorSet method CopyDescriptorSet (line 7060) | CopyDescriptorSet( DescriptorSet srcSet_ = DescriptorSet(), uint32_t... method CopyDescriptorSet (line 7073) | CopyDescriptorSet( VkCopyDescriptorSet const & rhs ) method CopyDescriptorSet (line 7078) | CopyDescriptorSet& operator=( VkCopyDescriptorSet const & rhs ) method CopyDescriptorSet (line 7084) | CopyDescriptorSet& setPNext( const void* pNext_ ) method CopyDescriptorSet (line 7090) | CopyDescriptorSet& setSrcSet( DescriptorSet srcSet_ ) method CopyDescriptorSet (line 7096) | CopyDescriptorSet& setSrcBinding( uint32_t srcBinding_ ) method CopyDescriptorSet (line 7102) | CopyDescriptorSet& setSrcArrayElement( uint32_t srcArrayElement_ ) method CopyDescriptorSet (line 7108) | CopyDescriptorSet& setDstSet( DescriptorSet dstSet_ ) method CopyDescriptorSet (line 7114) | CopyDescriptorSet& setDstBinding( uint32_t dstBinding_ ) method CopyDescriptorSet (line 7120) | CopyDescriptorSet& setDstArrayElement( uint32_t dstArrayElement_ ) method CopyDescriptorSet (line 7126) | CopyDescriptorSet& setDescriptorCount( uint32_t descriptorCount_ ) type BufferViewCreateInfo (line 7170) | struct BufferViewCreateInfo method BufferViewCreateInfo (line 7172) | BufferViewCreateInfo( BufferViewCreateFlags flags_ = BufferViewCreat... method BufferViewCreateInfo (line 7183) | BufferViewCreateInfo( VkBufferViewCreateInfo const & rhs ) method BufferViewCreateInfo (line 7188) | BufferViewCreateInfo& operator=( VkBufferViewCreateInfo const & rhs ) method BufferViewCreateInfo (line 7194) | BufferViewCreateInfo& setPNext( const void* pNext_ ) method BufferViewCreateInfo (line 7200) | BufferViewCreateInfo& setFlags( BufferViewCreateFlags flags_ ) method BufferViewCreateInfo (line 7206) | BufferViewCreateInfo& setBuffer( Buffer buffer_ ) method BufferViewCreateInfo (line 7212) | BufferViewCreateInfo& setFormat( Format format_ ) method BufferViewCreateInfo (line 7218) | BufferViewCreateInfo& setOffset( DeviceSize offset_ ) method BufferViewCreateInfo (line 7224) | BufferViewCreateInfo& setRange( DeviceSize range_ ) type ShaderModuleCreateInfo (line 7264) | struct ShaderModuleCreateInfo method ShaderModuleCreateInfo (line 7266) | ShaderModuleCreateInfo( ShaderModuleCreateFlags flags_ = ShaderModul... method ShaderModuleCreateInfo (line 7275) | ShaderModuleCreateInfo( VkShaderModuleCreateInfo const & rhs ) method ShaderModuleCreateInfo (line 7280) | ShaderModuleCreateInfo& operator=( VkShaderModuleCreateInfo const & ... method ShaderModuleCreateInfo (line 7286) | ShaderModuleCreateInfo& setPNext( const void* pNext_ ) method ShaderModuleCreateInfo (line 7292) | ShaderModuleCreateInfo& setFlags( ShaderModuleCreateFlags flags_ ) method ShaderModuleCreateInfo (line 7298) | ShaderModuleCreateInfo& setCodeSize( size_t codeSize_ ) method ShaderModuleCreateInfo (line 7304) | ShaderModuleCreateInfo& setPCode( const uint32_t* pCode_ ) type DescriptorSetAllocateInfo (line 7340) | struct DescriptorSetAllocateInfo method DescriptorSetAllocateInfo (line 7342) | DescriptorSetAllocateInfo( DescriptorPool descriptorPool_ = Descript... method DescriptorSetAllocateInfo (line 7351) | DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) method DescriptorSetAllocateInfo (line 7356) | DescriptorSetAllocateInfo& operator=( VkDescriptorSetAllocateInfo co... method DescriptorSetAllocateInfo (line 7362) | DescriptorSetAllocateInfo& setPNext( const void* pNext_ ) method DescriptorSetAllocateInfo (line 7368) | DescriptorSetAllocateInfo& setDescriptorPool( DescriptorPool descrip... method DescriptorSetAllocateInfo (line 7374) | DescriptorSetAllocateInfo& setDescriptorSetCount( uint32_t descripto... method DescriptorSetAllocateInfo (line 7380) | DescriptorSetAllocateInfo& setPSetLayouts( const DescriptorSetLayout... type PipelineVertexInputStateCreateInfo (line 7416) | struct PipelineVertexInputStateCreateInfo method PipelineVertexInputStateCreateInfo (line 7418) | PipelineVertexInputStateCreateInfo( PipelineVertexInputStateCreateFl... method PipelineVertexInputStateCreateInfo (line 7429) | PipelineVertexInputStateCreateInfo( VkPipelineVertexInputStateCreate... method PipelineVertexInputStateCreateInfo (line 7434) | PipelineVertexInputStateCreateInfo& operator=( VkPipelineVertexInput... method PipelineVertexInputStateCreateInfo (line 7440) | PipelineVertexInputStateCreateInfo& setPNext( const void* pNext_ ) method PipelineVertexInputStateCreateInfo (line 7446) | PipelineVertexInputStateCreateInfo& setFlags( PipelineVertexInputSta... method PipelineVertexInputStateCreateInfo (line 7452) | PipelineVertexInputStateCreateInfo& setVertexBindingDescriptionCount... method PipelineVertexInputStateCreateInfo (line 7458) | PipelineVertexInputStateCreateInfo& setPVertexBindingDescriptions( c... method PipelineVertexInputStateCreateInfo (line 7464) | PipelineVertexInputStateCreateInfo& setVertexAttributeDescriptionCou... method PipelineVertexInputStateCreateInfo (line 7470) | PipelineVertexInputStateCreateInfo& setPVertexAttributeDescriptions(... type PipelineInputAssemblyStateCreateInfo (line 7510) | struct PipelineInputAssemblyStateCreateInfo method PipelineInputAssemblyStateCreateInfo (line 7512) | PipelineInputAssemblyStateCreateInfo( PipelineInputAssemblyStateCrea... method PipelineInputAssemblyStateCreateInfo (line 7521) | PipelineInputAssemblyStateCreateInfo( VkPipelineInputAssemblyStateCr... method PipelineInputAssemblyStateCreateInfo (line 7526) | PipelineInputAssemblyStateCreateInfo& operator=( VkPipelineInputAsse... method PipelineInputAssemblyStateCreateInfo (line 7532) | PipelineInputAssemblyStateCreateInfo& setPNext( const void* pNext_ ) method PipelineInputAssemblyStateCreateInfo (line 7538) | PipelineInputAssemblyStateCreateInfo& setFlags( PipelineInputAssembl... method PipelineInputAssemblyStateCreateInfo (line 7544) | PipelineInputAssemblyStateCreateInfo& setTopology( PrimitiveTopology... method PipelineInputAssemblyStateCreateInfo (line 7550) | PipelineInputAssemblyStateCreateInfo& setPrimitiveRestartEnable( Boo... type PipelineTessellationStateCreateInfo (line 7586) | struct PipelineTessellationStateCreateInfo method PipelineTessellationStateCreateInfo (line 7588) | PipelineTessellationStateCreateInfo( PipelineTessellationStateCreate... method PipelineTessellationStateCreateInfo (line 7596) | PipelineTessellationStateCreateInfo( VkPipelineTessellationStateCrea... method PipelineTessellationStateCreateInfo (line 7601) | PipelineTessellationStateCreateInfo& operator=( VkPipelineTessellati... method PipelineTessellationStateCreateInfo (line 7607) | PipelineTessellationStateCreateInfo& setPNext( const void* pNext_ ) method PipelineTessellationStateCreateInfo (line 7613) | PipelineTessellationStateCreateInfo& setFlags( PipelineTessellationS... method PipelineTessellationStateCreateInfo (line 7619) | PipelineTessellationStateCreateInfo& setPatchControlPoints( uint32_t... type PipelineViewportStateCreateInfo (line 7653) | struct PipelineViewportStateCreateInfo method PipelineViewportStateCreateInfo (line 7655) | PipelineViewportStateCreateInfo( PipelineViewportStateCreateFlags fl... method PipelineViewportStateCreateInfo (line 7666) | PipelineViewportStateCreateInfo( VkPipelineViewportStateCreateInfo c... method PipelineViewportStateCreateInfo (line 7671) | PipelineViewportStateCreateInfo& operator=( VkPipelineViewportStateC... method PipelineViewportStateCreateInfo (line 7677) | PipelineViewportStateCreateInfo& setPNext( const void* pNext_ ) method PipelineViewportStateCreateInfo (line 7683) | PipelineViewportStateCreateInfo& setFlags( PipelineViewportStateCrea... method PipelineViewportStateCreateInfo (line 7689) | PipelineViewportStateCreateInfo& setViewportCount( uint32_t viewport... method PipelineViewportStateCreateInfo (line 7695) | PipelineViewportStateCreateInfo& setPViewports( const Viewport* pVie... method PipelineViewportStateCreateInfo (line 7701) | PipelineViewportStateCreateInfo& setScissorCount( uint32_t scissorCo... method PipelineViewportStateCreateInfo (line 7707) | PipelineViewportStateCreateInfo& setPScissors( const Rect2D* pScisso... type PipelineRasterizationStateCreateInfo (line 7747) | struct PipelineRasterizationStateCreateInfo method PipelineRasterizationStateCreateInfo (line 7749) | PipelineRasterizationStateCreateInfo( PipelineRasterizationStateCrea... method PipelineRasterizationStateCreateInfo (line 7766) | PipelineRasterizationStateCreateInfo( VkPipelineRasterizationStateCr... method PipelineRasterizationStateCreateInfo (line 7771) | PipelineRasterizationStateCreateInfo& operator=( VkPipelineRasteriza... method PipelineRasterizationStateCreateInfo (line 7777) | PipelineRasterizationStateCreateInfo& setPNext( const void* pNext_ ) method PipelineRasterizationStateCreateInfo (line 7783) | PipelineRasterizationStateCreateInfo& setFlags( PipelineRasterizatio... method PipelineRasterizationStateCreateInfo (line 7789) | PipelineRasterizationStateCreateInfo& setDepthClampEnable( Bool32 de... method PipelineRasterizationStateCreateInfo (line 7795) | PipelineRasterizationStateCreateInfo& setRasterizerDiscardEnable( Bo... method PipelineRasterizationStateCreateInfo (line 7801) | PipelineRasterizationStateCreateInfo& setPolygonMode( PolygonMode po... method PipelineRasterizationStateCreateInfo (line 7807) | PipelineRasterizationStateCreateInfo& setCullMode( CullModeFlags cul... method PipelineRasterizationStateCreateInfo (line 7813) | PipelineRasterizationStateCreateInfo& setFrontFace( FrontFace frontF... method PipelineRasterizationStateCreateInfo (line 7819) | PipelineRasterizationStateCreateInfo& setDepthBiasEnable( Bool32 dep... method PipelineRasterizationStateCreateInfo (line 7825) | PipelineRasterizationStateCreateInfo& setDepthBiasConstantFactor( fl... method PipelineRasterizationStateCreateInfo (line 7831) | PipelineRasterizationStateCreateInfo& setDepthBiasClamp( float depth... method PipelineRasterizationStateCreateInfo (line 7837) | PipelineRasterizationStateCreateInfo& setDepthBiasSlopeFactor( float... method PipelineRasterizationStateCreateInfo (line 7843) | PipelineRasterizationStateCreateInfo& setLineWidth( float lineWidth_ ) type PipelineDepthStencilStateCreateInfo (line 7895) | struct PipelineDepthStencilStateCreateInfo method PipelineDepthStencilStateCreateInfo (line 7897) | PipelineDepthStencilStateCreateInfo( PipelineDepthStencilStateCreate... method PipelineDepthStencilStateCreateInfo (line 7913) | PipelineDepthStencilStateCreateInfo( VkPipelineDepthStencilStateCrea... method PipelineDepthStencilStateCreateInfo (line 7918) | PipelineDepthStencilStateCreateInfo& operator=( VkPipelineDepthStenc... method PipelineDepthStencilStateCreateInfo (line 7924) | PipelineDepthStencilStateCreateInfo& setPNext( const void* pNext_ ) method PipelineDepthStencilStateCreateInfo (line 7930) | PipelineDepthStencilStateCreateInfo& setFlags( PipelineDepthStencilS... method PipelineDepthStencilStateCreateInfo (line 7936) | PipelineDepthStencilStateCreateInfo& setDepthTestEnable( Bool32 dept... method PipelineDepthStencilStateCreateInfo (line 7942) | PipelineDepthStencilStateCreateInfo& setDepthWriteEnable( Bool32 dep... method PipelineDepthStencilStateCreateInfo (line 7948) | PipelineDepthStencilStateCreateInfo& setDepthCompareOp( CompareOp de... method PipelineDepthStencilStateCreateInfo (line 7954) | PipelineDepthStencilStateCreateInfo& setDepthBoundsTestEnable( Bool3... method PipelineDepthStencilStateCreateInfo (line 7960) | PipelineDepthStencilStateCreateInfo& setStencilTestEnable( Bool32 st... method PipelineDepthStencilStateCreateInfo (line 7966) | PipelineDepthStencilStateCreateInfo& setFront( StencilOpState front_ ) method PipelineDepthStencilStateCreateInfo (line 7972) | PipelineDepthStencilStateCreateInfo& setBack( StencilOpState back_ ) method PipelineDepthStencilStateCreateInfo (line 7978) | PipelineDepthStencilStateCreateInfo& setMinDepthBounds( float minDep... method PipelineDepthStencilStateCreateInfo (line 7984) | PipelineDepthStencilStateCreateInfo& setMaxDepthBounds( float maxDep... type PipelineCacheCreateInfo (line 8034) | struct PipelineCacheCreateInfo method PipelineCacheCreateInfo (line 8036) | PipelineCacheCreateInfo( PipelineCacheCreateFlags flags_ = PipelineC... method PipelineCacheCreateInfo (line 8045) | PipelineCacheCreateInfo( VkPipelineCacheCreateInfo const & rhs ) method PipelineCacheCreateInfo (line 8050) | PipelineCacheCreateInfo& operator=( VkPipelineCacheCreateInfo const ... method PipelineCacheCreateInfo (line 8056) | PipelineCacheCreateInfo& setPNext( const void* pNext_ ) method PipelineCacheCreateInfo (line 8062) | PipelineCacheCreateInfo& setFlags( PipelineCacheCreateFlags flags_ ) method PipelineCacheCreateInfo (line 8068) | PipelineCacheCreateInfo& setInitialDataSize( size_t initialDataSize_ ) method PipelineCacheCreateInfo (line 8074) | PipelineCacheCreateInfo& setPInitialData( const void* pInitialData_ ) type SamplerCreateInfo (line 8110) | struct SamplerCreateInfo method SamplerCreateInfo (line 8112) | SamplerCreateInfo( SamplerCreateFlags flags_ = SamplerCreateFlags(),... method SamplerCreateInfo (line 8134) | SamplerCreateInfo( VkSamplerCreateInfo const & rhs ) method SamplerCreateInfo (line 8139) | SamplerCreateInfo& operator=( VkSamplerCreateInfo const & rhs ) method SamplerCreateInfo (line 8145) | SamplerCreateInfo& setPNext( const void* pNext_ ) method SamplerCreateInfo (line 8151) | SamplerCreateInfo& setFlags( SamplerCreateFlags flags_ ) method SamplerCreateInfo (line 8157) | SamplerCreateInfo& setMagFilter( Filter magFilter_ ) method SamplerCreateInfo (line 8163) | SamplerCreateInfo& setMinFilter( Filter minFilter_ ) method SamplerCreateInfo (line 8169) | SamplerCreateInfo& setMipmapMode( SamplerMipmapMode mipmapMode_ ) method SamplerCreateInfo (line 8175) | SamplerCreateInfo& setAddressModeU( SamplerAddressMode addressModeU_ ) method SamplerCreateInfo (line 8181) | SamplerCreateInfo& setAddressModeV( SamplerAddressMode addressModeV_ ) method SamplerCreateInfo (line 8187) | SamplerCreateInfo& setAddressModeW( SamplerAddressMode addressModeW_ ) method SamplerCreateInfo (line 8193) | SamplerCreateInfo& setMipLodBias( float mipLodBias_ ) method SamplerCreateInfo (line 8199) | SamplerCreateInfo& setAnisotropyEnable( Bool32 anisotropyEnable_ ) method SamplerCreateInfo (line 8205) | SamplerCreateInfo& setMaxAnisotropy( float maxAnisotropy_ ) method SamplerCreateInfo (line 8211) | SamplerCreateInfo& setCompareEnable( Bool32 compareEnable_ ) method SamplerCreateInfo (line 8217) | SamplerCreateInfo& setCompareOp( CompareOp compareOp_ ) method SamplerCreateInfo (line 8223) | SamplerCreateInfo& setMinLod( float minLod_ ) method SamplerCreateInfo (line 8229) | SamplerCreateInfo& setMaxLod( float maxLod_ ) method SamplerCreateInfo (line 8235) | SamplerCreateInfo& setBorderColor( BorderColor borderColor_ ) method SamplerCreateInfo (line 8241) | SamplerCreateInfo& setUnnormalizedCoordinates( Bool32 unnormalizedCo... type CommandBufferAllocateInfo (line 8303) | struct CommandBufferAllocateInfo method CommandBufferAllocateInfo (line 8305) | CommandBufferAllocateInfo( CommandPool commandPool_ = CommandPool(),... method CommandBufferAllocateInfo (line 8314) | CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) method CommandBufferAllocateInfo (line 8319) | CommandBufferAllocateInfo& operator=( VkCommandBufferAllocateInfo co... method CommandBufferAllocateInfo (line 8325) | CommandBufferAllocateInfo& setPNext( const void* pNext_ ) method CommandBufferAllocateInfo (line 8331) | CommandBufferAllocateInfo& setCommandPool( CommandPool commandPool_ ) method CommandBufferAllocateInfo (line 8337) | CommandBufferAllocateInfo& setLevel( CommandBufferLevel level_ ) method CommandBufferAllocateInfo (line 8343) | CommandBufferAllocateInfo& setCommandBufferCount( uint32_t commandBu... type RenderPassBeginInfo (line 8379) | struct RenderPassBeginInfo method RenderPassBeginInfo (line 8381) | RenderPassBeginInfo( RenderPass renderPass_ = RenderPass(), Framebuf... method RenderPassBeginInfo (line 8392) | RenderPassBeginInfo( VkRenderPassBeginInfo const & rhs ) method RenderPassBeginInfo (line 8397) | RenderPassBeginInfo& operator=( VkRenderPassBeginInfo const & rhs ) method RenderPassBeginInfo (line 8403) | RenderPassBeginInfo& setPNext( const void* pNext_ ) method RenderPassBeginInfo (line 8409) | RenderPassBeginInfo& setRenderPass( RenderPass renderPass_ ) method RenderPassBeginInfo (line 8415) | RenderPassBeginInfo& setFramebuffer( Framebuffer framebuffer_ ) method RenderPassBeginInfo (line 8421) | RenderPassBeginInfo& setRenderArea( Rect2D renderArea_ ) method RenderPassBeginInfo (line 8427) | RenderPassBeginInfo& setClearValueCount( uint32_t clearValueCount_ ) method RenderPassBeginInfo (line 8433) | RenderPassBeginInfo& setPClearValues( const ClearValue* pClearValues_ ) type EventCreateInfo (line 8473) | struct EventCreateInfo method EventCreateInfo (line 8475) | EventCreateInfo( EventCreateFlags flags_ = EventCreateFlags() ) method EventCreateInfo (line 8482) | EventCreateInfo( VkEventCreateInfo const & rhs ) method EventCreateInfo (line 8487) | EventCreateInfo& operator=( VkEventCreateInfo const & rhs ) method EventCreateInfo (line 8493) | EventCreateInfo& setPNext( const void* pNext_ ) method EventCreateInfo (line 8499) | EventCreateInfo& setFlags( EventCreateFlags flags_ ) type SemaphoreCreateInfo (line 8531) | struct SemaphoreCreateInfo method SemaphoreCreateInfo (line 8533) | SemaphoreCreateInfo( SemaphoreCreateFlags flags_ = SemaphoreCreateFl... method SemaphoreCreateInfo (line 8540) | SemaphoreCreateInfo( VkSemaphoreCreateInfo const & rhs ) method SemaphoreCreateInfo (line 8545) | SemaphoreCreateInfo& operator=( VkSemaphoreCreateInfo const & rhs ) method SemaphoreCreateInfo (line 8551) | SemaphoreCreateInfo& setPNext( const void* pNext_ ) method SemaphoreCreateInfo (line 8557) | SemaphoreCreateInfo& setFlags( SemaphoreCreateFlags flags_ ) type FramebufferCreateInfo (line 8589) | struct FramebufferCreateInfo method FramebufferCreateInfo (line 8591) | FramebufferCreateInfo( FramebufferCreateFlags flags_ = FramebufferCr... method FramebufferCreateInfo (line 8604) | FramebufferCreateInfo( VkFramebufferCreateInfo const & rhs ) method FramebufferCreateInfo (line 8609) | FramebufferCreateInfo& operator=( VkFramebufferCreateInfo const & rhs ) method FramebufferCreateInfo (line 8615) | FramebufferCreateInfo& setPNext( const void* pNext_ ) method FramebufferCreateInfo (line 8621) | FramebufferCreateInfo& setFlags( FramebufferCreateFlags flags_ ) method FramebufferCreateInfo (line 8627) | FramebufferCreateInfo& setRenderPass( RenderPass renderPass_ ) method FramebufferCreateInfo (line 8633) | FramebufferCreateInfo& setAttachmentCount( uint32_t attachmentCount_ ) method FramebufferCreateInfo (line 8639) | FramebufferCreateInfo& setPAttachments( const ImageView* pAttachment... method FramebufferCreateInfo (line 8645) | FramebufferCreateInfo& setWidth( uint32_t width_ ) method FramebufferCreateInfo (line 8651) | FramebufferCreateInfo& setHeight( uint32_t height_ ) method FramebufferCreateInfo (line 8657) | FramebufferCreateInfo& setLayers( uint32_t layers_ ) type DisplayModeCreateInfoKHR (line 8701) | struct DisplayModeCreateInfoKHR method DisplayModeCreateInfoKHR (line 8703) | DisplayModeCreateInfoKHR( DisplayModeCreateFlagsKHR flags_ = Display... method DisplayModeCreateInfoKHR (line 8711) | DisplayModeCreateInfoKHR( VkDisplayModeCreateInfoKHR const & rhs ) method DisplayModeCreateInfoKHR (line 8716) | DisplayModeCreateInfoKHR& operator=( VkDisplayModeCreateInfoKHR cons... method DisplayModeCreateInfoKHR (line 8722) | DisplayModeCreateInfoKHR& setPNext( const void* pNext_ ) method DisplayModeCreateInfoKHR (line 8728) | DisplayModeCreateInfoKHR& setFlags( DisplayModeCreateFlagsKHR flags_ ) method DisplayModeCreateInfoKHR (line 8734) | DisplayModeCreateInfoKHR& setParameters( DisplayModeParametersKHR pa... type DisplayPresentInfoKHR (line 8768) | struct DisplayPresentInfoKHR method DisplayPresentInfoKHR (line 8770) | DisplayPresentInfoKHR( Rect2D srcRect_ = Rect2D(), Rect2D dstRect_ =... method DisplayPresentInfoKHR (line 8779) | DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) method DisplayPresentInfoKHR (line 8784) | DisplayPresentInfoKHR& operator=( VkDisplayPresentInfoKHR const & rhs ) method DisplayPresentInfoKHR (line 8790) | DisplayPresentInfoKHR& setPNext( const void* pNext_ ) method DisplayPresentInfoKHR (line 8796) | DisplayPresentInfoKHR& setSrcRect( Rect2D srcRect_ ) method DisplayPresentInfoKHR (line 8802) | DisplayPresentInfoKHR& setDstRect( Rect2D dstRect_ ) method DisplayPresentInfoKHR (line 8808) | DisplayPresentInfoKHR& setPersistent( Bool32 persistent_ ) type AndroidSurfaceCreateInfoKHR (line 8845) | struct AndroidSurfaceCreateInfoKHR method AndroidSurfaceCreateInfoKHR (line 8847) | AndroidSurfaceCreateInfoKHR( AndroidSurfaceCreateFlagsKHR flags_ = A... method AndroidSurfaceCreateInfoKHR (line 8855) | AndroidSurfaceCreateInfoKHR( VkAndroidSurfaceCreateInfoKHR const & r... method AndroidSurfaceCreateInfoKHR (line 8860) | AndroidSurfaceCreateInfoKHR& operator=( VkAndroidSurfaceCreateInfoKH... method AndroidSurfaceCreateInfoKHR (line 8866) | AndroidSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method AndroidSurfaceCreateInfoKHR (line 8872) | AndroidSurfaceCreateInfoKHR& setFlags( AndroidSurfaceCreateFlagsKHR ... method AndroidSurfaceCreateInfoKHR (line 8878) | AndroidSurfaceCreateInfoKHR& setWindow( ANativeWindow* window_ ) type MirSurfaceCreateInfoKHR (line 8914) | struct MirSurfaceCreateInfoKHR method MirSurfaceCreateInfoKHR (line 8916) | MirSurfaceCreateInfoKHR( MirSurfaceCreateFlagsKHR flags_ = MirSurfac... method MirSurfaceCreateInfoKHR (line 8925) | MirSurfaceCreateInfoKHR( VkMirSurfaceCreateInfoKHR const & rhs ) method MirSurfaceCreateInfoKHR (line 8930) | MirSurfaceCreateInfoKHR& operator=( VkMirSurfaceCreateInfoKHR const ... method MirSurfaceCreateInfoKHR (line 8936) | MirSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method MirSurfaceCreateInfoKHR (line 8942) | MirSurfaceCreateInfoKHR& setFlags( MirSurfaceCreateFlagsKHR flags_ ) method MirSurfaceCreateInfoKHR (line 8948) | MirSurfaceCreateInfoKHR& setConnection( MirConnection* connection_ ) method MirSurfaceCreateInfoKHR (line 8954) | MirSurfaceCreateInfoKHR& setMirSurface( MirSurface* mirSurface_ ) type ViSurfaceCreateInfoNN (line 8992) | struct ViSurfaceCreateInfoNN method ViSurfaceCreateInfoNN (line 8994) | ViSurfaceCreateInfoNN( ViSurfaceCreateFlagsNN flags_ = ViSurfaceCrea... method ViSurfaceCreateInfoNN (line 9002) | ViSurfaceCreateInfoNN( VkViSurfaceCreateInfoNN const & rhs ) method ViSurfaceCreateInfoNN (line 9007) | ViSurfaceCreateInfoNN& operator=( VkViSurfaceCreateInfoNN const & rhs ) method ViSurfaceCreateInfoNN (line 9013) | ViSurfaceCreateInfoNN& setPNext( const void* pNext_ ) method ViSurfaceCreateInfoNN (line 9019) | ViSurfaceCreateInfoNN& setFlags( ViSurfaceCreateFlagsNN flags_ ) method ViSurfaceCreateInfoNN (line 9025) | ViSurfaceCreateInfoNN& setWindow( void* window_ ) type WaylandSurfaceCreateInfoKHR (line 9061) | struct WaylandSurfaceCreateInfoKHR method WaylandSurfaceCreateInfoKHR (line 9063) | WaylandSurfaceCreateInfoKHR( WaylandSurfaceCreateFlagsKHR flags_ = W... method WaylandSurfaceCreateInfoKHR (line 9072) | WaylandSurfaceCreateInfoKHR( VkWaylandSurfaceCreateInfoKHR const & r... method WaylandSurfaceCreateInfoKHR (line 9077) | WaylandSurfaceCreateInfoKHR& operator=( VkWaylandSurfaceCreateInfoKH... method WaylandSurfaceCreateInfoKHR (line 9083) | WaylandSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method WaylandSurfaceCreateInfoKHR (line 9089) | WaylandSurfaceCreateInfoKHR& setFlags( WaylandSurfaceCreateFlagsKHR ... method WaylandSurfaceCreateInfoKHR (line 9095) | WaylandSurfaceCreateInfoKHR& setDisplay( struct wl_display* display_ ) method WaylandSurfaceCreateInfoKHR (line 9101) | WaylandSurfaceCreateInfoKHR& setSurface( struct wl_surface* surface_ ) type wl_display (line 9132) | struct wl_display type wl_surface (line 9133) | struct wl_surface type Win32SurfaceCreateInfoKHR (line 9139) | struct Win32SurfaceCreateInfoKHR method Win32SurfaceCreateInfoKHR (line 9141) | Win32SurfaceCreateInfoKHR( Win32SurfaceCreateFlagsKHR flags_ = Win32... method Win32SurfaceCreateInfoKHR (line 9150) | Win32SurfaceCreateInfoKHR( VkWin32SurfaceCreateInfoKHR const & rhs ) method Win32SurfaceCreateInfoKHR (line 9155) | Win32SurfaceCreateInfoKHR& operator=( VkWin32SurfaceCreateInfoKHR co... method Win32SurfaceCreateInfoKHR (line 9161) | Win32SurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method Win32SurfaceCreateInfoKHR (line 9167) | Win32SurfaceCreateInfoKHR& setFlags( Win32SurfaceCreateFlagsKHR flag... method Win32SurfaceCreateInfoKHR (line 9173) | Win32SurfaceCreateInfoKHR& setHinstance( HINSTANCE hinstance_ ) method Win32SurfaceCreateInfoKHR (line 9179) | Win32SurfaceCreateInfoKHR& setHwnd( HWND hwnd_ ) type XlibSurfaceCreateInfoKHR (line 9217) | struct XlibSurfaceCreateInfoKHR method XlibSurfaceCreateInfoKHR (line 9219) | XlibSurfaceCreateInfoKHR( XlibSurfaceCreateFlagsKHR flags_ = XlibSur... method XlibSurfaceCreateInfoKHR (line 9228) | XlibSurfaceCreateInfoKHR( VkXlibSurfaceCreateInfoKHR const & rhs ) method XlibSurfaceCreateInfoKHR (line 9233) | XlibSurfaceCreateInfoKHR& operator=( VkXlibSurfaceCreateInfoKHR cons... method XlibSurfaceCreateInfoKHR (line 9239) | XlibSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method XlibSurfaceCreateInfoKHR (line 9245) | XlibSurfaceCreateInfoKHR& setFlags( XlibSurfaceCreateFlagsKHR flags_ ) method XlibSurfaceCreateInfoKHR (line 9251) | XlibSurfaceCreateInfoKHR& setDpy( Display* dpy_ ) method XlibSurfaceCreateInfoKHR (line 9257) | XlibSurfaceCreateInfoKHR& setWindow( Window window_ ) type XcbSurfaceCreateInfoKHR (line 9295) | struct XcbSurfaceCreateInfoKHR method XcbSurfaceCreateInfoKHR (line 9297) | XcbSurfaceCreateInfoKHR( XcbSurfaceCreateFlagsKHR flags_ = XcbSurfac... method XcbSurfaceCreateInfoKHR (line 9306) | XcbSurfaceCreateInfoKHR( VkXcbSurfaceCreateInfoKHR const & rhs ) method XcbSurfaceCreateInfoKHR (line 9311) | XcbSurfaceCreateInfoKHR& operator=( VkXcbSurfaceCreateInfoKHR const ... method XcbSurfaceCreateInfoKHR (line 9317) | XcbSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method XcbSurfaceCreateInfoKHR (line 9323) | XcbSurfaceCreateInfoKHR& setFlags( XcbSurfaceCreateFlagsKHR flags_ ) method XcbSurfaceCreateInfoKHR (line 9329) | XcbSurfaceCreateInfoKHR& setConnection( xcb_connection_t* connection_ ) method XcbSurfaceCreateInfoKHR (line 9335) | XcbSurfaceCreateInfoKHR& setWindow( xcb_window_t window_ ) type DebugMarkerMarkerInfoEXT (line 9372) | struct DebugMarkerMarkerInfoEXT method DebugMarkerMarkerInfoEXT (line 9374) | DebugMarkerMarkerInfoEXT( const char* pMarkerName_ = nullptr, std::a... method DebugMarkerMarkerInfoEXT (line 9382) | DebugMarkerMarkerInfoEXT( VkDebugMarkerMarkerInfoEXT const & rhs ) method DebugMarkerMarkerInfoEXT (line 9387) | DebugMarkerMarkerInfoEXT& operator=( VkDebugMarkerMarkerInfoEXT cons... method DebugMarkerMarkerInfoEXT (line 9393) | DebugMarkerMarkerInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerMarkerInfoEXT (line 9399) | DebugMarkerMarkerInfoEXT& setPMarkerName( const char* pMarkerName_ ) method DebugMarkerMarkerInfoEXT (line 9405) | DebugMarkerMarkerInfoEXT& setColor( std::array color_ ) type DedicatedAllocationImageCreateInfoNV (line 9439) | struct DedicatedAllocationImageCreateInfoNV method DedicatedAllocationImageCreateInfoNV (line 9441) | DedicatedAllocationImageCreateInfoNV( Bool32 dedicatedAllocation_ = 0 ) method DedicatedAllocationImageCreateInfoNV (line 9448) | DedicatedAllocationImageCreateInfoNV( VkDedicatedAllocationImageCrea... method DedicatedAllocationImageCreateInfoNV (line 9453) | DedicatedAllocationImageCreateInfoNV& operator=( VkDedicatedAllocati... method DedicatedAllocationImageCreateInfoNV (line 9459) | DedicatedAllocationImageCreateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationImageCreateInfoNV (line 9465) | DedicatedAllocationImageCreateInfoNV& setDedicatedAllocation( Bool32... type DedicatedAllocationBufferCreateInfoNV (line 9497) | struct DedicatedAllocationBufferCreateInfoNV method DedicatedAllocationBufferCreateInfoNV (line 9499) | DedicatedAllocationBufferCreateInfoNV( Bool32 dedicatedAllocation_ =... method DedicatedAllocationBufferCreateInfoNV (line 9506) | DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCr... method DedicatedAllocationBufferCreateInfoNV (line 9511) | DedicatedAllocationBufferCreateInfoNV& operator=( VkDedicatedAllocat... method DedicatedAllocationBufferCreateInfoNV (line 9517) | DedicatedAllocationBufferCreateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationBufferCreateInfoNV (line 9523) | DedicatedAllocationBufferCreateInfoNV& setDedicatedAllocation( Bool3... type DedicatedAllocationMemoryAllocateInfoNV (line 9555) | struct DedicatedAllocationMemoryAllocateInfoNV method DedicatedAllocationMemoryAllocateInfoNV (line 9557) | DedicatedAllocationMemoryAllocateInfoNV( Image image_ = Image(), Buf... method DedicatedAllocationMemoryAllocateInfoNV (line 9565) | DedicatedAllocationMemoryAllocateInfoNV( VkDedicatedAllocationMemory... method DedicatedAllocationMemoryAllocateInfoNV (line 9570) | DedicatedAllocationMemoryAllocateInfoNV& operator=( VkDedicatedAlloc... method DedicatedAllocationMemoryAllocateInfoNV (line 9576) | DedicatedAllocationMemoryAllocateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationMemoryAllocateInfoNV (line 9582) | DedicatedAllocationMemoryAllocateInfoNV& setImage( Image image_ ) method DedicatedAllocationMemoryAllocateInfoNV (line 9588) | DedicatedAllocationMemoryAllocateInfoNV& setBuffer( Buffer buffer_ ) type ExportMemoryWin32HandleInfoNV (line 9623) | struct ExportMemoryWin32HandleInfoNV method ExportMemoryWin32HandleInfoNV (line 9625) | ExportMemoryWin32HandleInfoNV( const SECURITY_ATTRIBUTES* pAttribute... method ExportMemoryWin32HandleInfoNV (line 9633) | ExportMemoryWin32HandleInfoNV( VkExportMemoryWin32HandleInfoNV const... method ExportMemoryWin32HandleInfoNV (line 9638) | ExportMemoryWin32HandleInfoNV& operator=( VkExportMemoryWin32HandleI... method ExportMemoryWin32HandleInfoNV (line 9644) | ExportMemoryWin32HandleInfoNV& setPNext( const void* pNext_ ) method ExportMemoryWin32HandleInfoNV (line 9650) | ExportMemoryWin32HandleInfoNV& setPAttributes( const SECURITY_ATTRIB... method ExportMemoryWin32HandleInfoNV (line 9656) | ExportMemoryWin32HandleInfoNV& setDwAccess( DWORD dwAccess_ ) type Win32KeyedMutexAcquireReleaseInfoNV (line 9692) | struct Win32KeyedMutexAcquireReleaseInfoNV method Win32KeyedMutexAcquireReleaseInfoNV (line 9694) | Win32KeyedMutexAcquireReleaseInfoNV( uint32_t acquireCount_ = 0, con... method Win32KeyedMutexAcquireReleaseInfoNV (line 9707) | Win32KeyedMutexAcquireReleaseInfoNV( VkWin32KeyedMutexAcquireRelease... method Win32KeyedMutexAcquireReleaseInfoNV (line 9712) | Win32KeyedMutexAcquireReleaseInfoNV& operator=( VkWin32KeyedMutexAcq... method Win32KeyedMutexAcquireReleaseInfoNV (line 9718) | Win32KeyedMutexAcquireReleaseInfoNV& setPNext( const void* pNext_ ) method Win32KeyedMutexAcquireReleaseInfoNV (line 9724) | Win32KeyedMutexAcquireReleaseInfoNV& setAcquireCount( uint32_t acqui... method Win32KeyedMutexAcquireReleaseInfoNV (line 9730) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireSyncs( const DeviceM... method Win32KeyedMutexAcquireReleaseInfoNV (line 9736) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireKeys( const uint64_t... method Win32KeyedMutexAcquireReleaseInfoNV (line 9742) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireTimeoutMilliseconds(... method Win32KeyedMutexAcquireReleaseInfoNV (line 9748) | Win32KeyedMutexAcquireReleaseInfoNV& setReleaseCount( uint32_t relea... method Win32KeyedMutexAcquireReleaseInfoNV (line 9754) | Win32KeyedMutexAcquireReleaseInfoNV& setPReleaseSyncs( const DeviceM... method Win32KeyedMutexAcquireReleaseInfoNV (line 9760) | Win32KeyedMutexAcquireReleaseInfoNV& setPReleaseKeys( const uint64_t... type DeviceGeneratedCommandsFeaturesNVX (line 9805) | struct DeviceGeneratedCommandsFeaturesNVX method DeviceGeneratedCommandsFeaturesNVX (line 9807) | DeviceGeneratedCommandsFeaturesNVX( Bool32 computeBindingPointSuppor... method DeviceGeneratedCommandsFeaturesNVX (line 9814) | DeviceGeneratedCommandsFeaturesNVX( VkDeviceGeneratedCommandsFeature... method DeviceGeneratedCommandsFeaturesNVX (line 9819) | DeviceGeneratedCommandsFeaturesNVX& operator=( VkDeviceGeneratedComm... method DeviceGeneratedCommandsFeaturesNVX (line 9825) | DeviceGeneratedCommandsFeaturesNVX& setPNext( const void* pNext_ ) method DeviceGeneratedCommandsFeaturesNVX (line 9831) | DeviceGeneratedCommandsFeaturesNVX& setComputeBindingPointSupport( B... type DeviceGeneratedCommandsLimitsNVX (line 9863) | struct DeviceGeneratedCommandsLimitsNVX method DeviceGeneratedCommandsLimitsNVX (line 9865) | DeviceGeneratedCommandsLimitsNVX( uint32_t maxIndirectCommandsLayout... method DeviceGeneratedCommandsLimitsNVX (line 9876) | DeviceGeneratedCommandsLimitsNVX( VkDeviceGeneratedCommandsLimitsNVX... method DeviceGeneratedCommandsLimitsNVX (line 9881) | DeviceGeneratedCommandsLimitsNVX& operator=( VkDeviceGeneratedComman... method DeviceGeneratedCommandsLimitsNVX (line 9887) | DeviceGeneratedCommandsLimitsNVX& setPNext( const void* pNext_ ) method DeviceGeneratedCommandsLimitsNVX (line 9893) | DeviceGeneratedCommandsLimitsNVX& setMaxIndirectCommandsLayoutTokenC... method DeviceGeneratedCommandsLimitsNVX (line 9899) | DeviceGeneratedCommandsLimitsNVX& setMaxObjectEntryCounts( uint32_t ... method DeviceGeneratedCommandsLimitsNVX (line 9905) | DeviceGeneratedCommandsLimitsNVX& setMinSequenceCountBufferOffsetAli... method DeviceGeneratedCommandsLimitsNVX (line 9911) | DeviceGeneratedCommandsLimitsNVX& setMinSequenceIndexBufferOffsetAli... method DeviceGeneratedCommandsLimitsNVX (line 9917) | DeviceGeneratedCommandsLimitsNVX& setMinCommandsTokenBufferOffsetAli... type CmdReserveSpaceForCommandsInfoNVX (line 9957) | struct CmdReserveSpaceForCommandsInfoNVX method CmdReserveSpaceForCommandsInfoNVX (line 9959) | CmdReserveSpaceForCommandsInfoNVX( ObjectTableNVX objectTable_ = Obj... method CmdReserveSpaceForCommandsInfoNVX (line 9968) | CmdReserveSpaceForCommandsInfoNVX( VkCmdReserveSpaceForCommandsInfoN... method CmdReserveSpaceForCommandsInfoNVX (line 9973) | CmdReserveSpaceForCommandsInfoNVX& operator=( VkCmdReserveSpaceForCo... method CmdReserveSpaceForCommandsInfoNVX (line 9979) | CmdReserveSpaceForCommandsInfoNVX& setPNext( const void* pNext_ ) method CmdReserveSpaceForCommandsInfoNVX (line 9985) | CmdReserveSpaceForCommandsInfoNVX& setObjectTable( ObjectTableNVX ob... method CmdReserveSpaceForCommandsInfoNVX (line 9991) | CmdReserveSpaceForCommandsInfoNVX& setIndirectCommandsLayout( Indire... method CmdReserveSpaceForCommandsInfoNVX (line 9997) | CmdReserveSpaceForCommandsInfoNVX& setMaxSequencesCount( uint32_t ma... type PhysicalDeviceFeatures2KHR (line 10033) | struct PhysicalDeviceFeatures2KHR method PhysicalDeviceFeatures2KHR (line 10035) | PhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures features_ = Physi... method PhysicalDeviceFeatures2KHR (line 10042) | PhysicalDeviceFeatures2KHR( VkPhysicalDeviceFeatures2KHR const & rhs ) method PhysicalDeviceFeatures2KHR (line 10047) | PhysicalDeviceFeatures2KHR& operator=( VkPhysicalDeviceFeatures2KHR ... method PhysicalDeviceFeatures2KHR (line 10053) | PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ ) method PhysicalDeviceFeatures2KHR (line 10059) | PhysicalDeviceFeatures2KHR& setFeatures( PhysicalDeviceFeatures feat... type PhysicalDevicePushDescriptorPropertiesKHR (line 10091) | struct PhysicalDevicePushDescriptorPropertiesKHR method PhysicalDevicePushDescriptorPropertiesKHR (line 10093) | PhysicalDevicePushDescriptorPropertiesKHR( uint32_t maxPushDescripto... method PhysicalDevicePushDescriptorPropertiesKHR (line 10100) | PhysicalDevicePushDescriptorPropertiesKHR( VkPhysicalDevicePushDescr... method PhysicalDevicePushDescriptorPropertiesKHR (line 10105) | PhysicalDevicePushDescriptorPropertiesKHR& operator=( VkPhysicalDevi... method PhysicalDevicePushDescriptorPropertiesKHR (line 10111) | PhysicalDevicePushDescriptorPropertiesKHR& setPNext( void* pNext_ ) method PhysicalDevicePushDescriptorPropertiesKHR (line 10117) | PhysicalDevicePushDescriptorPropertiesKHR& setMaxPushDescriptors( ui... type PresentRegionsKHR (line 10149) | struct PresentRegionsKHR method PresentRegionsKHR (line 10151) | PresentRegionsKHR( uint32_t swapchainCount_ = 0, const PresentRegion... method PresentRegionsKHR (line 10159) | PresentRegionsKHR( VkPresentRegionsKHR const & rhs ) method PresentRegionsKHR (line 10164) | PresentRegionsKHR& operator=( VkPresentRegionsKHR const & rhs ) method PresentRegionsKHR (line 10170) | PresentRegionsKHR& setPNext( const void* pNext_ ) method PresentRegionsKHR (line 10176) | PresentRegionsKHR& setSwapchainCount( uint32_t swapchainCount_ ) method PresentRegionsKHR (line 10182) | PresentRegionsKHR& setPRegions( const PresentRegionKHR* pRegions_ ) type PhysicalDeviceIDPropertiesKHX (line 10216) | struct PhysicalDeviceIDPropertiesKHX type ExportMemoryWin32HandleInfoKHX (line 10251) | struct ExportMemoryWin32HandleInfoKHX method ExportMemoryWin32HandleInfoKHX (line 10253) | ExportMemoryWin32HandleInfoKHX( const SECURITY_ATTRIBUTES* pAttribut... method ExportMemoryWin32HandleInfoKHX (line 10262) | ExportMemoryWin32HandleInfoKHX( VkExportMemoryWin32HandleInfoKHX con... method ExportMemoryWin32HandleInfoKHX (line 10267) | ExportMemoryWin32HandleInfoKHX& operator=( VkExportMemoryWin32Handle... method ExportMemoryWin32HandleInfoKHX (line 10273) | ExportMemoryWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ExportMemoryWin32HandleInfoKHX (line 10279) | ExportMemoryWin32HandleInfoKHX& setPAttributes( const SECURITY_ATTRI... method ExportMemoryWin32HandleInfoKHX (line 10285) | ExportMemoryWin32HandleInfoKHX& setDwAccess( DWORD dwAccess_ ) method ExportMemoryWin32HandleInfoKHX (line 10291) | ExportMemoryWin32HandleInfoKHX& setName( LPCWSTR name_ ) type MemoryWin32HandlePropertiesKHX (line 10329) | struct MemoryWin32HandlePropertiesKHX type MemoryFdPropertiesKHX (line 10358) | struct MemoryFdPropertiesKHX type Win32KeyedMutexAcquireReleaseInfoKHX (line 10387) | struct Win32KeyedMutexAcquireReleaseInfoKHX method Win32KeyedMutexAcquireReleaseInfoKHX (line 10389) | Win32KeyedMutexAcquireReleaseInfoKHX( uint32_t acquireCount_ = 0, co... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10402) | Win32KeyedMutexAcquireReleaseInfoKHX( VkWin32KeyedMutexAcquireReleas... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10407) | Win32KeyedMutexAcquireReleaseInfoKHX& operator=( VkWin32KeyedMutexAc... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10413) | Win32KeyedMutexAcquireReleaseInfoKHX& setPNext( const void* pNext_ ) method Win32KeyedMutexAcquireReleaseInfoKHX (line 10419) | Win32KeyedMutexAcquireReleaseInfoKHX& setAcquireCount( uint32_t acqu... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10425) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireSyncs( const Device... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10431) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireKeys( const uint64_... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10437) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireTimeouts( const uin... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10443) | Win32KeyedMutexAcquireReleaseInfoKHX& setReleaseCount( uint32_t rele... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10449) | Win32KeyedMutexAcquireReleaseInfoKHX& setPReleaseSyncs( const Device... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10455) | Win32KeyedMutexAcquireReleaseInfoKHX& setPReleaseKeys( const uint64_... type ExportSemaphoreWin32HandleInfoKHX (line 10501) | struct ExportSemaphoreWin32HandleInfoKHX method ExportSemaphoreWin32HandleInfoKHX (line 10503) | ExportSemaphoreWin32HandleInfoKHX( const SECURITY_ATTRIBUTES* pAttri... method ExportSemaphoreWin32HandleInfoKHX (line 10512) | ExportSemaphoreWin32HandleInfoKHX( VkExportSemaphoreWin32HandleInfoK... method ExportSemaphoreWin32HandleInfoKHX (line 10517) | ExportSemaphoreWin32HandleInfoKHX& operator=( VkExportSemaphoreWin32... method ExportSemaphoreWin32HandleInfoKHX (line 10523) | ExportSemaphoreWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ExportSemaphoreWin32HandleInfoKHX (line 10529) | ExportSemaphoreWin32HandleInfoKHX& setPAttributes( const SECURITY_AT... method ExportSemaphoreWin32HandleInfoKHX (line 10535) | ExportSemaphoreWin32HandleInfoKHX& setDwAccess( DWORD dwAccess_ ) method ExportSemaphoreWin32HandleInfoKHX (line 10541) | ExportSemaphoreWin32HandleInfoKHX& setName( LPCWSTR name_ ) type D3D12FenceSubmitInfoKHX (line 10579) | struct D3D12FenceSubmitInfoKHX method D3D12FenceSubmitInfoKHX (line 10581) | D3D12FenceSubmitInfoKHX( uint32_t waitSemaphoreValuesCount_ = 0, con... method D3D12FenceSubmitInfoKHX (line 10591) | D3D12FenceSubmitInfoKHX( VkD3D12FenceSubmitInfoKHX const & rhs ) method D3D12FenceSubmitInfoKHX (line 10596) | D3D12FenceSubmitInfoKHX& operator=( VkD3D12FenceSubmitInfoKHX const ... method D3D12FenceSubmitInfoKHX (line 10602) | D3D12FenceSubmitInfoKHX& setPNext( const void* pNext_ ) method D3D12FenceSubmitInfoKHX (line 10608) | D3D12FenceSubmitInfoKHX& setWaitSemaphoreValuesCount( uint32_t waitS... method D3D12FenceSubmitInfoKHX (line 10614) | D3D12FenceSubmitInfoKHX& setPWaitSemaphoreValues( const uint64_t* pW... method D3D12FenceSubmitInfoKHX (line 10620) | D3D12FenceSubmitInfoKHX& setSignalSemaphoreValuesCount( uint32_t sig... method D3D12FenceSubmitInfoKHX (line 10626) | D3D12FenceSubmitInfoKHX& setPSignalSemaphoreValues( const uint64_t* ... type PhysicalDeviceMultiviewFeaturesKHX (line 10665) | struct PhysicalDeviceMultiviewFeaturesKHX method PhysicalDeviceMultiviewFeaturesKHX (line 10667) | PhysicalDeviceMultiviewFeaturesKHX( Bool32 multiview_ = 0, Bool32 mu... method PhysicalDeviceMultiviewFeaturesKHX (line 10676) | PhysicalDeviceMultiviewFeaturesKHX( VkPhysicalDeviceMultiviewFeature... method PhysicalDeviceMultiviewFeaturesKHX (line 10681) | PhysicalDeviceMultiviewFeaturesKHX& operator=( VkPhysicalDeviceMulti... method PhysicalDeviceMultiviewFeaturesKHX (line 10687) | PhysicalDeviceMultiviewFeaturesKHX& setPNext( void* pNext_ ) method PhysicalDeviceMultiviewFeaturesKHX (line 10693) | PhysicalDeviceMultiviewFeaturesKHX& setMultiview( Bool32 multiview_ ) method PhysicalDeviceMultiviewFeaturesKHX (line 10699) | PhysicalDeviceMultiviewFeaturesKHX& setMultiviewGeometryShader( Bool... method PhysicalDeviceMultiviewFeaturesKHX (line 10705) | PhysicalDeviceMultiviewFeaturesKHX& setMultiviewTessellationShader( ... type PhysicalDeviceMultiviewPropertiesKHX (line 10741) | struct PhysicalDeviceMultiviewPropertiesKHX type RenderPassMultiviewCreateInfoKHX (line 10771) | struct RenderPassMultiviewCreateInfoKHX method RenderPassMultiviewCreateInfoKHX (line 10773) | RenderPassMultiviewCreateInfoKHX( uint32_t subpassCount_ = 0, const ... method RenderPassMultiviewCreateInfoKHX (line 10785) | RenderPassMultiviewCreateInfoKHX( VkRenderPassMultiviewCreateInfoKHX... method RenderPassMultiviewCreateInfoKHX (line 10790) | RenderPassMultiviewCreateInfoKHX& operator=( VkRenderPassMultiviewCr... method RenderPassMultiviewCreateInfoKHX (line 10796) | RenderPassMultiviewCreateInfoKHX& setPNext( const void* pNext_ ) method RenderPassMultiviewCreateInfoKHX (line 10802) | RenderPassMultiviewCreateInfoKHX& setSubpassCount( uint32_t subpassC... method RenderPassMultiviewCreateInfoKHX (line 10808) | RenderPassMultiviewCreateInfoKHX& setPViewMasks( const uint32_t* pVi... method RenderPassMultiviewCreateInfoKHX (line 10814) | RenderPassMultiviewCreateInfoKHX& setDependencyCount( uint32_t depen... method RenderPassMultiviewCreateInfoKHX (line 10820) | RenderPassMultiviewCreateInfoKHX& setPViewOffsets( const int32_t* pV... method RenderPassMultiviewCreateInfoKHX (line 10826) | RenderPassMultiviewCreateInfoKHX& setCorrelationMaskCount( uint32_t ... method RenderPassMultiviewCreateInfoKHX (line 10832) | RenderPassMultiviewCreateInfoKHX& setPCorrelationMasks( const uint32... type BindBufferMemoryInfoKHX (line 10874) | struct BindBufferMemoryInfoKHX method BindBufferMemoryInfoKHX (line 10876) | BindBufferMemoryInfoKHX( Buffer buffer_ = Buffer(), DeviceMemory mem... method BindBufferMemoryInfoKHX (line 10887) | BindBufferMemoryInfoKHX( VkBindBufferMemoryInfoKHX const & rhs ) method BindBufferMemoryInfoKHX (line 10892) | BindBufferMemoryInfoKHX& operator=( VkBindBufferMemoryInfoKHX const ... method BindBufferMemoryInfoKHX (line 10898) | BindBufferMemoryInfoKHX& setPNext( const void* pNext_ ) method BindBufferMemoryInfoKHX (line 10904) | BindBufferMemoryInfoKHX& setBuffer( Buffer buffer_ ) method BindBufferMemoryInfoKHX (line 10910) | BindBufferMemoryInfoKHX& setMemory( DeviceMemory memory_ ) method BindBufferMemoryInfoKHX (line 10916) | BindBufferMemoryInfoKHX& setMemoryOffset( DeviceSize memoryOffset_ ) method BindBufferMemoryInfoKHX (line 10922) | BindBufferMemoryInfoKHX& setDeviceIndexCount( uint32_t deviceIndexCo... method BindBufferMemoryInfoKHX (line 10928) | BindBufferMemoryInfoKHX& setPDeviceIndices( const uint32_t* pDeviceI... type BindImageMemoryInfoKHX (line 10968) | struct BindImageMemoryInfoKHX method BindImageMemoryInfoKHX (line 10970) | BindImageMemoryInfoKHX( Image image_ = Image(), DeviceMemory memory_... method BindImageMemoryInfoKHX (line 10983) | BindImageMemoryInfoKHX( VkBindImageMemoryInfoKHX const & rhs ) method BindImageMemoryInfoKHX (line 10988) | BindImageMemoryInfoKHX& operator=( VkBindImageMemoryInfoKHX const & ... method BindImageMemoryInfoKHX (line 10994) | BindImageMemoryInfoKHX& setPNext( const void* pNext_ ) method BindImageMemoryInfoKHX (line 11000) | BindImageMemoryInfoKHX& setImage( Image image_ ) method BindImageMemoryInfoKHX (line 11006) | BindImageMemoryInfoKHX& setMemory( DeviceMemory memory_ ) method BindImageMemoryInfoKHX (line 11012) | BindImageMemoryInfoKHX& setMemoryOffset( DeviceSize memoryOffset_ ) method BindImageMemoryInfoKHX (line 11018) | BindImageMemoryInfoKHX& setDeviceIndexCount( uint32_t deviceIndexCou... method BindImageMemoryInfoKHX (line 11024) | BindImageMemoryInfoKHX& setPDeviceIndices( const uint32_t* pDeviceIn... method BindImageMemoryInfoKHX (line 11030) | BindImageMemoryInfoKHX& setSFRRectCount( uint32_t SFRRectCount_ ) method BindImageMemoryInfoKHX (line 11036) | BindImageMemoryInfoKHX& setPSFRRects( const Rect2D* pSFRRects_ ) type DeviceGroupRenderPassBeginInfoKHX (line 11080) | struct DeviceGroupRenderPassBeginInfoKHX method DeviceGroupRenderPassBeginInfoKHX (line 11082) | DeviceGroupRenderPassBeginInfoKHX( uint32_t deviceMask_ = 0, uint32_... method DeviceGroupRenderPassBeginInfoKHX (line 11091) | DeviceGroupRenderPassBeginInfoKHX( VkDeviceGroupRenderPassBeginInfoK... method DeviceGroupRenderPassBeginInfoKHX (line 11096) | DeviceGroupRenderPassBeginInfoKHX& operator=( VkDeviceGroupRenderPas... method DeviceGroupRenderPassBeginInfoKHX (line 11102) | DeviceGroupRenderPassBeginInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupRenderPassBeginInfoKHX (line 11108) | DeviceGroupRenderPassBeginInfoKHX& setDeviceMask( uint32_t deviceMas... method DeviceGroupRenderPassBeginInfoKHX (line 11114) | DeviceGroupRenderPassBeginInfoKHX& setDeviceRenderAreaCount( uint32_... method DeviceGroupRenderPassBeginInfoKHX (line 11120) | DeviceGroupRenderPassBeginInfoKHX& setPDeviceRenderAreas( const Rect... type DeviceGroupCommandBufferBeginInfoKHX (line 11156) | struct DeviceGroupCommandBufferBeginInfoKHX method DeviceGroupCommandBufferBeginInfoKHX (line 11158) | DeviceGroupCommandBufferBeginInfoKHX( uint32_t deviceMask_ = 0 ) method DeviceGroupCommandBufferBeginInfoKHX (line 11165) | DeviceGroupCommandBufferBeginInfoKHX( VkDeviceGroupCommandBufferBegi... method DeviceGroupCommandBufferBeginInfoKHX (line 11170) | DeviceGroupCommandBufferBeginInfoKHX& operator=( VkDeviceGroupComman... method DeviceGroupCommandBufferBeginInfoKHX (line 11176) | DeviceGroupCommandBufferBeginInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupCommandBufferBeginInfoKHX (line 11182) | DeviceGroupCommandBufferBeginInfoKHX& setDeviceMask( uint32_t device... type DeviceGroupSubmitInfoKHX (line 11214) | struct DeviceGroupSubmitInfoKHX method DeviceGroupSubmitInfoKHX (line 11216) | DeviceGroupSubmitInfoKHX( uint32_t waitSemaphoreCount_ = 0, const ui... method DeviceGroupSubmitInfoKHX (line 11228) | DeviceGroupSubmitInfoKHX( VkDeviceGroupSubmitInfoKHX const & rhs ) method DeviceGroupSubmitInfoKHX (line 11233) | DeviceGroupSubmitInfoKHX& operator=( VkDeviceGroupSubmitInfoKHX cons... method DeviceGroupSubmitInfoKHX (line 11239) | DeviceGroupSubmitInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupSubmitInfoKHX (line 11245) | DeviceGroupSubmitInfoKHX& setWaitSemaphoreCount( uint32_t waitSemaph... method DeviceGroupSubmitInfoKHX (line 11251) | DeviceGroupSubmitInfoKHX& setPWaitSemaphoreDeviceIndices( const uint... method DeviceGroupSubmitInfoKHX (line 11257) | DeviceGroupSubmitInfoKHX& setCommandBufferCount( uint32_t commandBuf... method DeviceGroupSubmitInfoKHX (line 11263) | DeviceGroupSubmitInfoKHX& setPCommandBufferDeviceMasks( const uint32... method DeviceGroupSubmitInfoKHX (line 11269) | DeviceGroupSubmitInfoKHX& setSignalSemaphoreCount( uint32_t signalSe... method DeviceGroupSubmitInfoKHX (line 11275) | DeviceGroupSubmitInfoKHX& setPSignalSemaphoreDeviceIndices( const ui... type DeviceGroupBindSparseInfoKHX (line 11317) | struct DeviceGroupBindSparseInfoKHX method DeviceGroupBindSparseInfoKHX (line 11319) | DeviceGroupBindSparseInfoKHX( uint32_t resourceDeviceIndex_ = 0, uin... method DeviceGroupBindSparseInfoKHX (line 11327) | DeviceGroupBindSparseInfoKHX( VkDeviceGroupBindSparseInfoKHX const &... method DeviceGroupBindSparseInfoKHX (line 11332) | DeviceGroupBindSparseInfoKHX& operator=( VkDeviceGroupBindSparseInfo... method DeviceGroupBindSparseInfoKHX (line 11338) | DeviceGroupBindSparseInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupBindSparseInfoKHX (line 11344) | DeviceGroupBindSparseInfoKHX& setResourceDeviceIndex( uint32_t resou... method DeviceGroupBindSparseInfoKHX (line 11350) | DeviceGroupBindSparseInfoKHX& setMemoryDeviceIndex( uint32_t memoryD... type ImageSwapchainCreateInfoKHX (line 11384) | struct ImageSwapchainCreateInfoKHX method ImageSwapchainCreateInfoKHX (line 11386) | ImageSwapchainCreateInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR() ) method ImageSwapchainCreateInfoKHX (line 11393) | ImageSwapchainCreateInfoKHX( VkImageSwapchainCreateInfoKHX const & r... method ImageSwapchainCreateInfoKHX (line 11398) | ImageSwapchainCreateInfoKHX& operator=( VkImageSwapchainCreateInfoKH... method ImageSwapchainCreateInfoKHX (line 11404) | ImageSwapchainCreateInfoKHX& setPNext( const void* pNext_ ) method ImageSwapchainCreateInfoKHX (line 11410) | ImageSwapchainCreateInfoKHX& setSwapchain( SwapchainKHR swapchain_ ) type BindImageMemorySwapchainInfoKHX (line 11442) | struct BindImageMemorySwapchainInfoKHX method BindImageMemorySwapchainInfoKHX (line 11444) | BindImageMemorySwapchainInfoKHX( SwapchainKHR swapchain_ = Swapchain... method BindImageMemorySwapchainInfoKHX (line 11452) | BindImageMemorySwapchainInfoKHX( VkBindImageMemorySwapchainInfoKHX c... method BindImageMemorySwapchainInfoKHX (line 11457) | BindImageMemorySwapchainInfoKHX& operator=( VkBindImageMemorySwapcha... method BindImageMemorySwapchainInfoKHX (line 11463) | BindImageMemorySwapchainInfoKHX& setPNext( const void* pNext_ ) method BindImageMemorySwapchainInfoKHX (line 11469) | BindImageMemorySwapchainInfoKHX& setSwapchain( SwapchainKHR swapchai... method BindImageMemorySwapchainInfoKHX (line 11475) | BindImageMemorySwapchainInfoKHX& setImageIndex( uint32_t imageIndex_ ) type AcquireNextImageInfoKHX (line 11509) | struct AcquireNextImageInfoKHX method AcquireNextImageInfoKHX (line 11511) | AcquireNextImageInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR(), u... method AcquireNextImageInfoKHX (line 11522) | AcquireNextImageInfoKHX( VkAcquireNextImageInfoKHX const & rhs ) method AcquireNextImageInfoKHX (line 11527) | AcquireNextImageInfoKHX& operator=( VkAcquireNextImageInfoKHX const ... method AcquireNextImageInfoKHX (line 11533) | AcquireNextImageInfoKHX& setPNext( const void* pNext_ ) method AcquireNextImageInfoKHX (line 11539) | AcquireNextImageInfoKHX& setSwapchain( SwapchainKHR swapchain_ ) method AcquireNextImageInfoKHX (line 11545) | AcquireNextImageInfoKHX& setTimeout( uint64_t timeout_ ) method AcquireNextImageInfoKHX (line 11551) | AcquireNextImageInfoKHX& setSemaphore( Semaphore semaphore_ ) method AcquireNextImageInfoKHX (line 11557) | AcquireNextImageInfoKHX& setFence( Fence fence_ ) method AcquireNextImageInfoKHX (line 11563) | AcquireNextImageInfoKHX& setDeviceMask( uint32_t deviceMask_ ) type HdrMetadataEXT (line 11603) | struct HdrMetadataEXT method HdrMetadataEXT (line 11605) | HdrMetadataEXT( XYColorEXT displayPrimaryRed_ = XYColorEXT(), XYColo... method HdrMetadataEXT (line 11619) | HdrMetadataEXT( VkHdrMetadataEXT const & rhs ) method HdrMetadataEXT (line 11624) | HdrMetadataEXT& operator=( VkHdrMetadataEXT const & rhs ) method HdrMetadataEXT (line 11630) | HdrMetadataEXT& setPNext( const void* pNext_ ) method HdrMetadataEXT (line 11636) | HdrMetadataEXT& setDisplayPrimaryRed( XYColorEXT displayPrimaryRed_ ) method HdrMetadataEXT (line 11642) | HdrMetadataEXT& setDisplayPrimaryGreen( XYColorEXT displayPrimaryGre... method HdrMetadataEXT (line 11648) | HdrMetadataEXT& setDisplayPrimaryBlue( XYColorEXT displayPrimaryBlue_ ) method HdrMetadataEXT (line 11654) | HdrMetadataEXT& setWhitePoint( XYColorEXT whitePoint_ ) method HdrMetadataEXT (line 11660) | HdrMetadataEXT& setMaxLuminance( float maxLuminance_ ) method HdrMetadataEXT (line 11666) | HdrMetadataEXT& setMinLuminance( float minLuminance_ ) method HdrMetadataEXT (line 11672) | HdrMetadataEXT& setMaxContentLightLevel( float maxContentLightLevel_ ) method HdrMetadataEXT (line 11678) | HdrMetadataEXT& setMaxFrameAverageLightLevel( float maxFrameAverageL... type PresentTimesInfoGOOGLE (line 11724) | struct PresentTimesInfoGOOGLE method PresentTimesInfoGOOGLE (line 11726) | PresentTimesInfoGOOGLE( uint32_t swapchainCount_ = 0, const PresentT... method PresentTimesInfoGOOGLE (line 11734) | PresentTimesInfoGOOGLE( VkPresentTimesInfoGOOGLE const & rhs ) method PresentTimesInfoGOOGLE (line 11739) | PresentTimesInfoGOOGLE& operator=( VkPresentTimesInfoGOOGLE const & ... method PresentTimesInfoGOOGLE (line 11745) | PresentTimesInfoGOOGLE& setPNext( const void* pNext_ ) method PresentTimesInfoGOOGLE (line 11751) | PresentTimesInfoGOOGLE& setSwapchainCount( uint32_t swapchainCount_ ) method PresentTimesInfoGOOGLE (line 11757) | PresentTimesInfoGOOGLE& setPTimes( const PresentTimeGOOGLE* pTimes_ ) type IOSSurfaceCreateInfoMVK (line 11792) | struct IOSSurfaceCreateInfoMVK method IOSSurfaceCreateInfoMVK (line 11794) | IOSSurfaceCreateInfoMVK( IOSSurfaceCreateFlagsMVK flags_ = IOSSurfac... method IOSSurfaceCreateInfoMVK (line 11802) | IOSSurfaceCreateInfoMVK( VkIOSSurfaceCreateInfoMVK const & rhs ) method IOSSurfaceCreateInfoMVK (line 11807) | IOSSurfaceCreateInfoMVK& operator=( VkIOSSurfaceCreateInfoMVK const ... method IOSSurfaceCreateInfoMVK (line 11813) | IOSSurfaceCreateInfoMVK& setPNext( const void* pNext_ ) method IOSSurfaceCreateInfoMVK (line 11819) | IOSSurfaceCreateInfoMVK& setFlags( IOSSurfaceCreateFlagsMVK flags_ ) method IOSSurfaceCreateInfoMVK (line 11825) | IOSSurfaceCreateInfoMVK& setPView( const void* pView_ ) type MacOSSurfaceCreateInfoMVK (line 11861) | struct MacOSSurfaceCreateInfoMVK method MacOSSurfaceCreateInfoMVK (line 11863) | MacOSSurfaceCreateInfoMVK( MacOSSurfaceCreateFlagsMVK flags_ = MacOS... method MacOSSurfaceCreateInfoMVK (line 11871) | MacOSSurfaceCreateInfoMVK( VkMacOSSurfaceCreateInfoMVK const & rhs ) method MacOSSurfaceCreateInfoMVK (line 11876) | MacOSSurfaceCreateInfoMVK& operator=( VkMacOSSurfaceCreateInfoMVK co... method MacOSSurfaceCreateInfoMVK (line 11882) | MacOSSurfaceCreateInfoMVK& setPNext( const void* pNext_ ) method MacOSSurfaceCreateInfoMVK (line 11888) | MacOSSurfaceCreateInfoMVK& setFlags( MacOSSurfaceCreateFlagsMVK flag... method MacOSSurfaceCreateInfoMVK (line 11894) | MacOSSurfaceCreateInfoMVK& setPView( const void* pView_ ) type PipelineViewportWScalingStateCreateInfoNV (line 11929) | struct PipelineViewportWScalingStateCreateInfoNV method PipelineViewportWScalingStateCreateInfoNV (line 11931) | PipelineViewportWScalingStateCreateInfoNV( Bool32 viewportWScalingEn... method PipelineViewportWScalingStateCreateInfoNV (line 11940) | PipelineViewportWScalingStateCreateInfoNV( VkPipelineViewportWScalin... method PipelineViewportWScalingStateCreateInfoNV (line 11945) | PipelineViewportWScalingStateCreateInfoNV& operator=( VkPipelineView... method PipelineViewportWScalingStateCreateInfoNV (line 11951) | PipelineViewportWScalingStateCreateInfoNV& setPNext( const void* pNe... method PipelineViewportWScalingStateCreateInfoNV (line 11957) | PipelineViewportWScalingStateCreateInfoNV& setViewportWScalingEnable... method PipelineViewportWScalingStateCreateInfoNV (line 11963) | PipelineViewportWScalingStateCreateInfoNV& setViewportCount( uint32_... method PipelineViewportWScalingStateCreateInfoNV (line 11969) | PipelineViewportWScalingStateCreateInfoNV& setPViewportWScalings( co... type PhysicalDeviceDiscardRectanglePropertiesEXT (line 12005) | struct PhysicalDeviceDiscardRectanglePropertiesEXT method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12007) | PhysicalDeviceDiscardRectanglePropertiesEXT( uint32_t maxDiscardRect... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12014) | PhysicalDeviceDiscardRectanglePropertiesEXT( VkPhysicalDeviceDiscard... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12019) | PhysicalDeviceDiscardRectanglePropertiesEXT& operator=( VkPhysicalDe... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12025) | PhysicalDeviceDiscardRectanglePropertiesEXT& setPNext( void* pNext_ ) method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12031) | PhysicalDeviceDiscardRectanglePropertiesEXT& setMaxDiscardRectangles... type PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (line 12063) | struct PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX type PhysicalDeviceSurfaceInfo2KHR (line 12091) | struct PhysicalDeviceSurfaceInfo2KHR method PhysicalDeviceSurfaceInfo2KHR (line 12093) | PhysicalDeviceSurfaceInfo2KHR( SurfaceKHR surface_ = SurfaceKHR() ) method PhysicalDeviceSurfaceInfo2KHR (line 12100) | PhysicalDeviceSurfaceInfo2KHR( VkPhysicalDeviceSurfaceInfo2KHR const... method PhysicalDeviceSurfaceInfo2KHR (line 12105) | PhysicalDeviceSurfaceInfo2KHR& operator=( VkPhysicalDeviceSurfaceInf... method PhysicalDeviceSurfaceInfo2KHR (line 12111) | PhysicalDeviceSurfaceInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceSurfaceInfo2KHR (line 12117) | PhysicalDeviceSurfaceInfo2KHR& setSurface( SurfaceKHR surface_ ) type SubpassContents (line 12149) | enum class SubpassContents type PresentInfoKHR (line 12155) | struct PresentInfoKHR method PresentInfoKHR (line 12157) | PresentInfoKHR( uint32_t waitSemaphoreCount_ = 0, const Semaphore* p... method PresentInfoKHR (line 12169) | PresentInfoKHR( VkPresentInfoKHR const & rhs ) method PresentInfoKHR (line 12174) | PresentInfoKHR& operator=( VkPresentInfoKHR const & rhs ) method PresentInfoKHR (line 12180) | PresentInfoKHR& setPNext( const void* pNext_ ) method PresentInfoKHR (line 12186) | PresentInfoKHR& setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) method PresentInfoKHR (line 12192) | PresentInfoKHR& setPWaitSemaphores( const Semaphore* pWaitSemaphores_ ) method PresentInfoKHR (line 12198) | PresentInfoKHR& setSwapchainCount( uint32_t swapchainCount_ ) method PresentInfoKHR (line 12204) | PresentInfoKHR& setPSwapchains( const SwapchainKHR* pSwapchains_ ) method PresentInfoKHR (line 12210) | PresentInfoKHR& setPImageIndices( const uint32_t* pImageIndices_ ) method PresentInfoKHR (line 12216) | PresentInfoKHR& setPResults( Result* pResults_ ) type DynamicState (line 12258) | enum class DynamicState type PipelineDynamicStateCreateInfo (line 12273) | struct PipelineDynamicStateCreateInfo method PipelineDynamicStateCreateInfo (line 12275) | PipelineDynamicStateCreateInfo( PipelineDynamicStateCreateFlags flag... method PipelineDynamicStateCreateInfo (line 12284) | PipelineDynamicStateCreateInfo( VkPipelineDynamicStateCreateInfo con... method PipelineDynamicStateCreateInfo (line 12289) | PipelineDynamicStateCreateInfo& operator=( VkPipelineDynamicStateCre... method PipelineDynamicStateCreateInfo (line 12295) | PipelineDynamicStateCreateInfo& setPNext( const void* pNext_ ) method PipelineDynamicStateCreateInfo (line 12301) | PipelineDynamicStateCreateInfo& setFlags( PipelineDynamicStateCreate... method PipelineDynamicStateCreateInfo (line 12307) | PipelineDynamicStateCreateInfo& setDynamicStateCount( uint32_t dynam... method PipelineDynamicStateCreateInfo (line 12313) | PipelineDynamicStateCreateInfo& setPDynamicStates( const DynamicStat... type DescriptorUpdateTemplateTypeKHR (line 12349) | enum class DescriptorUpdateTemplateTypeKHR type DescriptorUpdateTemplateCreateInfoKHR (line 12355) | struct DescriptorUpdateTemplateCreateInfoKHR method DescriptorUpdateTemplateCreateInfoKHR (line 12357) | DescriptorUpdateTemplateCreateInfoKHR( DescriptorUpdateTemplateCreat... method DescriptorUpdateTemplateCreateInfoKHR (line 12371) | DescriptorUpdateTemplateCreateInfoKHR( VkDescriptorUpdateTemplateCre... method DescriptorUpdateTemplateCreateInfoKHR (line 12376) | DescriptorUpdateTemplateCreateInfoKHR& operator=( VkDescriptorUpdate... method DescriptorUpdateTemplateCreateInfoKHR (line 12382) | DescriptorUpdateTemplateCreateInfoKHR& setPNext( void* pNext_ ) method DescriptorUpdateTemplateCreateInfoKHR (line 12388) | DescriptorUpdateTemplateCreateInfoKHR& setFlags( DescriptorUpdateTem... method DescriptorUpdateTemplateCreateInfoKHR (line 12394) | DescriptorUpdateTemplateCreateInfoKHR& setDescriptorUpdateEntryCount... method DescriptorUpdateTemplateCreateInfoKHR (line 12400) | DescriptorUpdateTemplateCreateInfoKHR& setPDescriptorUpdateEntries( ... method DescriptorUpdateTemplateCreateInfoKHR (line 12406) | DescriptorUpdateTemplateCreateInfoKHR& setTemplateType( DescriptorUp... method DescriptorUpdateTemplateCreateInfoKHR (line 12412) | DescriptorUpdateTemplateCreateInfoKHR& setDescriptorSetLayout( Descr... method DescriptorUpdateTemplateCreateInfoKHR (line 12418) | DescriptorUpdateTemplateCreateInfoKHR& setPipelineBindPoint( Pipelin... method DescriptorUpdateTemplateCreateInfoKHR (line 12424) | DescriptorUpdateTemplateCreateInfoKHR& setPipelineLayout( PipelineLa... method DescriptorUpdateTemplateCreateInfoKHR (line 12430) | DescriptorUpdateTemplateCreateInfoKHR& setSet( uint32_t set_ ) type ObjectType (line 12476) | enum class ObjectType type QueueFlagBits (line 12514) | enum class QueueFlagBits function VULKAN_HPP_INLINE (line 12524) | VULKAN_HPP_INLINE QueueFlags operator|( QueueFlagBits bit0, QueueFlagB... function VULKAN_HPP_INLINE (line 12529) | VULKAN_HPP_INLINE QueueFlags operator~( QueueFlagBits bits ) type FlagTraits (line 12534) | struct FlagTraits type QueueFamilyProperties (line 12542) | struct QueueFamilyProperties type QueueFamilyProperties2KHR (line 12569) | struct QueueFamilyProperties2KHR type MemoryPropertyFlagBits (line 12597) | enum class MemoryPropertyFlagBits function VULKAN_HPP_INLINE (line 12608) | VULKAN_HPP_INLINE MemoryPropertyFlags operator|( MemoryPropertyFlagBit... function VULKAN_HPP_INLINE (line 12613) | VULKAN_HPP_INLINE MemoryPropertyFlags operator~( MemoryPropertyFlagBit... type FlagTraits (line 12618) | struct FlagTraits type MemoryType (line 12626) | struct MemoryType type MemoryHeapFlagBits (line 12649) | enum class MemoryHeapFlagBits function VULKAN_HPP_INLINE (line 12657) | VULKAN_HPP_INLINE MemoryHeapFlags operator|( MemoryHeapFlagBits bit0, ... function VULKAN_HPP_INLINE (line 12662) | VULKAN_HPP_INLINE MemoryHeapFlags operator~( MemoryHeapFlagBits bits ) type FlagTraits (line 12667) | struct FlagTraits type MemoryHeap (line 12675) | struct MemoryHeap type PhysicalDeviceMemoryProperties (line 12698) | struct PhysicalDeviceMemoryProperties type PhysicalDeviceMemoryProperties2KHR (line 12725) | struct PhysicalDeviceMemoryProperties2KHR type AccessFlagBits (line 12753) | enum class AccessFlagBits function VULKAN_HPP_INLINE (line 12778) | VULKAN_HPP_INLINE AccessFlags operator|( AccessFlagBits bit0, AccessFl... function VULKAN_HPP_INLINE (line 12783) | VULKAN_HPP_INLINE AccessFlags operator~( AccessFlagBits bits ) type FlagTraits (line 12788) | struct FlagTraits type MemoryBarrier (line 12796) | struct MemoryBarrier method MemoryBarrier (line 12798) | MemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), AccessFla... method MemoryBarrier (line 12806) | MemoryBarrier( VkMemoryBarrier const & rhs ) method MemoryBarrier (line 12811) | MemoryBarrier& operator=( VkMemoryBarrier const & rhs ) method MemoryBarrier (line 12817) | MemoryBarrier& setPNext( const void* pNext_ ) method MemoryBarrier (line 12823) | MemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method MemoryBarrier (line 12829) | MemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) type BufferMemoryBarrier (line 12863) | struct BufferMemoryBarrier method BufferMemoryBarrier (line 12865) | BufferMemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), Acc... method BufferMemoryBarrier (line 12878) | BufferMemoryBarrier( VkBufferMemoryBarrier const & rhs ) method BufferMemoryBarrier (line 12883) | BufferMemoryBarrier& operator=( VkBufferMemoryBarrier const & rhs ) method BufferMemoryBarrier (line 12889) | BufferMemoryBarrier& setPNext( const void* pNext_ ) method BufferMemoryBarrier (line 12895) | BufferMemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method BufferMemoryBarrier (line 12901) | BufferMemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) method BufferMemoryBarrier (line 12907) | BufferMemoryBarrier& setSrcQueueFamilyIndex( uint32_t srcQueueFamily... method BufferMemoryBarrier (line 12913) | BufferMemoryBarrier& setDstQueueFamilyIndex( uint32_t dstQueueFamily... method BufferMemoryBarrier (line 12919) | BufferMemoryBarrier& setBuffer( Buffer buffer_ ) method BufferMemoryBarrier (line 12925) | BufferMemoryBarrier& setOffset( DeviceSize offset_ ) method BufferMemoryBarrier (line 12931) | BufferMemoryBarrier& setSize( DeviceSize size_ ) type BufferUsageFlagBits (line 12975) | enum class BufferUsageFlagBits function VULKAN_HPP_INLINE (line 12990) | VULKAN_HPP_INLINE BufferUsageFlags operator|( BufferUsageFlagBits bit0... function VULKAN_HPP_INLINE (line 12995) | VULKAN_HPP_INLINE BufferUsageFlags operator~( BufferUsageFlagBits bits ) type FlagTraits (line 13000) | struct FlagTraits type BufferCreateFlagBits (line 13008) | enum class BufferCreateFlagBits function VULKAN_HPP_INLINE (line 13017) | VULKAN_HPP_INLINE BufferCreateFlags operator|( BufferCreateFlagBits bi... function VULKAN_HPP_INLINE (line 13022) | VULKAN_HPP_INLINE BufferCreateFlags operator~( BufferCreateFlagBits bi... type FlagTraits (line 13027) | struct FlagTraits type BufferCreateInfo (line 13035) | struct BufferCreateInfo method BufferCreateInfo (line 13037) | BufferCreateInfo( BufferCreateFlags flags_ = BufferCreateFlags(), De... method BufferCreateInfo (line 13049) | BufferCreateInfo( VkBufferCreateInfo const & rhs ) method BufferCreateInfo (line 13054) | BufferCreateInfo& operator=( VkBufferCreateInfo const & rhs ) method BufferCreateInfo (line 13060) | BufferCreateInfo& setPNext( const void* pNext_ ) method BufferCreateInfo (line 13066) | BufferCreateInfo& setFlags( BufferCreateFlags flags_ ) method BufferCreateInfo (line 13072) | BufferCreateInfo& setSize( DeviceSize size_ ) method BufferCreateInfo (line 13078) | BufferCreateInfo& setUsage( BufferUsageFlags usage_ ) method BufferCreateInfo (line 13084) | BufferCreateInfo& setSharingMode( SharingMode sharingMode_ ) method BufferCreateInfo (line 13090) | BufferCreateInfo& setQueueFamilyIndexCount( uint32_t queueFamilyInde... method BufferCreateInfo (line 13096) | BufferCreateInfo& setPQueueFamilyIndices( const uint32_t* pQueueFami... type ShaderStageFlagBits (line 13138) | enum class ShaderStageFlagBits function VULKAN_HPP_INLINE (line 13152) | VULKAN_HPP_INLINE ShaderStageFlags operator|( ShaderStageFlagBits bit0... function VULKAN_HPP_INLINE (line 13157) | VULKAN_HPP_INLINE ShaderStageFlags operator~( ShaderStageFlagBits bits ) type FlagTraits (line 13162) | struct FlagTraits type DescriptorSetLayoutBinding (line 13170) | struct DescriptorSetLayoutBinding method DescriptorSetLayoutBinding (line 13172) | DescriptorSetLayoutBinding( uint32_t binding_ = 0, DescriptorType de... method DescriptorSetLayoutBinding (line 13181) | DescriptorSetLayoutBinding( VkDescriptorSetLayoutBinding const & rhs ) method DescriptorSetLayoutBinding (line 13186) | DescriptorSetLayoutBinding& operator=( VkDescriptorSetLayoutBinding ... method DescriptorSetLayoutBinding (line 13192) | DescriptorSetLayoutBinding& setBinding( uint32_t binding_ ) method DescriptorSetLayoutBinding (line 13198) | DescriptorSetLayoutBinding& setDescriptorType( DescriptorType descri... method DescriptorSetLayoutBinding (line 13204) | DescriptorSetLayoutBinding& setDescriptorCount( uint32_t descriptorC... method DescriptorSetLayoutBinding (line 13210) | DescriptorSetLayoutBinding& setStageFlags( ShaderStageFlags stageFla... method DescriptorSetLayoutBinding (line 13216) | DescriptorSetLayoutBinding& setPImmutableSamplers( const Sampler* pI... type PipelineShaderStageCreateInfo (line 13249) | struct PipelineShaderStageCreateInfo method PipelineShaderStageCreateInfo (line 13251) | PipelineShaderStageCreateInfo( PipelineShaderStageCreateFlags flags_... method PipelineShaderStageCreateInfo (line 13262) | PipelineShaderStageCreateInfo( VkPipelineShaderStageCreateInfo const... method PipelineShaderStageCreateInfo (line 13267) | PipelineShaderStageCreateInfo& operator=( VkPipelineShaderStageCreat... method PipelineShaderStageCreateInfo (line 13273) | PipelineShaderStageCreateInfo& setPNext( const void* pNext_ ) method PipelineShaderStageCreateInfo (line 13279) | PipelineShaderStageCreateInfo& setFlags( PipelineShaderStageCreateFl... method PipelineShaderStageCreateInfo (line 13285) | PipelineShaderStageCreateInfo& setStage( ShaderStageFlagBits stage_ ) method PipelineShaderStageCreateInfo (line 13291) | PipelineShaderStageCreateInfo& setModule( ShaderModule module_ ) method PipelineShaderStageCreateInfo (line 13297) | PipelineShaderStageCreateInfo& setPName( const char* pName_ ) method PipelineShaderStageCreateInfo (line 13303) | PipelineShaderStageCreateInfo& setPSpecializationInfo( const Special... type PushConstantRange (line 13343) | struct PushConstantRange method PushConstantRange (line 13345) | PushConstantRange( ShaderStageFlags stageFlags_ = ShaderStageFlags()... method PushConstantRange (line 13352) | PushConstantRange( VkPushConstantRange const & rhs ) method PushConstantRange (line 13357) | PushConstantRange& operator=( VkPushConstantRange const & rhs ) method PushConstantRange (line 13363) | PushConstantRange& setStageFlags( ShaderStageFlags stageFlags_ ) method PushConstantRange (line 13369) | PushConstantRange& setOffset( uint32_t offset_ ) method PushConstantRange (line 13375) | PushConstantRange& setSize( uint32_t size_ ) type PipelineLayoutCreateInfo (line 13404) | struct PipelineLayoutCreateInfo method PipelineLayoutCreateInfo (line 13406) | PipelineLayoutCreateInfo( PipelineLayoutCreateFlags flags_ = Pipelin... method PipelineLayoutCreateInfo (line 13417) | PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) method PipelineLayoutCreateInfo (line 13422) | PipelineLayoutCreateInfo& operator=( VkPipelineLayoutCreateInfo cons... method PipelineLayoutCreateInfo (line 13428) | PipelineLayoutCreateInfo& setPNext( const void* pNext_ ) method PipelineLayoutCreateInfo (line 13434) | PipelineLayoutCreateInfo& setFlags( PipelineLayoutCreateFlags flags_ ) method PipelineLayoutCreateInfo (line 13440) | PipelineLayoutCreateInfo& setSetLayoutCount( uint32_t setLayoutCount_ ) method PipelineLayoutCreateInfo (line 13446) | PipelineLayoutCreateInfo& setPSetLayouts( const DescriptorSetLayout*... method PipelineLayoutCreateInfo (line 13452) | PipelineLayoutCreateInfo& setPushConstantRangeCount( uint32_t pushCo... method PipelineLayoutCreateInfo (line 13458) | PipelineLayoutCreateInfo& setPPushConstantRanges( const PushConstant... type ImageUsageFlagBits (line 13498) | enum class ImageUsageFlagBits function VULKAN_HPP_INLINE (line 13512) | VULKAN_HPP_INLINE ImageUsageFlags operator|( ImageUsageFlagBits bit0, ... function VULKAN_HPP_INLINE (line 13517) | VULKAN_HPP_INLINE ImageUsageFlags operator~( ImageUsageFlagBits bits ) type FlagTraits (line 13522) | struct FlagTraits type SharedPresentSurfaceCapabilitiesKHR (line 13530) | struct SharedPresentSurfaceCapabilitiesKHR type ImageCreateFlagBits (line 13558) | enum class ImageCreateFlagBits function VULKAN_HPP_INLINE (line 13571) | VULKAN_HPP_INLINE ImageCreateFlags operator|( ImageCreateFlagBits bit0... function VULKAN_HPP_INLINE (line 13576) | VULKAN_HPP_INLINE ImageCreateFlags operator~( ImageCreateFlagBits bits ) type FlagTraits (line 13581) | struct FlagTraits type PhysicalDeviceImageFormatInfo2KHR (line 13589) | struct PhysicalDeviceImageFormatInfo2KHR method PhysicalDeviceImageFormatInfo2KHR (line 13591) | PhysicalDeviceImageFormatInfo2KHR( Format format_ = Format::eUndefin... method PhysicalDeviceImageFormatInfo2KHR (line 13602) | PhysicalDeviceImageFormatInfo2KHR( VkPhysicalDeviceImageFormatInfo2K... method PhysicalDeviceImageFormatInfo2KHR (line 13607) | PhysicalDeviceImageFormatInfo2KHR& operator=( VkPhysicalDeviceImageF... method PhysicalDeviceImageFormatInfo2KHR (line 13613) | PhysicalDeviceImageFormatInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13619) | PhysicalDeviceImageFormatInfo2KHR& setFormat( Format format_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13625) | PhysicalDeviceImageFormatInfo2KHR& setType( ImageType type_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13631) | PhysicalDeviceImageFormatInfo2KHR& setTiling( ImageTiling tiling_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13637) | PhysicalDeviceImageFormatInfo2KHR& setUsage( ImageUsageFlags usage_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13643) | PhysicalDeviceImageFormatInfo2KHR& setFlags( ImageCreateFlags flags_ ) type PipelineCreateFlagBits (line 13683) | enum class PipelineCreateFlagBits function VULKAN_HPP_INLINE (line 13694) | VULKAN_HPP_INLINE PipelineCreateFlags operator|( PipelineCreateFlagBit... function VULKAN_HPP_INLINE (line 13699) | VULKAN_HPP_INLINE PipelineCreateFlags operator~( PipelineCreateFlagBit... type FlagTraits (line 13704) | struct FlagTraits type ComputePipelineCreateInfo (line 13712) | struct ComputePipelineCreateInfo method ComputePipelineCreateInfo (line 13714) | ComputePipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCrea... method ComputePipelineCreateInfo (line 13725) | ComputePipelineCreateInfo( VkComputePipelineCreateInfo const & rhs ) method ComputePipelineCreateInfo (line 13730) | ComputePipelineCreateInfo& operator=( VkComputePipelineCreateInfo co... method ComputePipelineCreateInfo (line 13736) | ComputePipelineCreateInfo& setPNext( const void* pNext_ ) method ComputePipelineCreateInfo (line 13742) | ComputePipelineCreateInfo& setFlags( PipelineCreateFlags flags_ ) method ComputePipelineCreateInfo (line 13748) | ComputePipelineCreateInfo& setStage( PipelineShaderStageCreateInfo s... method ComputePipelineCreateInfo (line 13754) | ComputePipelineCreateInfo& setLayout( PipelineLayout layout_ ) method ComputePipelineCreateInfo (line 13760) | ComputePipelineCreateInfo& setBasePipelineHandle( Pipeline basePipel... method ComputePipelineCreateInfo (line 13766) | ComputePipelineCreateInfo& setBasePipelineIndex( int32_t basePipelin... type ColorComponentFlagBits (line 13806) | enum class ColorComponentFlagBits function VULKAN_HPP_INLINE (line 13816) | VULKAN_HPP_INLINE ColorComponentFlags operator|( ColorComponentFlagBit... function VULKAN_HPP_INLINE (line 13821) | VULKAN_HPP_INLINE ColorComponentFlags operator~( ColorComponentFlagBit... type FlagTraits (line 13826) | struct FlagTraits type PipelineColorBlendAttachmentState (line 13834) | struct PipelineColorBlendAttachmentState method PipelineColorBlendAttachmentState (line 13836) | PipelineColorBlendAttachmentState( Bool32 blendEnable_ = 0, BlendFac... method PipelineColorBlendAttachmentState (line 13848) | PipelineColorBlendAttachmentState( VkPipelineColorBlendAttachmentSta... method PipelineColorBlendAttachmentState (line 13853) | PipelineColorBlendAttachmentState& operator=( VkPipelineColorBlendAt... method PipelineColorBlendAttachmentState (line 13859) | PipelineColorBlendAttachmentState& setBlendEnable( Bool32 blendEnabl... method PipelineColorBlendAttachmentState (line 13865) | PipelineColorBlendAttachmentState& setSrcColorBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13871) | PipelineColorBlendAttachmentState& setDstColorBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13877) | PipelineColorBlendAttachmentState& setColorBlendOp( BlendOp colorBle... method PipelineColorBlendAttachmentState (line 13883) | PipelineColorBlendAttachmentState& setSrcAlphaBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13889) | PipelineColorBlendAttachmentState& setDstAlphaBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13895) | PipelineColorBlendAttachmentState& setAlphaBlendOp( BlendOp alphaBle... method PipelineColorBlendAttachmentState (line 13901) | PipelineColorBlendAttachmentState& setColorWriteMask( ColorComponent... type PipelineColorBlendStateCreateInfo (line 13940) | struct PipelineColorBlendStateCreateInfo method PipelineColorBlendStateCreateInfo (line 13942) | PipelineColorBlendStateCreateInfo( PipelineColorBlendStateCreateFlag... method PipelineColorBlendStateCreateInfo (line 13954) | PipelineColorBlendStateCreateInfo( VkPipelineColorBlendStateCreateIn... method PipelineColorBlendStateCreateInfo (line 13959) | PipelineColorBlendStateCreateInfo& operator=( VkPipelineColorBlendSt... method PipelineColorBlendStateCreateInfo (line 13965) | PipelineColorBlendStateCreateInfo& setPNext( const void* pNext_ ) method PipelineColorBlendStateCreateInfo (line 13971) | PipelineColorBlendStateCreateInfo& setFlags( PipelineColorBlendState... method PipelineColorBlendStateCreateInfo (line 13977) | PipelineColorBlendStateCreateInfo& setLogicOpEnable( Bool32 logicOpE... method PipelineColorBlendStateCreateInfo (line 13983) | PipelineColorBlendStateCreateInfo& setLogicOp( LogicOp logicOp_ ) method PipelineColorBlendStateCreateInfo (line 13989) | PipelineColorBlendStateCreateInfo& setAttachmentCount( uint32_t atta... method PipelineColorBlendStateCreateInfo (line 13995) | PipelineColorBlendStateCreateInfo& setPAttachments( const PipelineCo... method PipelineColorBlendStateCreateInfo (line 14001) | PipelineColorBlendStateCreateInfo& setBlendConstants( std::array (line 14060) | struct FlagTraits type FenceCreateInfo (line 14068) | struct FenceCreateInfo method FenceCreateInfo (line 14070) | FenceCreateInfo( FenceCreateFlags flags_ = FenceCreateFlags() ) method FenceCreateInfo (line 14077) | FenceCreateInfo( VkFenceCreateInfo const & rhs ) method FenceCreateInfo (line 14082) | FenceCreateInfo& operator=( VkFenceCreateInfo const & rhs ) method FenceCreateInfo (line 14088) | FenceCreateInfo& setPNext( const void* pNext_ ) method FenceCreateInfo (line 14094) | FenceCreateInfo& setFlags( FenceCreateFlags flags_ ) type FormatFeatureFlagBits (line 14126) | enum class FormatFeatureFlagBits function VULKAN_HPP_INLINE (line 14148) | VULKAN_HPP_INLINE FormatFeatureFlags operator|( FormatFeatureFlagBits ... function VULKAN_HPP_INLINE (line 14153) | VULKAN_HPP_INLINE FormatFeatureFlags operator~( FormatFeatureFlagBits ... type FlagTraits (line 14158) | struct FlagTraits type FormatProperties (line 14166) | struct FormatProperties type FormatProperties2KHR (line 14191) | struct FormatProperties2KHR type QueryControlFlagBits (line 14219) | enum class QueryControlFlagBits function VULKAN_HPP_INLINE (line 14226) | VULKAN_HPP_INLINE QueryControlFlags operator|( QueryControlFlagBits bi... function VULKAN_HPP_INLINE (line 14231) | VULKAN_HPP_INLINE QueryControlFlags operator~( QueryControlFlagBits bi... type FlagTraits (line 14236) | struct FlagTraits type QueryResultFlagBits (line 14244) | enum class QueryResultFlagBits function VULKAN_HPP_INLINE (line 14254) | VULKAN_HPP_INLINE QueryResultFlags operator|( QueryResultFlagBits bit0... function VULKAN_HPP_INLINE (line 14259) | VULKAN_HPP_INLINE QueryResultFlags operator~( QueryResultFlagBits bits ) type FlagTraits (line 14264) | struct FlagTraits type CommandBufferUsageFlagBits (line 14272) | enum class CommandBufferUsageFlagBits function VULKAN_HPP_INLINE (line 14281) | VULKAN_HPP_INLINE CommandBufferUsageFlags operator|( CommandBufferUsag... function VULKAN_HPP_INLINE (line 14286) | VULKAN_HPP_INLINE CommandBufferUsageFlags operator~( CommandBufferUsag... type FlagTraits (line 14291) | struct FlagTraits type QueryPipelineStatisticFlagBits (line 14299) | enum class QueryPipelineStatisticFlagBits function VULKAN_HPP_INLINE (line 14316) | VULKAN_HPP_INLINE QueryPipelineStatisticFlags operator|( QueryPipeline... function VULKAN_HPP_INLINE (line 14321) | VULKAN_HPP_INLINE QueryPipelineStatisticFlags operator~( QueryPipeline... type FlagTraits (line 14326) | struct FlagTraits type CommandBufferInheritanceInfo (line 14334) | struct CommandBufferInheritanceInfo method CommandBufferInheritanceInfo (line 14336) | CommandBufferInheritanceInfo( RenderPass renderPass_ = RenderPass(),... method CommandBufferInheritanceInfo (line 14348) | CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const &... method CommandBufferInheritanceInfo (line 14353) | CommandBufferInheritanceInfo& operator=( VkCommandBufferInheritanceI... method CommandBufferInheritanceInfo (line 14359) | CommandBufferInheritanceInfo& setPNext( const void* pNext_ ) method CommandBufferInheritanceInfo (line 14365) | CommandBufferInheritanceInfo& setRenderPass( RenderPass renderPass_ ) method CommandBufferInheritanceInfo (line 14371) | CommandBufferInheritanceInfo& setSubpass( uint32_t subpass_ ) method CommandBufferInheritanceInfo (line 14377) | CommandBufferInheritanceInfo& setFramebuffer( Framebuffer framebuffe... method CommandBufferInheritanceInfo (line 14383) | CommandBufferInheritanceInfo& setOcclusionQueryEnable( Bool32 occlus... method CommandBufferInheritanceInfo (line 14389) | CommandBufferInheritanceInfo& setQueryFlags( QueryControlFlags query... method CommandBufferInheritanceInfo (line 14395) | CommandBufferInheritanceInfo& setPipelineStatistics( QueryPipelineSt... type CommandBufferBeginInfo (line 14437) | struct CommandBufferBeginInfo method CommandBufferBeginInfo (line 14439) | CommandBufferBeginInfo( CommandBufferUsageFlags flags_ = CommandBuff... method CommandBufferBeginInfo (line 14447) | CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) method CommandBufferBeginInfo (line 14452) | CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & ... method CommandBufferBeginInfo (line 14458) | CommandBufferBeginInfo& setPNext( const void* pNext_ ) method CommandBufferBeginInfo (line 14464) | CommandBufferBeginInfo& setFlags( CommandBufferUsageFlags flags_ ) method CommandBufferBeginInfo (line 14470) | CommandBufferBeginInfo& setPInheritanceInfo( const CommandBufferInhe... type QueryPoolCreateInfo (line 14504) | struct QueryPoolCreateInfo method QueryPoolCreateInfo (line 14506) | QueryPoolCreateInfo( QueryPoolCreateFlags flags_ = QueryPoolCreateFl... method QueryPoolCreateInfo (line 14516) | QueryPoolCreateInfo( VkQueryPoolCreateInfo const & rhs ) method QueryPoolCreateInfo (line 14521) | QueryPoolCreateInfo& operator=( VkQueryPoolCreateInfo const & rhs ) method QueryPoolCreateInfo (line 14527) | QueryPoolCreateInfo& setPNext( const void* pNext_ ) method QueryPoolCreateInfo (line 14533) | QueryPoolCreateInfo& setFlags( QueryPoolCreateFlags flags_ ) method QueryPoolCreateInfo (line 14539) | QueryPoolCreateInfo& setQueryType( QueryType queryType_ ) method QueryPoolCreateInfo (line 14545) | QueryPoolCreateInfo& setQueryCount( uint32_t queryCount_ ) method QueryPoolCreateInfo (line 14551) | QueryPoolCreateInfo& setPipelineStatistics( QueryPipelineStatisticFl... type ImageAspectFlagBits (line 14589) | enum class ImageAspectFlagBits function VULKAN_HPP_INLINE (line 14599) | VULKAN_HPP_INLINE ImageAspectFlags operator|( ImageAspectFlagBits bit0... function VULKAN_HPP_INLINE (line 14604) | VULKAN_HPP_INLINE ImageAspectFlags operator~( ImageAspectFlagBits bits ) type FlagTraits (line 14609) | struct FlagTraits type ImageSubresource (line 14617) | struct ImageSubresource method ImageSubresource (line 14619) | ImageSubresource( ImageAspectFlags aspectMask_ = ImageAspectFlags(),... method ImageSubresource (line 14626) | ImageSubresource( VkImageSubresource const & rhs ) method ImageSubresource (line 14631) | ImageSubresource& operator=( VkImageSubresource const & rhs ) method ImageSubresource (line 14637) | ImageSubresource& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresource (line 14643) | ImageSubresource& setMipLevel( uint32_t mipLevel_ ) method ImageSubresource (line 14649) | ImageSubresource& setArrayLayer( uint32_t arrayLayer_ ) type ImageSubresourceLayers (line 14678) | struct ImageSubresourceLayers method ImageSubresourceLayers (line 14680) | ImageSubresourceLayers( ImageAspectFlags aspectMask_ = ImageAspectFl... method ImageSubresourceLayers (line 14688) | ImageSubresourceLayers( VkImageSubresourceLayers const & rhs ) method ImageSubresourceLayers (line 14693) | ImageSubresourceLayers& operator=( VkImageSubresourceLayers const & ... method ImageSubresourceLayers (line 14699) | ImageSubresourceLayers& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresourceLayers (line 14705) | ImageSubresourceLayers& setMipLevel( uint32_t mipLevel_ ) method ImageSubresourceLayers (line 14711) | ImageSubresourceLayers& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ImageSubresourceLayers (line 14717) | ImageSubresourceLayers& setLayerCount( uint32_t layerCount_ ) type ImageSubresourceRange (line 14748) | struct ImageSubresourceRange method ImageSubresourceRange (line 14750) | ImageSubresourceRange( ImageAspectFlags aspectMask_ = ImageAspectFla... method ImageSubresourceRange (line 14759) | ImageSubresourceRange( VkImageSubresourceRange const & rhs ) method ImageSubresourceRange (line 14764) | ImageSubresourceRange& operator=( VkImageSubresourceRange const & rhs ) method ImageSubresourceRange (line 14770) | ImageSubresourceRange& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresourceRange (line 14776) | ImageSubresourceRange& setBaseMipLevel( uint32_t baseMipLevel_ ) method ImageSubresourceRange (line 14782) | ImageSubresourceRange& setLevelCount( uint32_t levelCount_ ) method ImageSubresourceRange (line 14788) | ImageSubresourceRange& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ImageSubresourceRange (line 14794) | ImageSubresourceRange& setLayerCount( uint32_t layerCount_ ) type ImageMemoryBarrier (line 14827) | struct ImageMemoryBarrier method ImageMemoryBarrier (line 14829) | ImageMemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), Acce... method ImageMemoryBarrier (line 14843) | ImageMemoryBarrier( VkImageMemoryBarrier const & rhs ) method ImageMemoryBarrier (line 14848) | ImageMemoryBarrier& operator=( VkImageMemoryBarrier const & rhs ) method ImageMemoryBarrier (line 14854) | ImageMemoryBarrier& setPNext( const void* pNext_ ) method ImageMemoryBarrier (line 14860) | ImageMemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method ImageMemoryBarrier (line 14866) | ImageMemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) method ImageMemoryBarrier (line 14872) | ImageMemoryBarrier& setOldLayout( ImageLayout oldLayout_ ) method ImageMemoryBarrier (line 14878) | ImageMemoryBarrier& setNewLayout( ImageLayout newLayout_ ) method ImageMemoryBarrier (line 14884) | ImageMemoryBarrier& setSrcQueueFamilyIndex( uint32_t srcQueueFamilyI... method ImageMemoryBarrier (line 14890) | ImageMemoryBarrier& setDstQueueFamilyIndex( uint32_t dstQueueFamilyI... method ImageMemoryBarrier (line 14896) | ImageMemoryBarrier& setImage( Image image_ ) method ImageMemoryBarrier (line 14902) | ImageMemoryBarrier& setSubresourceRange( ImageSubresourceRange subre... type ImageViewCreateInfo (line 14948) | struct ImageViewCreateInfo method ImageViewCreateInfo (line 14950) | ImageViewCreateInfo( ImageViewCreateFlags flags_ = ImageViewCreateFl... method ImageViewCreateInfo (line 14962) | ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) method ImageViewCreateInfo (line 14967) | ImageViewCreateInfo& operator=( VkImageViewCreateInfo const & rhs ) method ImageViewCreateInfo (line 14973) | ImageViewCreateInfo& setPNext( const void* pNext_ ) method ImageViewCreateInfo (line 14979) | ImageViewCreateInfo& setFlags( ImageViewCreateFlags flags_ ) method ImageViewCreateInfo (line 14985) | ImageViewCreateInfo& setImage( Image image_ ) method ImageViewCreateInfo (line 14991) | ImageViewCreateInfo& setViewType( ImageViewType viewType_ ) method ImageViewCreateInfo (line 14997) | ImageViewCreateInfo& setFormat( Format format_ ) method ImageViewCreateInfo (line 15003) | ImageViewCreateInfo& setComponents( ComponentMapping components_ ) method ImageViewCreateInfo (line 15009) | ImageViewCreateInfo& setSubresourceRange( ImageSubresourceRange subr... type ImageCopy (line 15051) | struct ImageCopy method ImageCopy (line 15053) | ImageCopy( ImageSubresourceLayers srcSubresource_ = ImageSubresource... method ImageCopy (line 15062) | ImageCopy( VkImageCopy const & rhs ) method ImageCopy (line 15067) | ImageCopy& operator=( VkImageCopy const & rhs ) method ImageCopy (line 15073) | ImageCopy& setSrcSubresource( ImageSubresourceLayers srcSubresource_ ) method ImageCopy (line 15079) | ImageCopy& setSrcOffset( Offset3D srcOffset_ ) method ImageCopy (line 15085) | ImageCopy& setDstSubresource( ImageSubresourceLayers dstSubresource_ ) method ImageCopy (line 15091) | ImageCopy& setDstOffset( Offset3D dstOffset_ ) method ImageCopy (line 15097) | ImageCopy& setExtent( Extent3D extent_ ) type ImageBlit (line 15130) | struct ImageBlit method ImageBlit (line 15132) | ImageBlit( ImageSubresourceLayers srcSubresource_ = ImageSubresource... method ImageBlit (line 15140) | ImageBlit( VkImageBlit const & rhs ) method ImageBlit (line 15145) | ImageBlit& operator=( VkImageBlit const & rhs ) method ImageBlit (line 15151) | ImageBlit& setSrcSubresource( ImageSubresourceLayers srcSubresource_ ) method ImageBlit (line 15157) | ImageBlit& setSrcOffsets( std::array srcOffsets_ ) method ImageBlit (line 15163) | ImageBlit& setDstSubresource( ImageSubresourceLayers dstSubresource_ ) method ImageBlit (line 15169) | ImageBlit& setDstOffsets( std::array dstOffsets_ ) type BufferImageCopy (line 15200) | struct BufferImageCopy method BufferImageCopy (line 15202) | BufferImageCopy( DeviceSize bufferOffset_ = 0, uint32_t bufferRowLen... method BufferImageCopy (line 15212) | BufferImageCopy( VkBufferImageCopy const & rhs ) method BufferImageCopy (line 15217) | BufferImageCopy& operator=( VkBufferImageCopy const & rhs ) method BufferImageCopy (line 15223) | BufferImageCopy& setBufferOffset( DeviceSize bufferOffset_ ) method BufferImageCopy (line 15229) | BufferImageCopy& setBufferRowLength( uint32_t bufferRowLength_ ) method BufferImageCopy (line 15235) | BufferImageCopy& setBufferImageHeight( uint32_t bufferImageHeight_ ) method BufferImageCopy (line 15241) | BufferImageCopy& setImageSubresource( ImageSubresourceLayers imageSu... method BufferImageCopy (line 15247) | BufferImageCopy& setImageOffset( Offset3D imageOffset_ ) method BufferImageCopy (line 15253) | BufferImageCopy& setImageExtent( Extent3D imageExtent_ ) type ImageResolve (line 15288) | struct ImageResolve method ImageResolve (line 15290) | ImageResolve( ImageSubresourceLayers srcSubresource_ = ImageSubresou... method ImageResolve (line 15299) | ImageResolve( VkImageResolve const & rhs ) method ImageResolve (line 15304) | ImageResolve& operator=( VkImageResolve const & rhs ) method ImageResolve (line 15310) | ImageResolve& setSrcSubresource( ImageSubresourceLayers srcSubresour... method ImageResolve (line 15316) | ImageResolve& setSrcOffset( Offset3D srcOffset_ ) method ImageResolve (line 15322) | ImageResolve& setDstSubresource( ImageSubresourceLayers dstSubresour... method ImageResolve (line 15328) | ImageResolve& setDstOffset( Offset3D dstOffset_ ) method ImageResolve (line 15334) | ImageResolve& setExtent( Extent3D extent_ ) type ClearAttachment (line 15367) | struct ClearAttachment method ClearAttachment (line 15369) | ClearAttachment( ImageAspectFlags aspectMask_ = ImageAspectFlags(), ... method ClearAttachment (line 15376) | ClearAttachment( VkClearAttachment const & rhs ) method ClearAttachment (line 15381) | ClearAttachment& operator=( VkClearAttachment const & rhs ) method ClearAttachment (line 15387) | ClearAttachment& setAspectMask( ImageAspectFlags aspectMask_ ) method ClearAttachment (line 15393) | ClearAttachment& setColorAttachment( uint32_t colorAttachment_ ) method ClearAttachment (line 15399) | ClearAttachment& setClearValue( ClearValue clearValue_ ) type SparseImageFormatFlagBits (line 15416) | enum class SparseImageFormatFlagBits function VULKAN_HPP_INLINE (line 15425) | VULKAN_HPP_INLINE SparseImageFormatFlags operator|( SparseImageFormatF... function VULKAN_HPP_INLINE (line 15430) | VULKAN_HPP_INLINE SparseImageFormatFlags operator~( SparseImageFormatF... type FlagTraits (line 15435) | struct FlagTraits type SparseImageFormatProperties (line 15443) | struct SparseImageFormatProperties type SparseImageMemoryRequirements (line 15468) | struct SparseImageMemoryRequirements type SparseImageFormatProperties2KHR (line 15497) | struct SparseImageFormatProperties2KHR type SparseMemoryBindFlagBits (line 15525) | enum class SparseMemoryBindFlagBits function VULKAN_HPP_INLINE (line 15532) | VULKAN_HPP_INLINE SparseMemoryBindFlags operator|( SparseMemoryBindFla... function VULKAN_HPP_INLINE (line 15537) | VULKAN_HPP_INLINE SparseMemoryBindFlags operator~( SparseMemoryBindFla... type FlagTraits (line 15542) | struct FlagTraits type SparseMemoryBind (line 15550) | struct SparseMemoryBind method SparseMemoryBind (line 15552) | SparseMemoryBind( DeviceSize resourceOffset_ = 0, DeviceSize size_ =... method SparseMemoryBind (line 15561) | SparseMemoryBind( VkSparseMemoryBind const & rhs ) method SparseMemoryBind (line 15566) | SparseMemoryBind& operator=( VkSparseMemoryBind const & rhs ) method SparseMemoryBind (line 15572) | SparseMemoryBind& setResourceOffset( DeviceSize resourceOffset_ ) method SparseMemoryBind (line 15578) | SparseMemoryBind& setSize( DeviceSize size_ ) method SparseMemoryBind (line 15584) | SparseMemoryBind& setMemory( DeviceMemory memory_ ) method SparseMemoryBind (line 15590) | SparseMemoryBind& setMemoryOffset( DeviceSize memoryOffset_ ) method SparseMemoryBind (line 15596) | SparseMemoryBind& setFlags( SparseMemoryBindFlags flags_ ) type SparseImageMemoryBind (line 15629) | struct SparseImageMemoryBind method SparseImageMemoryBind (line 15631) | SparseImageMemoryBind( ImageSubresource subresource_ = ImageSubresou... method SparseImageMemoryBind (line 15641) | SparseImageMemoryBind( VkSparseImageMemoryBind const & rhs ) method SparseImageMemoryBind (line 15646) | SparseImageMemoryBind& operator=( VkSparseImageMemoryBind const & rhs ) method SparseImageMemoryBind (line 15652) | SparseImageMemoryBind& setSubresource( ImageSubresource subresource_ ) method SparseImageMemoryBind (line 15658) | SparseImageMemoryBind& setOffset( Offset3D offset_ ) method SparseImageMemoryBind (line 15664) | SparseImageMemoryBind& setExtent( Extent3D extent_ ) method SparseImageMemoryBind (line 15670) | SparseImageMemoryBind& setMemory( DeviceMemory memory_ ) method SparseImageMemoryBind (line 15676) | SparseImageMemoryBind& setMemoryOffset( DeviceSize memoryOffset_ ) method SparseImageMemoryBind (line 15682) | SparseImageMemoryBind& setFlags( SparseMemoryBindFlags flags_ ) type SparseBufferMemoryBindInfo (line 15717) | struct SparseBufferMemoryBindInfo method SparseBufferMemoryBindInfo (line 15719) | SparseBufferMemoryBindInfo( Buffer buffer_ = Buffer(), uint32_t bind... method SparseBufferMemoryBindInfo (line 15726) | SparseBufferMemoryBindInfo( VkSparseBufferMemoryBindInfo const & rhs ) method SparseBufferMemoryBindInfo (line 15731) | SparseBufferMemoryBindInfo& operator=( VkSparseBufferMemoryBindInfo ... method SparseBufferMemoryBindInfo (line 15737) | SparseBufferMemoryBindInfo& setBuffer( Buffer buffer_ ) method SparseBufferMemoryBindInfo (line 15743) | SparseBufferMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseBufferMemoryBindInfo (line 15749) | SparseBufferMemoryBindInfo& setPBinds( const SparseMemoryBind* pBind... type SparseImageOpaqueMemoryBindInfo (line 15778) | struct SparseImageOpaqueMemoryBindInfo method SparseImageOpaqueMemoryBindInfo (line 15780) | SparseImageOpaqueMemoryBindInfo( Image image_ = Image(), uint32_t bi... method SparseImageOpaqueMemoryBindInfo (line 15787) | SparseImageOpaqueMemoryBindInfo( VkSparseImageOpaqueMemoryBindInfo c... method SparseImageOpaqueMemoryBindInfo (line 15792) | SparseImageOpaqueMemoryBindInfo& operator=( VkSparseImageOpaqueMemor... method SparseImageOpaqueMemoryBindInfo (line 15798) | SparseImageOpaqueMemoryBindInfo& setImage( Image image_ ) method SparseImageOpaqueMemoryBindInfo (line 15804) | SparseImageOpaqueMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseImageOpaqueMemoryBindInfo (line 15810) | SparseImageOpaqueMemoryBindInfo& setPBinds( const SparseMemoryBind* ... type SparseImageMemoryBindInfo (line 15839) | struct SparseImageMemoryBindInfo method SparseImageMemoryBindInfo (line 15841) | SparseImageMemoryBindInfo( Image image_ = Image(), uint32_t bindCoun... method SparseImageMemoryBindInfo (line 15848) | SparseImageMemoryBindInfo( VkSparseImageMemoryBindInfo const & rhs ) method SparseImageMemoryBindInfo (line 15853) | SparseImageMemoryBindInfo& operator=( VkSparseImageMemoryBindInfo co... method SparseImageMemoryBindInfo (line 15859) | SparseImageMemoryBindInfo& setImage( Image image_ ) method SparseImageMemoryBindInfo (line 15865) | SparseImageMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseImageMemoryBindInfo (line 15871) | SparseImageMemoryBindInfo& setPBinds( const SparseImageMemoryBind* p... type BindSparseInfo (line 15900) | struct BindSparseInfo method BindSparseInfo (line 15902) | BindSparseInfo( uint32_t waitSemaphoreCount_ = 0, const Semaphore* p... method BindSparseInfo (line 15918) | BindSparseInfo( VkBindSparseInfo const & rhs ) method BindSparseInfo (line 15923) | BindSparseInfo& operator=( VkBindSparseInfo const & rhs ) method BindSparseInfo (line 15929) | BindSparseInfo& setPNext( const void* pNext_ ) method BindSparseInfo (line 15935) | BindSparseInfo& setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) method BindSparseInfo (line 15941) | BindSparseInfo& setPWaitSemaphores( const Semaphore* pWaitSemaphores_ ) method BindSparseInfo (line 15947) | BindSparseInfo& setBufferBindCount( uint32_t bufferBindCount_ ) method BindSparseInfo (line 15953) | BindSparseInfo& setPBufferBinds( const SparseBufferMemoryBindInfo* p... method BindSparseInfo (line 15959) | BindSparseInfo& setImageOpaqueBindCount( uint32_t imageOpaqueBindCou... method BindSparseInfo (line 15965) | BindSparseInfo& setPImageOpaqueBinds( const SparseImageOpaqueMemoryB... method BindSparseInfo (line 15971) | BindSparseInfo& setImageBindCount( uint32_t imageBindCount_ ) method BindSparseInfo (line 15977) | BindSparseInfo& setPImageBinds( const SparseImageMemoryBindInfo* pIm... method BindSparseInfo (line 15983) | BindSparseInfo& setSignalSemaphoreCount( uint32_t signalSemaphoreCou... method BindSparseInfo (line 15989) | BindSparseInfo& setPSignalSemaphores( const Semaphore* pSignalSemaph... type PipelineStageFlagBits (line 16039) | enum class PipelineStageFlagBits function VULKAN_HPP_INLINE (line 16063) | VULKAN_HPP_INLINE PipelineStageFlags operator|( PipelineStageFlagBits ... function VULKAN_HPP_INLINE (line 16068) | VULKAN_HPP_INLINE PipelineStageFlags operator~( PipelineStageFlagBits ... type FlagTraits (line 16073) | struct FlagTraits type CommandPoolCreateFlagBits (line 16081) | enum class CommandPoolCreateFlagBits function VULKAN_HPP_INLINE (line 16089) | VULKAN_HPP_INLINE CommandPoolCreateFlags operator|( CommandPoolCreateF... function VULKAN_HPP_INLINE (line 16094) | VULKAN_HPP_INLINE CommandPoolCreateFlags operator~( CommandPoolCreateF... type FlagTraits (line 16099) | struct FlagTraits type CommandPoolCreateInfo (line 16107) | struct CommandPoolCreateInfo method CommandPoolCreateInfo (line 16109) | CommandPoolCreateInfo( CommandPoolCreateFlags flags_ = CommandPoolCr... method CommandPoolCreateInfo (line 16117) | CommandPoolCreateInfo( VkCommandPoolCreateInfo const & rhs ) method CommandPoolCreateInfo (line 16122) | CommandPoolCreateInfo& operator=( VkCommandPoolCreateInfo const & rhs ) method CommandPoolCreateInfo (line 16128) | CommandPoolCreateInfo& setPNext( const void* pNext_ ) method CommandPoolCreateInfo (line 16134) | CommandPoolCreateInfo& setFlags( CommandPoolCreateFlags flags_ ) method CommandPoolCreateInfo (line 16140) | CommandPoolCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyInde... type CommandPoolResetFlagBits (line 16174) | enum class CommandPoolResetFlagBits function VULKAN_HPP_INLINE (line 16181) | VULKAN_HPP_INLINE CommandPoolResetFlags operator|( CommandPoolResetFla... function VULKAN_HPP_INLINE (line 16186) | VULKAN_HPP_INLINE CommandPoolResetFlags operator~( CommandPoolResetFla... type FlagTraits (line 16191) | struct FlagTraits type CommandBufferResetFlagBits (line 16199) | enum class CommandBufferResetFlagBits function VULKAN_HPP_INLINE (line 16206) | VULKAN_HPP_INLINE CommandBufferResetFlags operator|( CommandBufferRese... function VULKAN_HPP_INLINE (line 16211) | VULKAN_HPP_INLINE CommandBufferResetFlags operator~( CommandBufferRese... type FlagTraits (line 16216) | struct FlagTraits type SampleCountFlagBits (line 16224) | enum class SampleCountFlagBits function VULKAN_HPP_INLINE (line 16237) | VULKAN_HPP_INLINE SampleCountFlags operator|( SampleCountFlagBits bit0... function VULKAN_HPP_INLINE (line 16242) | VULKAN_HPP_INLINE SampleCountFlags operator~( SampleCountFlagBits bits ) type FlagTraits (line 16247) | struct FlagTraits type ImageFormatProperties (line 16255) | struct ImageFormatProperties type ImageCreateInfo (line 16284) | struct ImageCreateInfo method ImageCreateInfo (line 16286) | ImageCreateInfo( ImageCreateFlags flags_ = ImageCreateFlags(), Image... method ImageCreateInfo (line 16305) | ImageCreateInfo( VkImageCreateInfo const & rhs ) method ImageCreateInfo (line 16310) | ImageCreateInfo& operator=( VkImageCreateInfo const & rhs ) method ImageCreateInfo (line 16316) | ImageCreateInfo& setPNext( const void* pNext_ ) method ImageCreateInfo (line 16322) | ImageCreateInfo& setFlags( ImageCreateFlags flags_ ) method ImageCreateInfo (line 16328) | ImageCreateInfo& setImageType( ImageType imageType_ ) method ImageCreateInfo (line 16334) | ImageCreateInfo& setFormat( Format format_ ) method ImageCreateInfo (line 16340) | ImageCreateInfo& setExtent( Extent3D extent_ ) method ImageCreateInfo (line 16346) | ImageCreateInfo& setMipLevels( uint32_t mipLevels_ ) method ImageCreateInfo (line 16352) | ImageCreateInfo& setArrayLayers( uint32_t arrayLayers_ ) method ImageCreateInfo (line 16358) | ImageCreateInfo& setSamples( SampleCountFlagBits samples_ ) method ImageCreateInfo (line 16364) | ImageCreateInfo& setTiling( ImageTiling tiling_ ) method ImageCreateInfo (line 16370) | ImageCreateInfo& setUsage( ImageUsageFlags usage_ ) method ImageCreateInfo (line 16376) | ImageCreateInfo& setSharingMode( SharingMode sharingMode_ ) method ImageCreateInfo (line 16382) | ImageCreateInfo& setQueueFamilyIndexCount( uint32_t queueFamilyIndex... method ImageCreateInfo (line 16388) | ImageCreateInfo& setPQueueFamilyIndices( const uint32_t* pQueueFamil... method ImageCreateInfo (line 16394) | ImageCreateInfo& setInitialLayout( ImageLayout initialLayout_ ) type PipelineMultisampleStateCreateInfo (line 16450) | struct PipelineMultisampleStateCreateInfo method PipelineMultisampleStateCreateInfo (line 16452) | PipelineMultisampleStateCreateInfo( PipelineMultisampleStateCreateFl... method PipelineMultisampleStateCreateInfo (line 16465) | PipelineMultisampleStateCreateInfo( VkPipelineMultisampleStateCreate... method PipelineMultisampleStateCreateInfo (line 16470) | PipelineMultisampleStateCreateInfo& operator=( VkPipelineMultisample... method PipelineMultisampleStateCreateInfo (line 16476) | PipelineMultisampleStateCreateInfo& setPNext( const void* pNext_ ) method PipelineMultisampleStateCreateInfo (line 16482) | PipelineMultisampleStateCreateInfo& setFlags( PipelineMultisampleSta... method PipelineMultisampleStateCreateInfo (line 16488) | PipelineMultisampleStateCreateInfo& setRasterizationSamples( SampleC... method PipelineMultisampleStateCreateInfo (line 16494) | PipelineMultisampleStateCreateInfo& setSampleShadingEnable( Bool32 s... method PipelineMultisampleStateCreateInfo (line 16500) | PipelineMultisampleStateCreateInfo& setMinSampleShading( float minSa... method PipelineMultisampleStateCreateInfo (line 16506) | PipelineMultisampleStateCreateInfo& setPSampleMask( const SampleMask... method PipelineMultisampleStateCreateInfo (line 16512) | PipelineMultisampleStateCreateInfo& setAlphaToCoverageEnable( Bool32... method PipelineMultisampleStateCreateInfo (line 16518) | PipelineMultisampleStateCreateInfo& setAlphaToOneEnable( Bool32 alph... type GraphicsPipelineCreateInfo (line 16562) | struct GraphicsPipelineCreateInfo method GraphicsPipelineCreateInfo (line 16564) | GraphicsPipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCre... method GraphicsPipelineCreateInfo (line 16587) | GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) method GraphicsPipelineCreateInfo (line 16592) | GraphicsPipelineCreateInfo& operator=( VkGraphicsPipelineCreateInfo ... method GraphicsPipelineCreateInfo (line 16598) | GraphicsPipelineCreateInfo& setPNext( const void* pNext_ ) method GraphicsPipelineCreateInfo (line 16604) | GraphicsPipelineCreateInfo& setFlags( PipelineCreateFlags flags_ ) method GraphicsPipelineCreateInfo (line 16610) | GraphicsPipelineCreateInfo& setStageCount( uint32_t stageCount_ ) method GraphicsPipelineCreateInfo (line 16616) | GraphicsPipelineCreateInfo& setPStages( const PipelineShaderStageCre... method GraphicsPipelineCreateInfo (line 16622) | GraphicsPipelineCreateInfo& setPVertexInputState( const PipelineVert... method GraphicsPipelineCreateInfo (line 16628) | GraphicsPipelineCreateInfo& setPInputAssemblyState( const PipelineIn... method GraphicsPipelineCreateInfo (line 16634) | GraphicsPipelineCreateInfo& setPTessellationState( const PipelineTes... method GraphicsPipelineCreateInfo (line 16640) | GraphicsPipelineCreateInfo& setPViewportState( const PipelineViewpor... method GraphicsPipelineCreateInfo (line 16646) | GraphicsPipelineCreateInfo& setPRasterizationState( const PipelineRa... method GraphicsPipelineCreateInfo (line 16652) | GraphicsPipelineCreateInfo& setPMultisampleState( const PipelineMult... method GraphicsPipelineCreateInfo (line 16658) | GraphicsPipelineCreateInfo& setPDepthStencilState( const PipelineDep... method GraphicsPipelineCreateInfo (line 16664) | GraphicsPipelineCreateInfo& setPColorBlendState( const PipelineColor... method GraphicsPipelineCreateInfo (line 16670) | GraphicsPipelineCreateInfo& setPDynamicState( const PipelineDynamicS... method GraphicsPipelineCreateInfo (line 16676) | GraphicsPipelineCreateInfo& setLayout( PipelineLayout layout_ ) method GraphicsPipelineCreateInfo (line 16682) | GraphicsPipelineCreateInfo& setRenderPass( RenderPass renderPass_ ) method GraphicsPipelineCreateInfo (line 16688) | GraphicsPipelineCreateInfo& setSubpass( uint32_t subpass_ ) method GraphicsPipelineCreateInfo (line 16694) | GraphicsPipelineCreateInfo& setBasePipelineHandle( Pipeline basePipe... method GraphicsPipelineCreateInfo (line 16700) | GraphicsPipelineCreateInfo& setBasePipelineIndex( int32_t basePipeli... type PhysicalDeviceLimits (line 16764) | struct PhysicalDeviceLimits type PhysicalDeviceProperties (line 16995) | struct PhysicalDeviceProperties type PhysicalDeviceProperties2KHR (line 17032) | struct PhysicalDeviceProperties2KHR type ImageFormatProperties2KHR (line 17060) | struct ImageFormatProperties2KHR type PhysicalDeviceSparseImageFormatInfo2KHR (line 17088) | struct PhysicalDeviceSparseImageFormatInfo2KHR method PhysicalDeviceSparseImageFormatInfo2KHR (line 17090) | PhysicalDeviceSparseImageFormatInfo2KHR( Format format_ = Format::eU... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17101) | PhysicalDeviceSparseImageFormatInfo2KHR( VkPhysicalDeviceSparseImage... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17106) | PhysicalDeviceSparseImageFormatInfo2KHR& operator=( VkPhysicalDevice... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17112) | PhysicalDeviceSparseImageFormatInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17118) | PhysicalDeviceSparseImageFormatInfo2KHR& setFormat( Format format_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17124) | PhysicalDeviceSparseImageFormatInfo2KHR& setType( ImageType type_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17130) | PhysicalDeviceSparseImageFormatInfo2KHR& setSamples( SampleCountFlag... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17136) | PhysicalDeviceSparseImageFormatInfo2KHR& setUsage( ImageUsageFlags u... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17142) | PhysicalDeviceSparseImageFormatInfo2KHR& setTiling( ImageTiling tili... type AttachmentDescriptionFlagBits (line 17182) | enum class AttachmentDescriptionFlagBits function VULKAN_HPP_INLINE (line 17189) | VULKAN_HPP_INLINE AttachmentDescriptionFlags operator|( AttachmentDesc... function VULKAN_HPP_INLINE (line 17194) | VULKAN_HPP_INLINE AttachmentDescriptionFlags operator~( AttachmentDesc... type FlagTraits (line 17199) | struct FlagTraits type AttachmentDescription (line 17207) | struct AttachmentDescription method AttachmentDescription (line 17209) | AttachmentDescription( AttachmentDescriptionFlags flags_ = Attachmen... method AttachmentDescription (line 17222) | AttachmentDescription( VkAttachmentDescription const & rhs ) method AttachmentDescription (line 17227) | AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) method AttachmentDescription (line 17233) | AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) method AttachmentDescription (line 17239) | AttachmentDescription& setFormat( Format format_ ) method AttachmentDescription (line 17245) | AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) method AttachmentDescription (line 17251) | AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) method AttachmentDescription (line 17257) | AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) method AttachmentDescription (line 17263) | AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoa... method AttachmentDescription (line 17269) | AttachmentDescription& setStencilStoreOp( AttachmentStoreOp stencilS... method AttachmentDescription (line 17275) | AttachmentDescription& setInitialLayout( ImageLayout initialLayout_ ) method AttachmentDescription (line 17281) | AttachmentDescription& setFinalLayout( ImageLayout finalLayout_ ) type StencilFaceFlagBits (line 17322) | enum class StencilFaceFlagBits function VULKAN_HPP_INLINE (line 17331) | VULKAN_HPP_INLINE StencilFaceFlags operator|( StencilFaceFlagBits bit0... function VULKAN_HPP_INLINE (line 17336) | VULKAN_HPP_INLINE StencilFaceFlags operator~( StencilFaceFlagBits bits ) type FlagTraits (line 17341) | struct FlagTraits type DescriptorPoolCreateFlagBits (line 17349) | enum class DescriptorPoolCreateFlagBits function VULKAN_HPP_INLINE (line 17356) | VULKAN_HPP_INLINE DescriptorPoolCreateFlags operator|( DescriptorPoolC... function VULKAN_HPP_INLINE (line 17361) | VULKAN_HPP_INLINE DescriptorPoolCreateFlags operator~( DescriptorPoolC... type FlagTraits (line 17366) | struct FlagTraits type DescriptorPoolCreateInfo (line 17374) | struct DescriptorPoolCreateInfo method DescriptorPoolCreateInfo (line 17376) | DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = Descrip... method DescriptorPoolCreateInfo (line 17386) | DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) method DescriptorPoolCreateInfo (line 17391) | DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo cons... method DescriptorPoolCreateInfo (line 17397) | DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) method DescriptorPoolCreateInfo (line 17403) | DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) method DescriptorPoolCreateInfo (line 17409) | DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) method DescriptorPoolCreateInfo (line 17415) | DescriptorPoolCreateInfo& setPoolSizeCount( uint32_t poolSizeCount_ ) method DescriptorPoolCreateInfo (line 17421) | DescriptorPoolCreateInfo& setPPoolSizes( const DescriptorPoolSize* p... type DependencyFlagBits (line 17459) | enum class DependencyFlagBits function VULKAN_HPP_INLINE (line 17468) | VULKAN_HPP_INLINE DependencyFlags operator|( DependencyFlagBits bit0, ... function VULKAN_HPP_INLINE (line 17473) | VULKAN_HPP_INLINE DependencyFlags operator~( DependencyFlagBits bits ) type FlagTraits (line 17478) | struct FlagTraits type SubpassDependency (line 17486) | struct SubpassDependency method SubpassDependency (line 17488) | SubpassDependency( uint32_t srcSubpass_ = 0, uint32_t dstSubpass_ = ... method SubpassDependency (line 17499) | SubpassDependency( VkSubpassDependency const & rhs ) method SubpassDependency (line 17504) | SubpassDependency& operator=( VkSubpassDependency const & rhs ) method SubpassDependency (line 17510) | SubpassDependency& setSrcSubpass( uint32_t srcSubpass_ ) method SubpassDependency (line 17516) | SubpassDependency& setDstSubpass( uint32_t dstSubpass_ ) method SubpassDependency (line 17522) | SubpassDependency& setSrcStageMask( PipelineStageFlags srcStageMask_ ) method SubpassDependency (line 17528) | SubpassDependency& setDstStageMask( PipelineStageFlags dstStageMask_ ) method SubpassDependency (line 17534) | SubpassDependency& setSrcAccessMask( AccessFlags srcAccessMask_ ) method SubpassDependency (line 17540) | SubpassDependency& setDstAccessMask( AccessFlags dstAccessMask_ ) method SubpassDependency (line 17546) | SubpassDependency& setDependencyFlags( DependencyFlags dependencyFla... type PresentModeKHR (line 17583) | enum class PresentModeKHR type ColorSpaceKHR (line 17593) | enum class ColorSpaceKHR type SurfaceFormatKHR (line 17611) | struct SurfaceFormatKHR type SurfaceFormat2KHR (line 17634) | struct SurfaceFormat2KHR type DisplayPlaneAlphaFlagBitsKHR (line 17662) | enum class DisplayPlaneAlphaFlagBitsKHR function VULKAN_HPP_INLINE (line 17672) | VULKAN_HPP_INLINE DisplayPlaneAlphaFlagsKHR operator|( DisplayPlaneAlp... function VULKAN_HPP_INLINE (line 17677) | VULKAN_HPP_INLINE DisplayPlaneAlphaFlagsKHR operator~( DisplayPlaneAlp... type FlagTraits (line 17682) | struct FlagTraits type DisplayPlaneCapabilitiesKHR (line 17690) | struct DisplayPlaneCapabilitiesKHR type CompositeAlphaFlagBitsKHR (line 17727) | enum class CompositeAlphaFlagBitsKHR function VULKAN_HPP_INLINE (line 17737) | VULKAN_HPP_INLINE CompositeAlphaFlagsKHR operator|( CompositeAlphaFlag... function VULKAN_HPP_INLINE (line 17742) | VULKAN_HPP_INLINE CompositeAlphaFlagsKHR operator~( CompositeAlphaFlag... type FlagTraits (line 17747) | struct FlagTraits type SurfaceTransformFlagBitsKHR (line 17755) | enum class SurfaceTransformFlagBitsKHR function VULKAN_HPP_INLINE (line 17770) | VULKAN_HPP_INLINE SurfaceTransformFlagsKHR operator|( SurfaceTransform... function VULKAN_HPP_INLINE (line 17775) | VULKAN_HPP_INLINE SurfaceTransformFlagsKHR operator~( SurfaceTransform... type FlagTraits (line 17780) | struct FlagTraits type DisplayPropertiesKHR (line 17788) | struct DisplayPropertiesKHR type DisplaySurfaceCreateInfoKHR (line 17821) | struct DisplaySurfaceCreateInfoKHR method DisplaySurfaceCreateInfoKHR (line 17823) | DisplaySurfaceCreateInfoKHR( DisplaySurfaceCreateFlagsKHR flags_ = D... method DisplaySurfaceCreateInfoKHR (line 17837) | DisplaySurfaceCreateInfoKHR( VkDisplaySurfaceCreateInfoKHR const & r... method DisplaySurfaceCreateInfoKHR (line 17842) | DisplaySurfaceCreateInfoKHR& operator=( VkDisplaySurfaceCreateInfoKH... method DisplaySurfaceCreateInfoKHR (line 17848) | DisplaySurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method DisplaySurfaceCreateInfoKHR (line 17854) | DisplaySurfaceCreateInfoKHR& setFlags( DisplaySurfaceCreateFlagsKHR ... method DisplaySurfaceCreateInfoKHR (line 17860) | DisplaySurfaceCreateInfoKHR& setDisplayMode( DisplayModeKHR displayM... method DisplaySurfaceCreateInfoKHR (line 17866) | DisplaySurfaceCreateInfoKHR& setPlaneIndex( uint32_t planeIndex_ ) method DisplaySurfaceCreateInfoKHR (line 17872) | DisplaySurfaceCreateInfoKHR& setPlaneStackIndex( uint32_t planeStack... method DisplaySurfaceCreateInfoKHR (line 17878) | DisplaySurfaceCreateInfoKHR& setTransform( SurfaceTransformFlagBitsK... method DisplaySurfaceCreateInfoKHR (line 17884) | DisplaySurfaceCreateInfoKHR& setGlobalAlpha( float globalAlpha_ ) method DisplaySurfaceCreateInfoKHR (line 17890) | DisplaySurfaceCreateInfoKHR& setAlphaMode( DisplayPlaneAlphaFlagBits... method DisplaySurfaceCreateInfoKHR (line 17896) | DisplaySurfaceCreateInfoKHR& setImageExtent( Extent2D imageExtent_ ) type SurfaceCapabilitiesKHR (line 17942) | struct SurfaceCapabilitiesKHR type SurfaceCapabilities2KHR (line 17981) | struct SurfaceCapabilities2KHR type DebugReportFlagBitsEXT (line 18009) | enum class DebugReportFlagBitsEXT function VULKAN_HPP_INLINE (line 18020) | VULKAN_HPP_INLINE DebugReportFlagsEXT operator|( DebugReportFlagBitsEX... function VULKAN_HPP_INLINE (line 18025) | VULKAN_HPP_INLINE DebugReportFlagsEXT operator~( DebugReportFlagBitsEX... type FlagTraits (line 18030) | struct FlagTraits type DebugReportCallbackCreateInfoEXT (line 18038) | struct DebugReportCallbackCreateInfoEXT method DebugReportCallbackCreateInfoEXT (line 18040) | DebugReportCallbackCreateInfoEXT( DebugReportFlagsEXT flags_ = Debug... method DebugReportCallbackCreateInfoEXT (line 18049) | DebugReportCallbackCreateInfoEXT( VkDebugReportCallbackCreateInfoEXT... method DebugReportCallbackCreateInfoEXT (line 18054) | DebugReportCallbackCreateInfoEXT& operator=( VkDebugReportCallbackCr... method DebugReportCallbackCreateInfoEXT (line 18060) | DebugReportCallbackCreateInfoEXT& setPNext( const void* pNext_ ) method DebugReportCallbackCreateInfoEXT (line 18066) | DebugReportCallbackCreateInfoEXT& setFlags( DebugReportFlagsEXT flag... method DebugReportCallbackCreateInfoEXT (line 18072) | DebugReportCallbackCreateInfoEXT& setPfnCallback( PFN_vkDebugReportC... method DebugReportCallbackCreateInfoEXT (line 18078) | DebugReportCallbackCreateInfoEXT& setPUserData( void* pUserData_ ) type DebugReportObjectTypeEXT (line 18114) | enum class DebugReportObjectTypeEXT type DebugMarkerObjectNameInfoEXT (line 18152) | struct DebugMarkerObjectNameInfoEXT method DebugMarkerObjectNameInfoEXT (line 18154) | DebugMarkerObjectNameInfoEXT( DebugReportObjectTypeEXT objectType_ =... method DebugMarkerObjectNameInfoEXT (line 18163) | DebugMarkerObjectNameInfoEXT( VkDebugMarkerObjectNameInfoEXT const &... method DebugMarkerObjectNameInfoEXT (line 18168) | DebugMarkerObjectNameInfoEXT& operator=( VkDebugMarkerObjectNameInfo... method DebugMarkerObjectNameInfoEXT (line 18174) | DebugMarkerObjectNameInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerObjectNameInfoEXT (line 18180) | DebugMarkerObjectNameInfoEXT& setObjectType( DebugReportObjectTypeEX... method DebugMarkerObjectNameInfoEXT (line 18186) | DebugMarkerObjectNameInfoEXT& setObject( uint64_t object_ ) method DebugMarkerObjectNameInfoEXT (line 18192) | DebugMarkerObjectNameInfoEXT& setPObjectName( const char* pObjectNam... type DebugMarkerObjectTagInfoEXT (line 18228) | struct DebugMarkerObjectTagInfoEXT method DebugMarkerObjectTagInfoEXT (line 18230) | DebugMarkerObjectTagInfoEXT( DebugReportObjectTypeEXT objectType_ = ... method DebugMarkerObjectTagInfoEXT (line 18241) | DebugMarkerObjectTagInfoEXT( VkDebugMarkerObjectTagInfoEXT const & r... method DebugMarkerObjectTagInfoEXT (line 18246) | DebugMarkerObjectTagInfoEXT& operator=( VkDebugMarkerObjectTagInfoEX... method DebugMarkerObjectTagInfoEXT (line 18252) | DebugMarkerObjectTagInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerObjectTagInfoEXT (line 18258) | DebugMarkerObjectTagInfoEXT& setObjectType( DebugReportObjectTypeEXT... method DebugMarkerObjectTagInfoEXT (line 18264) | DebugMarkerObjectTagInfoEXT& setObject( uint64_t object_ ) method DebugMarkerObjectTagInfoEXT (line 18270) | DebugMarkerObjectTagInfoEXT& setTagName( uint64_t tagName_ ) method DebugMarkerObjectTagInfoEXT (line 18276) | DebugMarkerObjectTagInfoEXT& setTagSize( size_t tagSize_ ) method DebugMarkerObjectTagInfoEXT (line 18282) | DebugMarkerObjectTagInfoEXT& setPTag( const void* pTag_ ) type DebugReportErrorEXT (line 18322) | enum class DebugReportErrorEXT type RasterizationOrderAMD (line 18328) | enum class RasterizationOrderAMD type PipelineRasterizationStateRasterizationOrderAMD (line 18334) | struct PipelineRasterizationStateRasterizationOrderAMD method PipelineRasterizationStateRasterizationOrderAMD (line 18336) | PipelineRasterizationStateRasterizationOrderAMD( RasterizationOrderA... method PipelineRasterizationStateRasterizationOrderAMD (line 18343) | PipelineRasterizationStateRasterizationOrderAMD( VkPipelineRasteriza... method PipelineRasterizationStateRasterizationOrderAMD (line 18348) | PipelineRasterizationStateRasterizationOrderAMD& operator=( VkPipeli... method PipelineRasterizationStateRasterizationOrderAMD (line 18354) | PipelineRasterizationStateRasterizationOrderAMD& setPNext( const voi... method PipelineRasterizationStateRasterizationOrderAMD (line 18360) | PipelineRasterizationStateRasterizationOrderAMD& setRasterizationOrd... type ExternalMemoryHandleTypeFlagBitsNV (line 18392) | enum class ExternalMemoryHandleTypeFlagBitsNV function VULKAN_HPP_INLINE (line 18402) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsNV operator|( ExternalM... function VULKAN_HPP_INLINE (line 18407) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsNV operator~( ExternalM... type FlagTraits (line 18412) | struct FlagTraits type ExternalMemoryImageCreateInfoNV (line 18420) | struct ExternalMemoryImageCreateInfoNV method ExternalMemoryImageCreateInfoNV (line 18422) | ExternalMemoryImageCreateInfoNV( ExternalMemoryHandleTypeFlagsNV han... method ExternalMemoryImageCreateInfoNV (line 18429) | ExternalMemoryImageCreateInfoNV( VkExternalMemoryImageCreateInfoNV c... method ExternalMemoryImageCreateInfoNV (line 18434) | ExternalMemoryImageCreateInfoNV& operator=( VkExternalMemoryImageCre... method ExternalMemoryImageCreateInfoNV (line 18440) | ExternalMemoryImageCreateInfoNV& setPNext( const void* pNext_ ) method ExternalMemoryImageCreateInfoNV (line 18446) | ExternalMemoryImageCreateInfoNV& setHandleTypes( ExternalMemoryHandl... type ExportMemoryAllocateInfoNV (line 18478) | struct ExportMemoryAllocateInfoNV method ExportMemoryAllocateInfoNV (line 18480) | ExportMemoryAllocateInfoNV( ExternalMemoryHandleTypeFlagsNV handleTy... method ExportMemoryAllocateInfoNV (line 18487) | ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) method ExportMemoryAllocateInfoNV (line 18492) | ExportMemoryAllocateInfoNV& operator=( VkExportMemoryAllocateInfoNV ... method ExportMemoryAllocateInfoNV (line 18498) | ExportMemoryAllocateInfoNV& setPNext( const void* pNext_ ) method ExportMemoryAllocateInfoNV (line 18504) | ExportMemoryAllocateInfoNV& setHandleTypes( ExternalMemoryHandleType... type ImportMemoryWin32HandleInfoNV (line 18537) | struct ImportMemoryWin32HandleInfoNV method ImportMemoryWin32HandleInfoNV (line 18539) | ImportMemoryWin32HandleInfoNV( ExternalMemoryHandleTypeFlagsNV handl... method ImportMemoryWin32HandleInfoNV (line 18547) | ImportMemoryWin32HandleInfoNV( VkImportMemoryWin32HandleInfoNV const... method ImportMemoryWin32HandleInfoNV (line 18552) | ImportMemoryWin32HandleInfoNV& operator=( VkImportMemoryWin32HandleI... method ImportMemoryWin32HandleInfoNV (line 18558) | ImportMemoryWin32HandleInfoNV& setPNext( const void* pNext_ ) method ImportMemoryWin32HandleInfoNV (line 18564) | ImportMemoryWin32HandleInfoNV& setHandleType( ExternalMemoryHandleTy... method ImportMemoryWin32HandleInfoNV (line 18570) | ImportMemoryWin32HandleInfoNV& setHandle( HANDLE handle_ ) type ExternalMemoryFeatureFlagBitsNV (line 18605) | enum class ExternalMemoryFeatureFlagBitsNV function VULKAN_HPP_INLINE (line 18614) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsNV operator|( ExternalMemo... function VULKAN_HPP_INLINE (line 18619) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsNV operator~( ExternalMemo... type FlagTraits (line 18624) | struct FlagTraits type ExternalImageFormatPropertiesNV (line 18632) | struct ExternalImageFormatPropertiesNV type ValidationCheckEXT (line 18659) | enum class ValidationCheckEXT type ValidationFlagsEXT (line 18664) | struct ValidationFlagsEXT method ValidationFlagsEXT (line 18666) | ValidationFlagsEXT( uint32_t disabledValidationCheckCount_ = 0, Vali... method ValidationFlagsEXT (line 18674) | ValidationFlagsEXT( VkValidationFlagsEXT const & rhs ) method ValidationFlagsEXT (line 18679) | ValidationFlagsEXT& operator=( VkValidationFlagsEXT const & rhs ) method ValidationFlagsEXT (line 18685) | ValidationFlagsEXT& setPNext( const void* pNext_ ) method ValidationFlagsEXT (line 18691) | ValidationFlagsEXT& setDisabledValidationCheckCount( uint32_t disabl... method ValidationFlagsEXT (line 18697) | ValidationFlagsEXT& setPDisabledValidationChecks( ValidationCheckEXT... type IndirectCommandsLayoutUsageFlagBitsNVX (line 18731) | enum class IndirectCommandsLayoutUsageFlagBitsNVX function VULKAN_HPP_INLINE (line 18741) | VULKAN_HPP_INLINE IndirectCommandsLayoutUsageFlagsNVX operator|( Indir... function VULKAN_HPP_INLINE (line 18746) | VULKAN_HPP_INLINE IndirectCommandsLayoutUsageFlagsNVX operator~( Indir... type FlagTraits (line 18751) | struct FlagTraits type ObjectEntryUsageFlagBitsNVX (line 18759) | enum class ObjectEntryUsageFlagBitsNVX function VULKAN_HPP_INLINE (line 18767) | VULKAN_HPP_INLINE ObjectEntryUsageFlagsNVX operator|( ObjectEntryUsage... function VULKAN_HPP_INLINE (line 18772) | VULKAN_HPP_INLINE ObjectEntryUsageFlagsNVX operator~( ObjectEntryUsage... type FlagTraits (line 18777) | struct FlagTraits type IndirectCommandsTokenTypeNVX (line 18785) | enum class IndirectCommandsTokenTypeNVX type IndirectCommandsTokenNVX (line 18797) | struct IndirectCommandsTokenNVX method IndirectCommandsTokenNVX (line 18799) | IndirectCommandsTokenNVX( IndirectCommandsTokenTypeNVX tokenType_ = ... method IndirectCommandsTokenNVX (line 18806) | IndirectCommandsTokenNVX( VkIndirectCommandsTokenNVX const & rhs ) method IndirectCommandsTokenNVX (line 18811) | IndirectCommandsTokenNVX& operator=( VkIndirectCommandsTokenNVX cons... method IndirectCommandsTokenNVX (line 18817) | IndirectCommandsTokenNVX& setTokenType( IndirectCommandsTokenTypeNVX... method IndirectCommandsTokenNVX (line 18823) | IndirectCommandsTokenNVX& setBuffer( Buffer buffer_ ) method IndirectCommandsTokenNVX (line 18829) | IndirectCommandsTokenNVX& setOffset( DeviceSize offset_ ) type IndirectCommandsLayoutTokenNVX (line 18858) | struct IndirectCommandsLayoutTokenNVX method IndirectCommandsLayoutTokenNVX (line 18860) | IndirectCommandsLayoutTokenNVX( IndirectCommandsTokenTypeNVX tokenTy... method IndirectCommandsLayoutTokenNVX (line 18868) | IndirectCommandsLayoutTokenNVX( VkIndirectCommandsLayoutTokenNVX con... method IndirectCommandsLayoutTokenNVX (line 18873) | IndirectCommandsLayoutTokenNVX& operator=( VkIndirectCommandsLayoutT... method IndirectCommandsLayoutTokenNVX (line 18879) | IndirectCommandsLayoutTokenNVX& setTokenType( IndirectCommandsTokenT... method IndirectCommandsLayoutTokenNVX (line 18885) | IndirectCommandsLayoutTokenNVX& setBindingUnit( uint32_t bindingUnit_ ) method IndirectCommandsLayoutTokenNVX (line 18891) | IndirectCommandsLayoutTokenNVX& setDynamicCount( uint32_t dynamicCou... method IndirectCommandsLayoutTokenNVX (line 18897) | IndirectCommandsLayoutTokenNVX& setDivisor( uint32_t divisor_ ) type IndirectCommandsLayoutCreateInfoNVX (line 18928) | struct IndirectCommandsLayoutCreateInfoNVX method IndirectCommandsLayoutCreateInfoNVX (line 18930) | IndirectCommandsLayoutCreateInfoNVX( PipelineBindPoint pipelineBindP... method IndirectCommandsLayoutCreateInfoNVX (line 18940) | IndirectCommandsLayoutCreateInfoNVX( VkIndirectCommandsLayoutCreateI... method IndirectCommandsLayoutCreateInfoNVX (line 18945) | IndirectCommandsLayoutCreateInfoNVX& operator=( VkIndirectCommandsLa... method IndirectCommandsLayoutCreateInfoNVX (line 18951) | IndirectCommandsLayoutCreateInfoNVX& setPNext( const void* pNext_ ) method IndirectCommandsLayoutCreateInfoNVX (line 18957) | IndirectCommandsLayoutCreateInfoNVX& setPipelineBindPoint( PipelineB... method IndirectCommandsLayoutCreateInfoNVX (line 18963) | IndirectCommandsLayoutCreateInfoNVX& setFlags( IndirectCommandsLayou... method IndirectCommandsLayoutCreateInfoNVX (line 18969) | IndirectCommandsLayoutCreateInfoNVX& setTokenCount( uint32_t tokenCo... method IndirectCommandsLayoutCreateInfoNVX (line 18975) | IndirectCommandsLayoutCreateInfoNVX& setPTokens( const IndirectComma... type ObjectEntryTypeNVX (line 19013) | enum class ObjectEntryTypeNVX type ObjectTableCreateInfoNVX (line 19022) | struct ObjectTableCreateInfoNVX method ObjectTableCreateInfoNVX (line 19024) | ObjectTableCreateInfoNVX( uint32_t objectCount_ = 0, const ObjectEnt... method ObjectTableCreateInfoNVX (line 19039) | ObjectTableCreateInfoNVX( VkObjectTableCreateInfoNVX const & rhs ) method ObjectTableCreateInfoNVX (line 19044) | ObjectTableCreateInfoNVX& operator=( VkObjectTableCreateInfoNVX cons... method ObjectTableCreateInfoNVX (line 19050) | ObjectTableCreateInfoNVX& setPNext( const void* pNext_ ) method ObjectTableCreateInfoNVX (line 19056) | ObjectTableCreateInfoNVX& setObjectCount( uint32_t objectCount_ ) method ObjectTableCreateInfoNVX (line 19062) | ObjectTableCreateInfoNVX& setPObjectEntryTypes( const ObjectEntryTyp... method ObjectTableCreateInfoNVX (line 19068) | ObjectTableCreateInfoNVX& setPObjectEntryCounts( const uint32_t* pOb... method ObjectTableCreateInfoNVX (line 19074) | ObjectTableCreateInfoNVX& setPObjectEntryUsageFlags( const ObjectEnt... method ObjectTableCreateInfoNVX (line 19080) | ObjectTableCreateInfoNVX& setMaxUniformBuffersPerDescriptor( uint32_... method ObjectTableCreateInfoNVX (line 19086) | ObjectTableCreateInfoNVX& setMaxStorageBuffersPerDescriptor( uint32_... method ObjectTableCreateInfoNVX (line 19092) | ObjectTableCreateInfoNVX& setMaxStorageImagesPerDescriptor( uint32_t... method ObjectTableCreateInfoNVX (line 19098) | ObjectTableCreateInfoNVX& setMaxSampledImagesPerDescriptor( uint32_t... method ObjectTableCreateInfoNVX (line 19104) | ObjectTableCreateInfoNVX& setMaxPipelineLayouts( uint32_t maxPipelin... type ObjectTableEntryNVX (line 19152) | struct ObjectTableEntryNVX method ObjectTableEntryNVX (line 19154) | ObjectTableEntryNVX( ObjectEntryTypeNVX type_ = ObjectEntryTypeNVX::... method ObjectTableEntryNVX (line 19160) | ObjectTableEntryNVX( VkObjectTableEntryNVX const & rhs ) method ObjectTableEntryNVX (line 19165) | ObjectTableEntryNVX& operator=( VkObjectTableEntryNVX const & rhs ) method ObjectTableEntryNVX (line 19171) | ObjectTableEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableEntryNVX (line 19177) | ObjectTableEntryNVX& setFlags( ObjectEntryUsageFlagsNVX flags_ ) type ObjectTablePipelineEntryNVX (line 19204) | struct ObjectTablePipelineEntryNVX method ObjectTablePipelineEntryNVX (line 19206) | ObjectTablePipelineEntryNVX( ObjectEntryTypeNVX type_ = ObjectEntryT... method ObjectTablePipelineEntryNVX (line 19213) | ObjectTablePipelineEntryNVX( VkObjectTablePipelineEntryNVX const & r... method ObjectTablePipelineEntryNVX (line 19218) | ObjectTablePipelineEntryNVX& operator=( VkObjectTablePipelineEntryNV... method ObjectTablePipelineEntryNVX (line 19224) | ObjectTablePipelineEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTablePipelineEntryNVX (line 19230) | ObjectTablePipelineEntryNVX& setFlags( ObjectEntryUsageFlagsNVX flag... method ObjectTablePipelineEntryNVX (line 19236) | ObjectTablePipelineEntryNVX& setPipeline( Pipeline pipeline_ ) type ObjectTableDescriptorSetEntryNVX (line 19265) | struct ObjectTableDescriptorSetEntryNVX method ObjectTableDescriptorSetEntryNVX (line 19267) | ObjectTableDescriptorSetEntryNVX( ObjectEntryTypeNVX type_ = ObjectE... method ObjectTableDescriptorSetEntryNVX (line 19275) | ObjectTableDescriptorSetEntryNVX( VkObjectTableDescriptorSetEntryNVX... method ObjectTableDescriptorSetEntryNVX (line 19280) | ObjectTableDescriptorSetEntryNVX& operator=( VkObjectTableDescriptor... method ObjectTableDescriptorSetEntryNVX (line 19286) | ObjectTableDescriptorSetEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableDescriptorSetEntryNVX (line 19292) | ObjectTableDescriptorSetEntryNVX& setFlags( ObjectEntryUsageFlagsNVX... method ObjectTableDescriptorSetEntryNVX (line 19298) | ObjectTableDescriptorSetEntryNVX& setPipelineLayout( PipelineLayout ... method ObjectTableDescriptorSetEntryNVX (line 19304) | ObjectTableDescriptorSetEntryNVX& setDescriptorSet( DescriptorSet de... type ObjectTableVertexBufferEntryNVX (line 19335) | struct ObjectTableVertexBufferEntryNVX method ObjectTableVertexBufferEntryNVX (line 19337) | ObjectTableVertexBufferEntryNVX( ObjectEntryTypeNVX type_ = ObjectEn... method ObjectTableVertexBufferEntryNVX (line 19344) | ObjectTableVertexBufferEntryNVX( VkObjectTableVertexBufferEntryNVX c... method ObjectTableVertexBufferEntryNVX (line 19349) | ObjectTableVertexBufferEntryNVX& operator=( VkObjectTableVertexBuffe... method ObjectTableVertexBufferEntryNVX (line 19355) | ObjectTableVertexBufferEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableVertexBufferEntryNVX (line 19361) | ObjectTableVertexBufferEntryNVX& setFlags( ObjectEntryUsageFlagsNVX ... method ObjectTableVertexBufferEntryNVX (line 19367) | ObjectTableVertexBufferEntryNVX& setBuffer( Buffer buffer_ ) type ObjectTableIndexBufferEntryNVX (line 19396) | struct ObjectTableIndexBufferEntryNVX method ObjectTableIndexBufferEntryNVX (line 19398) | ObjectTableIndexBufferEntryNVX( ObjectEntryTypeNVX type_ = ObjectEnt... method ObjectTableIndexBufferEntryNVX (line 19406) | ObjectTableIndexBufferEntryNVX( VkObjectTableIndexBufferEntryNVX con... method ObjectTableIndexBufferEntryNVX (line 19411) | ObjectTableIndexBufferEntryNVX& operator=( VkObjectTableIndexBufferE... method ObjectTableIndexBufferEntryNVX (line 19417) | ObjectTableIndexBufferEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableIndexBufferEntryNVX (line 19423) | ObjectTableIndexBufferEntryNVX& setFlags( ObjectEntryUsageFlagsNVX f... method ObjectTableIndexBufferEntryNVX (line 19429) | ObjectTableIndexBufferEntryNVX& setBuffer( Buffer buffer_ ) method ObjectTableIndexBufferEntryNVX (line 19435) | ObjectTableIndexBufferEntryNVX& setIndexType( IndexType indexType_ ) type ObjectTablePushConstantEntryNVX (line 19466) | struct ObjectTablePushConstantEntryNVX method ObjectTablePushConstantEntryNVX (line 19468) | ObjectTablePushConstantEntryNVX( ObjectEntryTypeNVX type_ = ObjectEn... method ObjectTablePushConstantEntryNVX (line 19476) | ObjectTablePushConstantEntryNVX( VkObjectTablePushConstantEntryNVX c... method ObjectTablePushConstantEntryNVX (line 19481) | ObjectTablePushConstantEntryNVX& operator=( VkObjectTablePushConstan... method ObjectTablePushConstantEntryNVX (line 19487) | ObjectTablePushConstantEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTablePushConstantEntryNVX (line 19493) | ObjectTablePushConstantEntryNVX& setFlags( ObjectEntryUsageFlagsNVX ... method ObjectTablePushConstantEntryNVX (line 19499) | ObjectTablePushConstantEntryNVX& setPipelineLayout( PipelineLayout p... method ObjectTablePushConstantEntryNVX (line 19505) | ObjectTablePushConstantEntryNVX& setStageFlags( ShaderStageFlags sta... type DescriptorSetLayoutCreateFlagBits (line 19536) | enum class DescriptorSetLayoutCreateFlagBits function VULKAN_HPP_INLINE (line 19543) | VULKAN_HPP_INLINE DescriptorSetLayoutCreateFlags operator|( Descriptor... function VULKAN_HPP_INLINE (line 19548) | VULKAN_HPP_INLINE DescriptorSetLayoutCreateFlags operator~( Descriptor... type FlagTraits (line 19553) | struct FlagTraits type DescriptorSetLayoutCreateInfo (line 19561) | struct DescriptorSetLayoutCreateInfo method DescriptorSetLayoutCreateInfo (line 19563) | DescriptorSetLayoutCreateInfo( DescriptorSetLayoutCreateFlags flags_... method DescriptorSetLayoutCreateInfo (line 19572) | DescriptorSetLayoutCreateInfo( VkDescriptorSetLayoutCreateInfo const... method DescriptorSetLayoutCreateInfo (line 19577) | DescriptorSetLayoutCreateInfo& operator=( VkDescriptorSetLayoutCreat... method DescriptorSetLayoutCreateInfo (line 19583) | DescriptorSetLayoutCreateInfo& setPNext( const void* pNext_ ) method DescriptorSetLayoutCreateInfo (line 19589) | DescriptorSetLayoutCreateInfo& setFlags( DescriptorSetLayoutCreateFl... method DescriptorSetLayoutCreateInfo (line 19595) | DescriptorSetLayoutCreateInfo& setBindingCount( uint32_t bindingCoun... method DescriptorSetLayoutCreateInfo (line 19601) | DescriptorSetLayoutCreateInfo& setPBindings( const DescriptorSetLayo... type ExternalMemoryHandleTypeFlagBitsKHX (line 19637) | enum class ExternalMemoryHandleTypeFlagBitsKHX function VULKAN_HPP_INLINE (line 19650) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsKHX operator|( External... function VULKAN_HPP_INLINE (line 19655) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsKHX operator~( External... type FlagTraits (line 19660) | struct FlagTraits type PhysicalDeviceExternalImageFormatInfoKHX (line 19668) | struct PhysicalDeviceExternalImageFormatInfoKHX method PhysicalDeviceExternalImageFormatInfoKHX (line 19670) | PhysicalDeviceExternalImageFormatInfoKHX( ExternalMemoryHandleTypeFl... method PhysicalDeviceExternalImageFormatInfoKHX (line 19677) | PhysicalDeviceExternalImageFormatInfoKHX( VkPhysicalDeviceExternalIm... method PhysicalDeviceExternalImageFormatInfoKHX (line 19682) | PhysicalDeviceExternalImageFormatInfoKHX& operator=( VkPhysicalDevic... method PhysicalDeviceExternalImageFormatInfoKHX (line 19688) | PhysicalDeviceExternalImageFormatInfoKHX& setPNext( const void* pNex... method PhysicalDeviceExternalImageFormatInfoKHX (line 19694) | PhysicalDeviceExternalImageFormatInfoKHX& setHandleType( ExternalMem... type PhysicalDeviceExternalBufferInfoKHX (line 19726) | struct PhysicalDeviceExternalBufferInfoKHX method PhysicalDeviceExternalBufferInfoKHX (line 19728) | PhysicalDeviceExternalBufferInfoKHX( BufferCreateFlags flags_ = Buff... method PhysicalDeviceExternalBufferInfoKHX (line 19737) | PhysicalDeviceExternalBufferInfoKHX( VkPhysicalDeviceExternalBufferI... method PhysicalDeviceExternalBufferInfoKHX (line 19742) | PhysicalDeviceExternalBufferInfoKHX& operator=( VkPhysicalDeviceExte... method PhysicalDeviceExternalBufferInfoKHX (line 19748) | PhysicalDeviceExternalBufferInfoKHX& setPNext( const void* pNext_ ) method PhysicalDeviceExternalBufferInfoKHX (line 19754) | PhysicalDeviceExternalBufferInfoKHX& setFlags( BufferCreateFlags fla... method PhysicalDeviceExternalBufferInfoKHX (line 19760) | PhysicalDeviceExternalBufferInfoKHX& setUsage( BufferUsageFlags usag... method PhysicalDeviceExternalBufferInfoKHX (line 19766) | PhysicalDeviceExternalBufferInfoKHX& setHandleType( ExternalMemoryHa... type ExternalMemoryImageCreateInfoKHX (line 19802) | struct ExternalMemoryImageCreateInfoKHX method ExternalMemoryImageCreateInfoKHX (line 19804) | ExternalMemoryImageCreateInfoKHX( ExternalMemoryHandleTypeFlagsKHX h... method ExternalMemoryImageCreateInfoKHX (line 19811) | ExternalMemoryImageCreateInfoKHX( VkExternalMemoryImageCreateInfoKHX... method ExternalMemoryImageCreateInfoKHX (line 19816) | ExternalMemoryImageCreateInfoKHX& operator=( VkExternalMemoryImageCr... method ExternalMemoryImageCreateInfoKHX (line 19822) | ExternalMemoryImageCreateInfoKHX& setPNext( const void* pNext_ ) method ExternalMemoryImageCreateInfoKHX (line 19828) | ExternalMemoryImageCreateInfoKHX& setHandleTypes( ExternalMemoryHand... type ExternalMemoryBufferCreateInfoKHX (line 19860) | struct ExternalMemoryBufferCreateInfoKHX method ExternalMemoryBufferCreateInfoKHX (line 19862) | ExternalMemoryBufferCreateInfoKHX( ExternalMemoryHandleTypeFlagsKHX ... method ExternalMemoryBufferCreateInfoKHX (line 19869) | ExternalMemoryBufferCreateInfoKHX( VkExternalMemoryBufferCreateInfoK... method ExternalMemoryBufferCreateInfoKHX (line 19874) | ExternalMemoryBufferCreateInfoKHX& operator=( VkExternalMemoryBuffer... method ExternalMemoryBufferCreateInfoKHX (line 19880) | ExternalMemoryBufferCreateInfoKHX& setPNext( const void* pNext_ ) method ExternalMemoryBufferCreateInfoKHX (line 19886) | ExternalMemoryBufferCreateInfoKHX& setHandleTypes( ExternalMemoryHan... type ExportMemoryAllocateInfoKHX (line 19918) | struct ExportMemoryAllocateInfoKHX method ExportMemoryAllocateInfoKHX (line 19920) | ExportMemoryAllocateInfoKHX( ExternalMemoryHandleTypeFlagsKHX handle... method ExportMemoryAllocateInfoKHX (line 19927) | ExportMemoryAllocateInfoKHX( VkExportMemoryAllocateInfoKHX const & r... method ExportMemoryAllocateInfoKHX (line 19932) | ExportMemoryAllocateInfoKHX& operator=( VkExportMemoryAllocateInfoKH... method ExportMemoryAllocateInfoKHX (line 19938) | ExportMemoryAllocateInfoKHX& setPNext( const void* pNext_ ) method ExportMemoryAllocateInfoKHX (line 19944) | ExportMemoryAllocateInfoKHX& setHandleTypes( ExternalMemoryHandleTyp... type ImportMemoryWin32HandleInfoKHX (line 19977) | struct ImportMemoryWin32HandleInfoKHX method ImportMemoryWin32HandleInfoKHX (line 19979) | ImportMemoryWin32HandleInfoKHX( ExternalMemoryHandleTypeFlagBitsKHX ... method ImportMemoryWin32HandleInfoKHX (line 19987) | ImportMemoryWin32HandleInfoKHX( VkImportMemoryWin32HandleInfoKHX con... method ImportMemoryWin32HandleInfoKHX (line 19992) | ImportMemoryWin32HandleInfoKHX& operator=( VkImportMemoryWin32Handle... method ImportMemoryWin32HandleInfoKHX (line 19998) | ImportMemoryWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ImportMemoryWin32HandleInfoKHX (line 20004) | ImportMemoryWin32HandleInfoKHX& setHandleType( ExternalMemoryHandleT... method ImportMemoryWin32HandleInfoKHX (line 20010) | ImportMemoryWin32HandleInfoKHX& setHandle( HANDLE handle_ ) type ImportMemoryFdInfoKHX (line 20045) | struct ImportMemoryFdInfoKHX method ImportMemoryFdInfoKHX (line 20047) | ImportMemoryFdInfoKHX( ExternalMemoryHandleTypeFlagBitsKHX handleTyp... method ImportMemoryFdInfoKHX (line 20055) | ImportMemoryFdInfoKHX( VkImportMemoryFdInfoKHX const & rhs ) method ImportMemoryFdInfoKHX (line 20060) | ImportMemoryFdInfoKHX& operator=( VkImportMemoryFdInfoKHX const & rhs ) method ImportMemoryFdInfoKHX (line 20066) | ImportMemoryFdInfoKHX& setPNext( const void* pNext_ ) method ImportMemoryFdInfoKHX (line 20072) | ImportMemoryFdInfoKHX& setHandleType( ExternalMemoryHandleTypeFlagBi... method ImportMemoryFdInfoKHX (line 20078) | ImportMemoryFdInfoKHX& setFd( int fd_ ) type ExternalMemoryFeatureFlagBitsKHX (line 20112) | enum class ExternalMemoryFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20121) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsKHX operator|( ExternalMem... function VULKAN_HPP_INLINE (line 20126) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsKHX operator~( ExternalMem... type FlagTraits (line 20131) | struct FlagTraits type ExternalMemoryPropertiesKHX (line 20139) | struct ExternalMemoryPropertiesKHX type ExternalImageFormatPropertiesKHX (line 20164) | struct ExternalImageFormatPropertiesKHX type ExternalBufferPropertiesKHX (line 20192) | struct ExternalBufferPropertiesKHX type ExternalSemaphoreHandleTypeFlagBitsKHX (line 20220) | enum class ExternalSemaphoreHandleTypeFlagBitsKHX function VULKAN_HPP_INLINE (line 20231) | VULKAN_HPP_INLINE ExternalSemaphoreHandleTypeFlagsKHX operator|( Exter... function VULKAN_HPP_INLINE (line 20236) | VULKAN_HPP_INLINE ExternalSemaphoreHandleTypeFlagsKHX operator~( Exter... type FlagTraits (line 20241) | struct FlagTraits type PhysicalDeviceExternalSemaphoreInfoKHX (line 20249) | struct PhysicalDeviceExternalSemaphoreInfoKHX method PhysicalDeviceExternalSemaphoreInfoKHX (line 20251) | PhysicalDeviceExternalSemaphoreInfoKHX( ExternalSemaphoreHandleTypeF... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20258) | PhysicalDeviceExternalSemaphoreInfoKHX( VkPhysicalDeviceExternalSema... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20263) | PhysicalDeviceExternalSemaphoreInfoKHX& operator=( VkPhysicalDeviceE... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20269) | PhysicalDeviceExternalSemaphoreInfoKHX& setPNext( const void* pNext_ ) method PhysicalDeviceExternalSemaphoreInfoKHX (line 20275) | PhysicalDeviceExternalSemaphoreInfoKHX& setHandleType( ExternalSemap... type ExportSemaphoreCreateInfoKHX (line 20307) | struct ExportSemaphoreCreateInfoKHX method ExportSemaphoreCreateInfoKHX (line 20309) | ExportSemaphoreCreateInfoKHX( ExternalSemaphoreHandleTypeFlagsKHX ha... method ExportSemaphoreCreateInfoKHX (line 20316) | ExportSemaphoreCreateInfoKHX( VkExportSemaphoreCreateInfoKHX const &... method ExportSemaphoreCreateInfoKHX (line 20321) | ExportSemaphoreCreateInfoKHX& operator=( VkExportSemaphoreCreateInfo... method ExportSemaphoreCreateInfoKHX (line 20327) | ExportSemaphoreCreateInfoKHX& setPNext( const void* pNext_ ) method ExportSemaphoreCreateInfoKHX (line 20333) | ExportSemaphoreCreateInfoKHX& setHandleTypes( ExternalSemaphoreHandl... type ImportSemaphoreWin32HandleInfoKHX (line 20366) | struct ImportSemaphoreWin32HandleInfoKHX method ImportSemaphoreWin32HandleInfoKHX (line 20368) | ImportSemaphoreWin32HandleInfoKHX( Semaphore semaphore_ = Semaphore(... method ImportSemaphoreWin32HandleInfoKHX (line 20377) | ImportSemaphoreWin32HandleInfoKHX( VkImportSemaphoreWin32HandleInfoK... method ImportSemaphoreWin32HandleInfoKHX (line 20382) | ImportSemaphoreWin32HandleInfoKHX& operator=( VkImportSemaphoreWin32... method ImportSemaphoreWin32HandleInfoKHX (line 20388) | ImportSemaphoreWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ImportSemaphoreWin32HandleInfoKHX (line 20394) | ImportSemaphoreWin32HandleInfoKHX& setSemaphore( Semaphore semaphore_ ) method ImportSemaphoreWin32HandleInfoKHX (line 20400) | ImportSemaphoreWin32HandleInfoKHX& setHandleType( ExternalSemaphoreH... method ImportSemaphoreWin32HandleInfoKHX (line 20406) | ImportSemaphoreWin32HandleInfoKHX& setHandle( HANDLE handle_ ) type ImportSemaphoreFdInfoKHX (line 20443) | struct ImportSemaphoreFdInfoKHX method ImportSemaphoreFdInfoKHX (line 20445) | ImportSemaphoreFdInfoKHX( Semaphore semaphore_ = Semaphore(), Extern... method ImportSemaphoreFdInfoKHX (line 20454) | ImportSemaphoreFdInfoKHX( VkImportSemaphoreFdInfoKHX const & rhs ) method ImportSemaphoreFdInfoKHX (line 20459) | ImportSemaphoreFdInfoKHX& operator=( VkImportSemaphoreFdInfoKHX cons... method ImportSemaphoreFdInfoKHX (line 20465) | ImportSemaphoreFdInfoKHX& setPNext( const void* pNext_ ) method ImportSemaphoreFdInfoKHX (line 20471) | ImportSemaphoreFdInfoKHX& setSemaphore( Semaphore semaphore_ ) method ImportSemaphoreFdInfoKHX (line 20477) | ImportSemaphoreFdInfoKHX& setHandleType( ExternalSemaphoreHandleType... method ImportSemaphoreFdInfoKHX (line 20483) | ImportSemaphoreFdInfoKHX& setFd( int fd_ ) type ExternalSemaphoreFeatureFlagBitsKHX (line 20519) | enum class ExternalSemaphoreFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20527) | VULKAN_HPP_INLINE ExternalSemaphoreFeatureFlagsKHX operator|( External... function VULKAN_HPP_INLINE (line 20532) | VULKAN_HPP_INLINE ExternalSemaphoreFeatureFlagsKHX operator~( External... type FlagTraits (line 20537) | struct FlagTraits type ExternalSemaphorePropertiesKHX (line 20545) | struct ExternalSemaphorePropertiesKHX type SurfaceCounterFlagBitsEXT (line 20577) | enum class SurfaceCounterFlagBitsEXT function VULKAN_HPP_INLINE (line 20584) | VULKAN_HPP_INLINE SurfaceCounterFlagsEXT operator|( SurfaceCounterFlag... function VULKAN_HPP_INLINE (line 20589) | VULKAN_HPP_INLINE SurfaceCounterFlagsEXT operator~( SurfaceCounterFlag... type FlagTraits (line 20594) | struct FlagTraits type SurfaceCapabilities2EXT (line 20602) | struct SurfaceCapabilities2EXT type SwapchainCounterCreateInfoEXT (line 20650) | struct SwapchainCounterCreateInfoEXT method SwapchainCounterCreateInfoEXT (line 20652) | SwapchainCounterCreateInfoEXT( SurfaceCounterFlagsEXT surfaceCounter... method SwapchainCounterCreateInfoEXT (line 20659) | SwapchainCounterCreateInfoEXT( VkSwapchainCounterCreateInfoEXT const... method SwapchainCounterCreateInfoEXT (line 20664) | SwapchainCounterCreateInfoEXT& operator=( VkSwapchainCounterCreateIn... method SwapchainCounterCreateInfoEXT (line 20670) | SwapchainCounterCreateInfoEXT& setPNext( const void* pNext_ ) method SwapchainCounterCreateInfoEXT (line 20676) | SwapchainCounterCreateInfoEXT& setSurfaceCounters( SurfaceCounterFla... type DisplayPowerStateEXT (line 20708) | enum class DisplayPowerStateEXT type DisplayPowerInfoEXT (line 20715) | struct DisplayPowerInfoEXT method DisplayPowerInfoEXT (line 20717) | DisplayPowerInfoEXT( DisplayPowerStateEXT powerState_ = DisplayPower... method DisplayPowerInfoEXT (line 20724) | DisplayPowerInfoEXT( VkDisplayPowerInfoEXT const & rhs ) method DisplayPowerInfoEXT (line 20729) | DisplayPowerInfoEXT& operator=( VkDisplayPowerInfoEXT const & rhs ) method DisplayPowerInfoEXT (line 20735) | DisplayPowerInfoEXT& setPNext( const void* pNext_ ) method DisplayPowerInfoEXT (line 20741) | DisplayPowerInfoEXT& setPowerState( DisplayPowerStateEXT powerState_ ) type DeviceEventTypeEXT (line 20773) | enum class DeviceEventTypeEXT type DeviceEventInfoEXT (line 20778) | struct DeviceEventInfoEXT method DeviceEventInfoEXT (line 20780) | DeviceEventInfoEXT( DeviceEventTypeEXT deviceEvent_ = DeviceEventTyp... method DeviceEventInfoEXT (line 20787) | DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) method DeviceEventInfoEXT (line 20792) | DeviceEventInfoEXT& operator=( VkDeviceEventInfoEXT const & rhs ) method DeviceEventInfoEXT (line 20798) | DeviceEventInfoEXT& setPNext( const void* pNext_ ) method DeviceEventInfoEXT (line 20804) | DeviceEventInfoEXT& setDeviceEvent( DeviceEventTypeEXT deviceEvent_ ) type DisplayEventTypeEXT (line 20836) | enum class DisplayEventTypeEXT type DisplayEventInfoEXT (line 20841) | struct DisplayEventInfoEXT method DisplayEventInfoEXT (line 20843) | DisplayEventInfoEXT( DisplayEventTypeEXT displayEvent_ = DisplayEven... method DisplayEventInfoEXT (line 20850) | DisplayEventInfoEXT( VkDisplayEventInfoEXT const & rhs ) method DisplayEventInfoEXT (line 20855) | DisplayEventInfoEXT& operator=( VkDisplayEventInfoEXT const & rhs ) method DisplayEventInfoEXT (line 20861) | DisplayEventInfoEXT& setPNext( const void* pNext_ ) method DisplayEventInfoEXT (line 20867) | DisplayEventInfoEXT& setDisplayEvent( DisplayEventTypeEXT displayEve... type PeerMemoryFeatureFlagBitsKHX (line 20899) | enum class PeerMemoryFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20909) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX operator|( PeerMemoryFeatu... function VULKAN_HPP_INLINE (line 20914) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX operator~( PeerMemoryFeatu... type FlagTraits (line 20919) | struct FlagTraits type MemoryAllocateFlagBitsKHX (line 20927) | enum class MemoryAllocateFlagBitsKHX function VULKAN_HPP_INLINE (line 20934) | VULKAN_HPP_INLINE MemoryAllocateFlagsKHX operator|( MemoryAllocateFlag... function VULKAN_HPP_INLINE (line 20939) | VULKAN_HPP_INLINE MemoryAllocateFlagsKHX operator~( MemoryAllocateFlag... type FlagTraits (line 20944) | struct FlagTraits type MemoryAllocateFlagsInfoKHX (line 20952) | struct MemoryAllocateFlagsInfoKHX method MemoryAllocateFlagsInfoKHX (line 20954) | MemoryAllocateFlagsInfoKHX( MemoryAllocateFlagsKHX flags_ = MemoryAl... method MemoryAllocateFlagsInfoKHX (line 20962) | MemoryAllocateFlagsInfoKHX( VkMemoryAllocateFlagsInfoKHX const & rhs ) method MemoryAllocateFlagsInfoKHX (line 20967) | MemoryAllocateFlagsInfoKHX& operator=( VkMemoryAllocateFlagsInfoKHX ... method MemoryAllocateFlagsInfoKHX (line 20973) | MemoryAllocateFlagsInfoKHX& setPNext( const void* pNext_ ) method MemoryAllocateFlagsInfoKHX (line 20979) | MemoryAllocateFlagsInfoKHX& setFlags( MemoryAllocateFlagsKHX flags_ ) method MemoryAllocateFlagsInfoKHX (line 20985) | MemoryAllocateFlagsInfoKHX& setDeviceMask( uint32_t deviceMask_ ) type DeviceGroupPresentModeFlagBitsKHX (line 21019) | enum class DeviceGroupPresentModeFlagBitsKHX function VULKAN_HPP_INLINE (line 21029) | VULKAN_HPP_INLINE DeviceGroupPresentModeFlagsKHX operator|( DeviceGrou... function VULKAN_HPP_INLINE (line 21034) | VULKAN_HPP_INLINE DeviceGroupPresentModeFlagsKHX operator~( DeviceGrou... type FlagTraits (line 21039) | struct FlagTraits type DeviceGroupPresentCapabilitiesKHX (line 21047) | struct DeviceGroupPresentCapabilitiesKHX type DeviceGroupPresentInfoKHX (line 21077) | struct DeviceGroupPresentInfoKHX method DeviceGroupPresentInfoKHX (line 21079) | DeviceGroupPresentInfoKHX( uint32_t swapchainCount_ = 0, const uint3... method DeviceGroupPresentInfoKHX (line 21088) | DeviceGroupPresentInfoKHX( VkDeviceGroupPresentInfoKHX const & rhs ) method DeviceGroupPresentInfoKHX (line 21093) | DeviceGroupPresentInfoKHX& operator=( VkDeviceGroupPresentInfoKHX co... method DeviceGroupPresentInfoKHX (line 21099) | DeviceGroupPresentInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupPresentInfoKHX (line 21105) | DeviceGroupPresentInfoKHX& setSwapchainCount( uint32_t swapchainCoun... method DeviceGroupPresentInfoKHX (line 21111) | DeviceGroupPresentInfoKHX& setPDeviceMasks( const uint32_t* pDeviceM... method DeviceGroupPresentInfoKHX (line 21117) | DeviceGroupPresentInfoKHX& setMode( DeviceGroupPresentModeFlagBitsKH... type DeviceGroupSwapchainCreateInfoKHX (line 21153) | struct DeviceGroupSwapchainCreateInfoKHX method DeviceGroupSwapchainCreateInfoKHX (line 21155) | DeviceGroupSwapchainCreateInfoKHX( DeviceGroupPresentModeFlagsKHX mo... method DeviceGroupSwapchainCreateInfoKHX (line 21162) | DeviceGroupSwapchainCreateInfoKHX( VkDeviceGroupSwapchainCreateInfoK... method DeviceGroupSwapchainCreateInfoKHX (line 21167) | DeviceGroupSwapchainCreateInfoKHX& operator=( VkDeviceGroupSwapchain... method DeviceGroupSwapchainCreateInfoKHX (line 21173) | DeviceGroupSwapchainCreateInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupSwapchainCreateInfoKHX (line 21179) | DeviceGroupSwapchainCreateInfoKHX& setModes( DeviceGroupPresentModeF... type SwapchainCreateFlagBitsKHR (line 21211) | enum class SwapchainCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 21218) | VULKAN_HPP_INLINE SwapchainCreateFlagsKHR operator|( SwapchainCreateFl... function VULKAN_HPP_INLINE (line 21223) | VULKAN_HPP_INLINE SwapchainCreateFlagsKHR operator~( SwapchainCreateFl... type FlagTraits (line 21228) | struct FlagTraits type SwapchainCreateInfoKHR (line 21236) | struct SwapchainCreateInfoKHR method SwapchainCreateInfoKHR (line 21238) | SwapchainCreateInfoKHR( SwapchainCreateFlagsKHR flags_ = SwapchainCr... method SwapchainCreateInfoKHR (line 21260) | SwapchainCreateInfoKHR( VkSwapchainCreateInfoKHR const & rhs ) method SwapchainCreateInfoKHR (line 21265) | SwapchainCreateInfoKHR& operator=( VkSwapchainCreateInfoKHR const & ... method SwapchainCreateInfoKHR (line 21271) | SwapchainCreateInfoKHR& setPNext( const void* pNext_ ) method SwapchainCreateInfoKHR (line 21277) | SwapchainCreateInfoKHR& setFlags( SwapchainCreateFlagsKHR flags_ ) method SwapchainCreateInfoKHR (line 21283) | SwapchainCreateInfoKHR& setSurface( SurfaceKHR surface_ ) method SwapchainCreateInfoKHR (line 21289) | SwapchainCreateInfoKHR& setMinImageCount( uint32_t minImageCount_ ) method SwapchainCreateInfoKHR (line 21295) | SwapchainCreateInfoKHR& setImageFormat( Format imageFormat_ ) method SwapchainCreateInfoKHR (line 21301) | SwapchainCreateInfoKHR& setImageColorSpace( ColorSpaceKHR imageColor... method SwapchainCreateInfoKHR (line 21307) | SwapchainCreateInfoKHR& setImageExtent( Extent2D imageExtent_ ) method SwapchainCreateInfoKHR (line 21313) | SwapchainCreateInfoKHR& setImageArrayLayers( uint32_t imageArrayLaye... method SwapchainCreateInfoKHR (line 21319) | SwapchainCreateInfoKHR& setImageUsage( ImageUsageFlags imageUsage_ ) method SwapchainCreateInfoKHR (line 21325) | SwapchainCreateInfoKHR& setImageSharingMode( SharingMode imageSharin... method SwapchainCreateInfoKHR (line 21331) | SwapchainCreateInfoKHR& setQueueFamilyIndexCount( uint32_t queueFami... method SwapchainCreateInfoKHR (line 21337) | SwapchainCreateInfoKHR& setPQueueFamilyIndices( const uint32_t* pQue... method SwapchainCreateInfoKHR (line 21343) | SwapchainCreateInfoKHR& setPreTransform( SurfaceTransformFlagBitsKHR... method SwapchainCreateInfoKHR (line 21349) | SwapchainCreateInfoKHR& setCompositeAlpha( CompositeAlphaFlagBitsKHR... method SwapchainCreateInfoKHR (line 21355) | SwapchainCreateInfoKHR& setPresentMode( PresentModeKHR presentMode_ ) method SwapchainCreateInfoKHR (line 21361) | SwapchainCreateInfoKHR& setClipped( Bool32 clipped_ ) method SwapchainCreateInfoKHR (line 21367) | SwapchainCreateInfoKHR& setOldSwapchain( SwapchainKHR oldSwapchain_ ) type ViewportCoordinateSwizzleNV (line 21429) | enum class ViewportCoordinateSwizzleNV type ViewportSwizzleNV (line 21441) | struct ViewportSwizzleNV method ViewportSwizzleNV (line 21443) | ViewportSwizzleNV( ViewportCoordinateSwizzleNV x_ = ViewportCoordina... method ViewportSwizzleNV (line 21451) | ViewportSwizzleNV( VkViewportSwizzleNV const & rhs ) method ViewportSwizzleNV (line 21456) | ViewportSwizzleNV& operator=( VkViewportSwizzleNV const & rhs ) method ViewportSwizzleNV (line 21462) | ViewportSwizzleNV& setX( ViewportCoordinateSwizzleNV x_ ) method ViewportSwizzleNV (line 21468) | ViewportSwizzleNV& setY( ViewportCoordinateSwizzleNV y_ ) method ViewportSwizzleNV (line 21474) | ViewportSwizzleNV& setZ( ViewportCoordinateSwizzleNV z_ ) method ViewportSwizzleNV (line 21480) | ViewportSwizzleNV& setW( ViewportCoordinateSwizzleNV w_ ) type PipelineViewportSwizzleStateCreateInfoNV (line 21511) | struct PipelineViewportSwizzleStateCreateInfoNV method PipelineViewportSwizzleStateCreateInfoNV (line 21513) | PipelineViewportSwizzleStateCreateInfoNV( PipelineViewportSwizzleSta... method PipelineViewportSwizzleStateCreateInfoNV (line 21522) | PipelineViewportSwizzleStateCreateInfoNV( VkPipelineViewportSwizzleS... method PipelineViewportSwizzleStateCreateInfoNV (line 21527) | PipelineViewportSwizzleStateCreateInfoNV& operator=( VkPipelineViewp... method PipelineViewportSwizzleStateCreateInfoNV (line 21533) | PipelineViewportSwizzleStateCreateInfoNV& setPNext( const void* pNex... method PipelineViewportSwizzleStateCreateInfoNV (line 21539) | PipelineViewportSwizzleStateCreateInfoNV& setFlags( PipelineViewport... method PipelineViewportSwizzleStateCreateInfoNV (line 21545) | PipelineViewportSwizzleStateCreateInfoNV& setViewportCount( uint32_t... method PipelineViewportSwizzleStateCreateInfoNV (line 21551) | PipelineViewportSwizzleStateCreateInfoNV& setPViewportSwizzles( cons... type DiscardRectangleModeEXT (line 21587) | enum class DiscardRectangleModeEXT type PipelineDiscardRectangleStateCreateInfoEXT (line 21593) | struct PipelineDiscardRectangleStateCreateInfoEXT method PipelineDiscardRectangleStateCreateInfoEXT (line 21595) | PipelineDiscardRectangleStateCreateInfoEXT( PipelineDiscardRectangle... method PipelineDiscardRectangleStateCreateInfoEXT (line 21605) | PipelineDiscardRectangleStateCreateInfoEXT( VkPipelineDiscardRectang... method PipelineDiscardRectangleStateCreateInfoEXT (line 21610) | PipelineDiscardRectangleStateCreateInfoEXT& operator=( VkPipelineDis... method PipelineDiscardRectangleStateCreateInfoEXT (line 21616) | PipelineDiscardRectangleStateCreateInfoEXT& setPNext( const void* pN... method PipelineDiscardRectangleStateCreateInfoEXT (line 21622) | PipelineDiscardRectangleStateCreateInfoEXT& setFlags( PipelineDiscar... method PipelineDiscardRectangleStateCreateInfoEXT (line 21628) | PipelineDiscardRectangleStateCreateInfoEXT& setDiscardRectangleMode(... method PipelineDiscardRectangleStateCreateInfoEXT (line 21634) | PipelineDiscardRectangleStateCreateInfoEXT& setDiscardRectangleCount... method PipelineDiscardRectangleStateCreateInfoEXT (line 21640) | PipelineDiscardRectangleStateCreateInfoEXT& setPDiscardRectangles( c... type SubpassDescriptionFlagBits (line 21678) | enum class SubpassDescriptionFlagBits function VULKAN_HPP_INLINE (line 21686) | VULKAN_HPP_INLINE SubpassDescriptionFlags operator|( SubpassDescriptio... function VULKAN_HPP_INLINE (line 21691) | VULKAN_HPP_INLINE SubpassDescriptionFlags operator~( SubpassDescriptio... type FlagTraits (line 21696) | struct FlagTraits type SubpassDescription (line 21704) | struct SubpassDescription method SubpassDescription (line 21706) | SubpassDescription( SubpassDescriptionFlags flags_ = SubpassDescript... method SubpassDescription (line 21720) | SubpassDescription( VkSubpassDescription const & rhs ) method SubpassDescription (line 21725) | SubpassDescription& operator=( VkSubpassDescription const & rhs ) method SubpassDescription (line 21731) | SubpassDescription& setFlags( SubpassDescriptionFlags flags_ ) method SubpassDescription (line 21737) | SubpassDescription& setPipelineBindPoint( PipelineBindPoint pipeline... method SubpassDescription (line 21743) | SubpassDescription& setInputAttachmentCount( uint32_t inputAttachmen... method SubpassDescription (line 21749) | SubpassDescription& setPInputAttachments( const AttachmentReference*... method SubpassDescription (line 21755) | SubpassDescription& setColorAttachmentCount( uint32_t colorAttachmen... method SubpassDescription (line 21761) | SubpassDescription& setPColorAttachments( const AttachmentReference*... method SubpassDescription (line 21767) | SubpassDescription& setPResolveAttachments( const AttachmentReferenc... method SubpassDescription (line 21773) | SubpassDescription& setPDepthStencilAttachment( const AttachmentRefe... method SubpassDescription (line 21779) | SubpassDescription& setPreserveAttachmentCount( uint32_t preserveAtt... method SubpassDescription (line 21785) | SubpassDescription& setPPreserveAttachments( const uint32_t* pPreser... type RenderPassCreateInfo (line 21828) | struct RenderPassCreateInfo method RenderPassCreateInfo (line 21830) | RenderPassCreateInfo( RenderPassCreateFlags flags_ = RenderPassCreat... method RenderPassCreateInfo (line 21843) | RenderPassCreateInfo( VkRenderPassCreateInfo const & rhs ) method RenderPassCreateInfo (line 21848) | RenderPassCreateInfo& operator=( VkRenderPassCreateInfo const & rhs ) method RenderPassCreateInfo (line 21854) | RenderPassCreateInfo& setPNext( const void* pNext_ ) method RenderPassCreateInfo (line 21860) | RenderPassCreateInfo& setFlags( RenderPassCreateFlags flags_ ) method RenderPassCreateInfo (line 21866) | RenderPassCreateInfo& setAttachmentCount( uint32_t attachmentCount_ ) method RenderPassCreateInfo (line 21872) | RenderPassCreateInfo& setPAttachments( const AttachmentDescription* ... method RenderPassCreateInfo (line 21878) | RenderPassCreateInfo& setSubpassCount( uint32_t subpassCount_ ) method RenderPassCreateInfo (line 21884) | RenderPassCreateInfo& setPSubpasses( const SubpassDescription* pSubp... method RenderPassCreateInfo (line 21890) | RenderPassCreateInfo& setDependencyCount( uint32_t dependencyCount_ ) method RenderPassCreateInfo (line 21896) | RenderPassCreateInfo& setPDependencies( const SubpassDependency* pDe... function VULKAN_HPP_INLINE (line 21946) | VULKAN_HPP_INLINE Result enumerateInstanceLayerProperties( uint32_t* p... function VULKAN_HPP_INLINE (line 21952) | VULKAN_HPP_INLINE typename ResultValueType::type CommandBuffer::begin( co... function VULKAN_HPP_INLINE (line 22297) | VULKAN_HPP_INLINE Result CommandBuffer::end() const function VULKAN_HPP_INLINE (line 22302) | VULKAN_HPP_INLINE ResultValueType::type CommandBuffer::end() const function VULKAN_HPP_INLINE (line 22310) | VULKAN_HPP_INLINE Result CommandBuffer::reset( CommandBufferResetFlags... function VULKAN_HPP_INLINE (line 22315) | VULKAN_HPP_INLINE ResultValueType::type CommandBuffer::reset( Co... function VULKAN_HPP_INLINE (line 22322) | VULKAN_HPP_INLINE void CommandBuffer::bindPipeline( PipelineBindPoint ... function VULKAN_HPP_INLINE (line 22327) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t firstViewp... function VULKAN_HPP_INLINE (line 22332) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t firstViewp... function VULKAN_HPP_INLINE (line 22338) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t firstScisso... function VULKAN_HPP_INLINE (line 22343) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t firstScisso... function VULKAN_HPP_INLINE (line 22349) | VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) ... function VULKAN_HPP_INLINE (line 22354) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBias( float depthBiasCon... function VULKAN_HPP_INLINE (line 22359) | VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float b... function VULKAN_HPP_INLINE (line 22364) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBo... function VULKAN_HPP_INLINE (line 22369) | VULKAN_HPP_INLINE void CommandBuffer::setStencilCompareMask( StencilFa... function VULKAN_HPP_INLINE (line 22374) | VULKAN_HPP_INLINE void CommandBuffer::setStencilWriteMask( StencilFace... function VULKAN_HPP_INLINE (line 22379) | VULKAN_HPP_INLINE void CommandBuffer::setStencilReference( StencilFace... function VULKAN_HPP_INLINE (line 22384) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( PipelineBind... function VULKAN_HPP_INLINE (line 22389) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( PipelineBind... function VULKAN_HPP_INLINE (line 22395) | VULKAN_HPP_INLINE void CommandBuffer::bindIndexBuffer( Buffer buffer, ... function VULKAN_HPP_INLINE (line 22400) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firs... function VULKAN_HPP_INLINE (line 22405) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firs... function VULKAN_HPP_INLINE (line 22419) | VULKAN_HPP_INLINE void CommandBuffer::draw( uint32_t vertexCount, uint... function VULKAN_HPP_INLINE (line 22424) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexed( uint32_t indexCount... function VULKAN_HPP_INLINE (line 22429) | VULKAN_HPP_INLINE void CommandBuffer::drawIndirect( Buffer buffer, Dev... function VULKAN_HPP_INLINE (line 22434) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexedIndirect( Buffer buff... function VULKAN_HPP_INLINE (line 22439) | VULKAN_HPP_INLINE void CommandBuffer::dispatch( uint32_t groupCountX, ... function VULKAN_HPP_INLINE (line 22444) | VULKAN_HPP_INLINE void CommandBuffer::dispatchIndirect( Buffer buffer,... function VULKAN_HPP_INLINE (line 22449) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( Buffer srcBuffer, Bu... function VULKAN_HPP_INLINE (line 22454) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( Buffer srcBuffer, Bu... function VULKAN_HPP_INLINE (line 22460) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22465) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22471) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22476) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22482) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuf... function VULKAN_HPP_INLINE (line 22487) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuf... function VULKAN_HPP_INLINE (line 22493) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( Image srcImag... function VULKAN_HPP_INLINE (line 22498) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( Image srcImag... function VULKAN_HPP_INLINE (line 22504) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( Buffer dstBuffer, ... function VULKAN_HPP_INLINE (line 22510) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( Buffer dstBuffer, ... function VULKAN_HPP_INLINE (line 22516) | VULKAN_HPP_INLINE void CommandBuffer::fillBuffer( Buffer dstBuffer, De... function VULKAN_HPP_INLINE (line 22521) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, Im... function VULKAN_HPP_INLINE (line 22526) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, Im... function VULKAN_HPP_INLINE (line 22532) | VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image im... function VULKAN_HPP_INLINE (line 22537) | VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image im... function VULKAN_HPP_INLINE (line 22543) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( uint32_t attac... function VULKAN_HPP_INLINE (line 22548) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( ArrayProxy::type Queue::submit( ArrayProx... function VULKAN_HPP_INLINE (line 22987) | VULKAN_HPP_INLINE Result Queue::waitIdle() const function VULKAN_HPP_INLINE (line 22992) | VULKAN_HPP_INLINE ResultValueType::type Queue::waitIdle() const function VULKAN_HPP_INLINE (line 22999) | VULKAN_HPP_INLINE Result Queue::bindSparse( uint32_t bindInfoCount, co... function VULKAN_HPP_INLINE (line 23004) | VULKAN_HPP_INLINE ResultValueType::type Queue::bindSparse( Array... function VULKAN_HPP_INLINE (line 23011) | VULKAN_HPP_INLINE Result Queue::presentKHR( const PresentInfoKHR* pPre... function VULKAN_HPP_INLINE (line 23016) | VULKAN_HPP_INLINE Result Queue::presentKHR( const PresentInfoKHR & pre... class BufferDeleter (line 23024) | class BufferDeleter method BufferDeleter (line 23804) | BufferDeleter( Device device = Device(), Optional::type Device::waitIdle() const function VULKAN_HPP_INLINE (line 24300) | VULKAN_HPP_INLINE Result Device::allocateMemory( const MemoryAllocateI... function VULKAN_HPP_INLINE (line 24305) | VULKAN_HPP_INLINE ResultValueType::type Device::allocate... function VULKAN_HPP_INLINE (line 24312) | VULKAN_HPP_INLINE UniqueDeviceMemory Device::allocateMemoryUnique( con... function VULKAN_HPP_INLINE (line 24320) | VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, const ... function VULKAN_HPP_INLINE (line 24325) | VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, Option... function VULKAN_HPP_INLINE (line 24331) | VULKAN_HPP_INLINE Result Device::mapMemory( DeviceMemory memory, Devic... function VULKAN_HPP_INLINE (line 24336) | VULKAN_HPP_INLINE ResultValueType::type Device::mapMemory( Devi... function VULKAN_HPP_INLINE (line 24344) | VULKAN_HPP_INLINE void Device::unmapMemory( DeviceMemory memory ) const function VULKAN_HPP_INLINE (line 24349) | VULKAN_HPP_INLINE Result Device::flushMappedMemoryRanges( uint32_t mem... function VULKAN_HPP_INLINE (line 24354) | VULKAN_HPP_INLINE ResultValueType::type Device::flushMappedMemor... function VULKAN_HPP_INLINE (line 24361) | VULKAN_HPP_INLINE Result Device::invalidateMappedMemoryRanges( uint32_... function VULKAN_HPP_INLINE (line 24366) | VULKAN_HPP_INLINE ResultValueType::type Device::invalidateMapped... function VULKAN_HPP_INLINE (line 24373) | VULKAN_HPP_INLINE void Device::getMemoryCommitment( DeviceMemory memor... function VULKAN_HPP_INLINE (line 24378) | VULKAN_HPP_INLINE DeviceSize Device::getMemoryCommitment( DeviceMemory... function VULKAN_HPP_INLINE (line 24386) | VULKAN_HPP_INLINE void Device::getBufferMemoryRequirements( Buffer buf... function VULKAN_HPP_INLINE (line 24391) | VULKAN_HPP_INLINE MemoryRequirements Device::getBufferMemoryRequiremen... function VULKAN_HPP_INLINE (line 24400) | VULKAN_HPP_INLINE Result Device::bindBufferMemory( Buffer buffer, Devi... function VULKAN_HPP_INLINE (line 24405) | VULKAN_HPP_INLINE ResultValueType::type Device::bindBufferMemory... function VULKAN_HPP_INLINE (line 24412) | VULKAN_HPP_INLINE void Device::getImageMemoryRequirements( Image image... function VULKAN_HPP_INLINE (line 24417) | VULKAN_HPP_INLINE MemoryRequirements Device::getImageMemoryRequirement... function VULKAN_HPP_INLINE (line 24426) | VULKAN_HPP_INLINE Result Device::bindImageMemory( Image image, DeviceM... function VULKAN_HPP_INLINE (line 24431) | VULKAN_HPP_INLINE ResultValueType::type Device::bindImageMemory(... function VULKAN_HPP_INLINE (line 24438) | VULKAN_HPP_INLINE void Device::getImageSparseMemoryRequirements( Image... function VULKAN_HPP_INLINE (line 24444) | VULKAN_HPP_INLINE std::vector... function VULKAN_HPP_INLINE (line 24455) | VULKAN_HPP_INLINE Result Device::createFence( const FenceCreateInfo* p... function VULKAN_HPP_INLINE (line 24460) | VULKAN_HPP_INLINE ResultValueType::type Device::createFence( co... function VULKAN_HPP_INLINE (line 24467) | VULKAN_HPP_INLINE UniqueFence Device::createFenceUnique( const FenceCr... function VULKAN_HPP_INLINE (line 24475) | VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, const Alloca... function VULKAN_HPP_INLINE (line 24480) | VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, Optional::type Device::resetFences( Arr... function VULKAN_HPP_INLINE (line 24499) | VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence ) const function VULKAN_HPP_INLINE (line 24504) | VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence ) const function VULKAN_HPP_INLINE (line 24511) | VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t fenceCount, c... function VULKAN_HPP_INLINE (line 24516) | VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy::type Device::createSemap... function VULKAN_HPP_INLINE (line 24535) | VULKAN_HPP_INLINE UniqueSemaphore Device::createSemaphoreUnique( const... function VULKAN_HPP_INLINE (line 24543) | VULKAN_HPP_INLINE void Device::destroySemaphore( Semaphore semaphore, ... function VULKAN_HPP_INLINE (line 24548) | VULKAN_HPP_INLINE void Device::destroySemaphore( Semaphore semaphore, ... function VULKAN_HPP_INLINE (line 24554) | VULKAN_HPP_INLINE Result Device::createEvent( const EventCreateInfo* p... function VULKAN_HPP_INLINE (line 24559) | VULKAN_HPP_INLINE ResultValueType::type Device::createEvent( co... function VULKAN_HPP_INLINE (line 24566) | VULKAN_HPP_INLINE UniqueEvent Device::createEventUnique( const EventCr... function VULKAN_HPP_INLINE (line 24574) | VULKAN_HPP_INLINE void Device::destroyEvent( Event event, const Alloca... function VULKAN_HPP_INLINE (line 24579) | VULKAN_HPP_INLINE void Device::destroyEvent( Event event, Optional::type Device::setEvent( Event ... function VULKAN_HPP_INLINE (line 24612) | VULKAN_HPP_INLINE Result Device::resetEvent( Event event ) const function VULKAN_HPP_INLINE (line 24617) | VULKAN_HPP_INLINE ResultValueType::type Device::resetEvent( Even... function VULKAN_HPP_INLINE (line 24624) | VULKAN_HPP_INLINE Result Device::createQueryPool( const QueryPoolCreat... function VULKAN_HPP_INLINE (line 24629) | VULKAN_HPP_INLINE ResultValueType::type Device::createQuery... function VULKAN_HPP_INLINE (line 24636) | VULKAN_HPP_INLINE UniqueQueryPool Device::createQueryPoolUnique( const... function VULKAN_HPP_INLINE (line 24644) | VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, ... function VULKAN_HPP_INLINE (line 24649) | VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, ... function VULKAN_HPP_INLINE (line 24655) | VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryP... function VULKAN_HPP_INLINE (line 24661) | VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryP... function VULKAN_HPP_INLINE (line 24668) | VULKAN_HPP_INLINE Result Device::createBuffer( const BufferCreateInfo*... function VULKAN_HPP_INLINE (line 24673) | VULKAN_HPP_INLINE ResultValueType::type Device::createBuffer( ... function VULKAN_HPP_INLINE (line 24680) | VULKAN_HPP_INLINE UniqueBuffer Device::createBufferUnique( const Buffe... function VULKAN_HPP_INLINE (line 24688) | VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, const All... function VULKAN_HPP_INLINE (line 24693) | VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, Optional<... function VULKAN_HPP_INLINE (line 24699) | VULKAN_HPP_INLINE Result Device::createBufferView( const BufferViewCre... function VULKAN_HPP_INLINE (line 24704) | VULKAN_HPP_INLINE ResultValueType::type Device::createBuff... function VULKAN_HPP_INLINE (line 24711) | VULKAN_HPP_INLINE UniqueBufferView Device::createBufferViewUnique( con... function VULKAN_HPP_INLINE (line 24719) | VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferVie... function VULKAN_HPP_INLINE (line 24724) | VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferVie... function VULKAN_HPP_INLINE (line 24730) | VULKAN_HPP_INLINE Result Device::createImage( const ImageCreateInfo* p... function VULKAN_HPP_INLINE (line 24735) | VULKAN_HPP_INLINE ResultValueType::type Device::createImage( co... function VULKAN_HPP_INLINE (line 24742) | VULKAN_HPP_INLINE UniqueImage Device::createImageUnique( const ImageCr... function VULKAN_HPP_INLINE (line 24750) | VULKAN_HPP_INLINE void Device::destroyImage( Image image, const Alloca... function VULKAN_HPP_INLINE (line 24755) | VULKAN_HPP_INLINE void Device::destroyImage( Image image, Optional::type Device::createImage... function VULKAN_HPP_INLINE (line 24786) | VULKAN_HPP_INLINE UniqueImageView Device::createImageViewUnique( const... function VULKAN_HPP_INLINE (line 24794) | VULKAN_HPP_INLINE void Device::destroyImageView( ImageView imageView, ... function VULKAN_HPP_INLINE (line 24799) | VULKAN_HPP_INLINE void Device::destroyImageView( ImageView imageView, ... function VULKAN_HPP_INLINE (line 24805) | VULKAN_HPP_INLINE Result Device::createShaderModule( const ShaderModul... function VULKAN_HPP_INLINE (line 24810) | VULKAN_HPP_INLINE ResultValueType::type Device::createSh... function VULKAN_HPP_INLINE (line 24817) | VULKAN_HPP_INLINE UniqueShaderModule Device::createShaderModuleUnique(... function VULKAN_HPP_INLINE (line 24825) | VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shade... function VULKAN_HPP_INLINE (line 24830) | VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shade... function VULKAN_HPP_INLINE (line 24836) | VULKAN_HPP_INLINE Result Device::createPipelineCache( const PipelineCa... function VULKAN_HPP_INLINE (line 24841) | VULKAN_HPP_INLINE ResultValueType::type Device::createP... function VULKAN_HPP_INLINE (line 24848) | VULKAN_HPP_INLINE UniquePipelineCache Device::createPipelineCacheUniqu... function VULKAN_HPP_INLINE (line 24856) | VULKAN_HPP_INLINE void Device::destroyPipelineCache( PipelineCache pip... function VULKAN_HPP_INLINE (line 24861) | VULKAN_HPP_INLINE void Device::destroyPipelineCache( PipelineCache pip... function VULKAN_HPP_INLINE (line 24867) | VULKAN_HPP_INLINE Result Device::getPipelineCacheData( PipelineCache p... function VULKAN_HPP_INLINE (line 24873) | VULKAN_HPP_INLINE typename ResultValueType::type Device::mergePipelineCac... function VULKAN_HPP_INLINE (line 24905) | VULKAN_HPP_INLINE Result Device::createGraphicsPipelines( PipelineCach... function VULKAN_HPP_INLINE (line 24911) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createGraphi... function VULKAN_HPP_INLINE (line 24925) | VULKAN_HPP_INLINE std::vector Device::createGraphicsPi... function VULKAN_HPP_INLINE (line 24937) | VULKAN_HPP_INLINE UniquePipeline Device::createGraphicsPipelineUnique(... function VULKAN_HPP_INLINE (line 24945) | VULKAN_HPP_INLINE Result Device::createComputePipelines( PipelineCache... function VULKAN_HPP_INLINE (line 24951) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createComput... function VULKAN_HPP_INLINE (line 24965) | VULKAN_HPP_INLINE std::vector Device::createComputePip... function VULKAN_HPP_INLINE (line 24977) | VULKAN_HPP_INLINE UniquePipeline Device::createComputePipelineUnique( ... function VULKAN_HPP_INLINE (line 24985) | VULKAN_HPP_INLINE void Device::destroyPipeline( Pipeline pipeline, con... function VULKAN_HPP_INLINE (line 24990) | VULKAN_HPP_INLINE void Device::destroyPipeline( Pipeline pipeline, Opt... function VULKAN_HPP_INLINE (line 24996) | VULKAN_HPP_INLINE Result Device::createPipelineLayout( const PipelineL... function VULKAN_HPP_INLINE (line 25001) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25008) | VULKAN_HPP_INLINE UniquePipelineLayout Device::createPipelineLayoutUni... function VULKAN_HPP_INLINE (line 25016) | VULKAN_HPP_INLINE void Device::destroyPipelineLayout( PipelineLayout p... function VULKAN_HPP_INLINE (line 25021) | VULKAN_HPP_INLINE void Device::destroyPipelineLayout( PipelineLayout p... function VULKAN_HPP_INLINE (line 25027) | VULKAN_HPP_INLINE Result Device::createSampler( const SamplerCreateInf... function VULKAN_HPP_INLINE (line 25032) | VULKAN_HPP_INLINE ResultValueType::type Device::createSampler... function VULKAN_HPP_INLINE (line 25039) | VULKAN_HPP_INLINE UniqueSampler Device::createSamplerUnique( const Sam... function VULKAN_HPP_INLINE (line 25047) | VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, const ... function VULKAN_HPP_INLINE (line 25052) | VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, Option... function VULKAN_HPP_INLINE (line 25058) | VULKAN_HPP_INLINE Result Device::createDescriptorSetLayout( const Desc... function VULKAN_HPP_INLINE (line 25063) | VULKAN_HPP_INLINE ResultValueType::type Device::c... function VULKAN_HPP_INLINE (line 25070) | VULKAN_HPP_INLINE UniqueDescriptorSetLayout Device::createDescriptorSe... function VULKAN_HPP_INLINE (line 25078) | VULKAN_HPP_INLINE void Device::destroyDescriptorSetLayout( DescriptorS... function VULKAN_HPP_INLINE (line 25083) | VULKAN_HPP_INLINE void Device::destroyDescriptorSetLayout( DescriptorS... function VULKAN_HPP_INLINE (line 25089) | VULKAN_HPP_INLINE Result Device::createDescriptorPool( const Descripto... function VULKAN_HPP_INLINE (line 25094) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25101) | VULKAN_HPP_INLINE UniqueDescriptorPool Device::createDescriptorPoolUni... function VULKAN_HPP_INLINE (line 25109) | VULKAN_HPP_INLINE void Device::destroyDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25114) | VULKAN_HPP_INLINE void Device::destroyDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25121) | VULKAN_HPP_INLINE Result Device::resetDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25126) | VULKAN_HPP_INLINE ResultValueType::type Device::resetDescriptorP... function VULKAN_HPP_INLINE (line 25133) | VULKAN_HPP_INLINE Result Device::allocateDescriptorSets( const Descrip... function VULKAN_HPP_INLINE (line 25139) | VULKAN_HPP_INLINE typename ResultValueType Device::allocateDes... function VULKAN_HPP_INLINE (line 25162) | VULKAN_HPP_INLINE Result Device::freeDescriptorSets( DescriptorPool de... function VULKAN_HPP_INLINE (line 25167) | VULKAN_HPP_INLINE ResultValueType::type Device::freeDescriptorSe... function VULKAN_HPP_INLINE (line 25174) | VULKAN_HPP_INLINE void Device::updateDescriptorSets( uint32_t descript... function VULKAN_HPP_INLINE (line 25179) | VULKAN_HPP_INLINE void Device::updateDescriptorSets( ArrayProxy::type Device::createFra... function VULKAN_HPP_INLINE (line 25197) | VULKAN_HPP_INLINE UniqueFramebuffer Device::createFramebufferUnique( c... function VULKAN_HPP_INLINE (line 25205) | VULKAN_HPP_INLINE void Device::destroyFramebuffer( Framebuffer framebu... function VULKAN_HPP_INLINE (line 25210) | VULKAN_HPP_INLINE void Device::destroyFramebuffer( Framebuffer framebu... function VULKAN_HPP_INLINE (line 25216) | VULKAN_HPP_INLINE Result Device::createRenderPass( const RenderPassCre... function VULKAN_HPP_INLINE (line 25221) | VULKAN_HPP_INLINE ResultValueType::type Device::createRend... function VULKAN_HPP_INLINE (line 25228) | VULKAN_HPP_INLINE UniqueRenderPass Device::createRenderPassUnique( con... function VULKAN_HPP_INLINE (line 25236) | VULKAN_HPP_INLINE void Device::destroyRenderPass( RenderPass renderPas... function VULKAN_HPP_INLINE (line 25241) | VULKAN_HPP_INLINE void Device::destroyRenderPass( RenderPass renderPas... function VULKAN_HPP_INLINE (line 25247) | VULKAN_HPP_INLINE void Device::getRenderAreaGranularity( RenderPass re... function VULKAN_HPP_INLINE (line 25252) | VULKAN_HPP_INLINE Extent2D Device::getRenderAreaGranularity( RenderPas... function VULKAN_HPP_INLINE (line 25260) | VULKAN_HPP_INLINE Result Device::createCommandPool( const CommandPoolC... function VULKAN_HPP_INLINE (line 25265) | VULKAN_HPP_INLINE ResultValueType::type Device::createCom... function VULKAN_HPP_INLINE (line 25272) | VULKAN_HPP_INLINE UniqueCommandPool Device::createCommandPoolUnique( c... function VULKAN_HPP_INLINE (line 25280) | VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25285) | VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25292) | VULKAN_HPP_INLINE Result Device::resetCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25297) | VULKAN_HPP_INLINE ResultValueType::type Device::resetCommandPool... function VULKAN_HPP_INLINE (line 25304) | VULKAN_HPP_INLINE Result Device::allocateCommandBuffers( const Command... function VULKAN_HPP_INLINE (line 25310) | VULKAN_HPP_INLINE typename ResultValueType Device::allocateCom... function VULKAN_HPP_INLINE (line 25333) | VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool command... function VULKAN_HPP_INLINE (line 25338) | VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool command... function VULKAN_HPP_INLINE (line 25344) | VULKAN_HPP_INLINE Result Device::createSharedSwapchainsKHR( uint32_t s... function VULKAN_HPP_INLINE (line 25350) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createSh... function VULKAN_HPP_INLINE (line 25364) | VULKAN_HPP_INLINE std::vector Device::createShared... function VULKAN_HPP_INLINE (line 25376) | VULKAN_HPP_INLINE UniqueSwapchainKHR Device::createSharedSwapchainKHRU... function VULKAN_HPP_INLINE (line 25384) | VULKAN_HPP_INLINE Result Device::createSwapchainKHR( const SwapchainCr... function VULKAN_HPP_INLINE (line 25389) | VULKAN_HPP_INLINE ResultValueType::type Device::createSw... function VULKAN_HPP_INLINE (line 25396) | VULKAN_HPP_INLINE UniqueSwapchainKHR Device::createSwapchainKHRUnique(... function VULKAN_HPP_INLINE (line 25404) | VULKAN_HPP_INLINE void Device::destroySwapchainKHR( SwapchainKHR swapc... function VULKAN_HPP_INLINE (line 25409) | VULKAN_HPP_INLINE void Device::destroySwapchainKHR( SwapchainKHR swapc... function VULKAN_HPP_INLINE (line 25415) | VULKAN_HPP_INLINE Result Device::getSwapchainImagesKHR( SwapchainKHR s... function VULKAN_HPP_INLINE (line 25421) | VULKAN_HPP_INLINE typename ResultValueType Device::acquireNextImageKHR( S... function VULKAN_HPP_INLINE (line 25454) | VULKAN_HPP_INLINE Result Device::debugMarkerSetObjectNameEXT( DebugMar... function VULKAN_HPP_INLINE (line 25459) | VULKAN_HPP_INLINE ResultValueType::type ... function VULKAN_HPP_INLINE (line 25467) | VULKAN_HPP_INLINE Result Device::debugMarkerSetObjectTagEXT( DebugMark... function VULKAN_HPP_INLINE (line 25472) | VULKAN_HPP_INLINE ResultValueType::type D... function VULKAN_HPP_INLINE (line 25481) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandleNV( DeviceMemory ... function VULKAN_HPP_INLINE (line 25486) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryWin32... function VULKAN_HPP_INLINE (line 25495) | VULKAN_HPP_INLINE Result Device::createIndirectCommandsLayoutNVX( cons... function VULKAN_HPP_INLINE (line 25500) | VULKAN_HPP_INLINE ResultValueType::type Dev... function VULKAN_HPP_INLINE (line 25507) | VULKAN_HPP_INLINE UniqueIndirectCommandsLayoutNVX Device::createIndire... function VULKAN_HPP_INLINE (line 25515) | VULKAN_HPP_INLINE void Device::destroyIndirectCommandsLayoutNVX( Indir... function VULKAN_HPP_INLINE (line 25520) | VULKAN_HPP_INLINE void Device::destroyIndirectCommandsLayoutNVX( Indir... function VULKAN_HPP_INLINE (line 25526) | VULKAN_HPP_INLINE Result Device::createObjectTableNVX( const ObjectTab... function VULKAN_HPP_INLINE (line 25531) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25538) | VULKAN_HPP_INLINE UniqueObjectTableNVX Device::createObjectTableNVXUni... function VULKAN_HPP_INLINE (line 25546) | VULKAN_HPP_INLINE void Device::destroyObjectTableNVX( ObjectTableNVX o... function VULKAN_HPP_INLINE (line 25551) | VULKAN_HPP_INLINE void Device::destroyObjectTableNVX( ObjectTableNVX o... function VULKAN_HPP_INLINE (line 25557) | VULKAN_HPP_INLINE Result Device::registerObjectsNVX( ObjectTableNVX ob... function VULKAN_HPP_INLINE (line 25562) | VULKAN_HPP_INLINE ResultValueType::type Device::registerObjectsN... function VULKAN_HPP_INLINE (line 25577) | VULKAN_HPP_INLINE Result Device::unregisterObjectsNVX( ObjectTableNVX ... function VULKAN_HPP_INLINE (line 25582) | VULKAN_HPP_INLINE ResultValueType::type Device::unregisterObject... function VULKAN_HPP_INLINE (line 25597) | VULKAN_HPP_INLINE void Device::trimCommandPoolKHR( CommandPool command... function VULKAN_HPP_INLINE (line 25603) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandleKHX( DeviceMemory... function VULKAN_HPP_INLINE (line 25608) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryWin32... function VULKAN_HPP_INLINE (line 25618) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandlePropertiesKHX( Ex... function VULKAN_HPP_INLINE (line 25623) | VULKAN_HPP_INLINE ResultValueType::typ... function VULKAN_HPP_INLINE (line 25632) | VULKAN_HPP_INLINE Result Device::getMemoryFdKHX( DeviceMemory memory, ... function VULKAN_HPP_INLINE (line 25637) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryFdKHX( D... function VULKAN_HPP_INLINE (line 25645) | VULKAN_HPP_INLINE Result Device::getMemoryFdPropertiesKHX( ExternalMem... function VULKAN_HPP_INLINE (line 25650) | VULKAN_HPP_INLINE ResultValueType::type Device:... function VULKAN_HPP_INLINE (line 25659) | VULKAN_HPP_INLINE Result Device::getSemaphoreWin32HandleKHX( Semaphore... function VULKAN_HPP_INLINE (line 25664) | VULKAN_HPP_INLINE ResultValueType::type Device::getSemaphoreWi... function VULKAN_HPP_INLINE (line 25674) | VULKAN_HPP_INLINE Result Device::importSemaphoreWin32HandleKHX( const ... function VULKAN_HPP_INLINE (line 25679) | VULKAN_HPP_INLINE ResultValueType::type Device::importSemaphoreW... function VULKAN_HPP_INLINE (line 25687) | VULKAN_HPP_INLINE Result Device::getSemaphoreFdKHX( Semaphore semaphor... function VULKAN_HPP_INLINE (line 25692) | VULKAN_HPP_INLINE ResultValueType::type Device::getSemaphoreFdKHX... function VULKAN_HPP_INLINE (line 25700) | VULKAN_HPP_INLINE Result Device::importSemaphoreFdKHX( const ImportSem... function VULKAN_HPP_INLINE (line 25705) | VULKAN_HPP_INLINE ResultValueType::type Device::importSemaphoreF... function VULKAN_HPP_INLINE (line 25712) | VULKAN_HPP_INLINE Result Device::displayPowerControlEXT( DisplayKHR di... function VULKAN_HPP_INLINE (line 25717) | VULKAN_HPP_INLINE ResultValueType::type Device::displayPowerCont... function VULKAN_HPP_INLINE (line 25724) | VULKAN_HPP_INLINE Result Device::registerEventEXT( const DeviceEventIn... function VULKAN_HPP_INLINE (line 25729) | VULKAN_HPP_INLINE ResultValueType::type Device::registerEventEX... function VULKAN_HPP_INLINE (line 25737) | VULKAN_HPP_INLINE Result Device::registerDisplayEventEXT( DisplayKHR d... function VULKAN_HPP_INLINE (line 25742) | VULKAN_HPP_INLINE ResultValueType::type Device::registerDisplay... function VULKAN_HPP_INLINE (line 25750) | VULKAN_HPP_INLINE Result Device::getSwapchainCounterEXT( SwapchainKHR ... function VULKAN_HPP_INLINE (line 25755) | VULKAN_HPP_INLINE ResultValue Device::getSwapchainCounterEXT... function VULKAN_HPP_INLINE (line 25763) | VULKAN_HPP_INLINE void Device::getGroupPeerMemoryFeaturesKHX( uint32_t... function VULKAN_HPP_INLINE (line 25768) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX Device::getGroupPeerMemory... function VULKAN_HPP_INLINE (line 25776) | VULKAN_HPP_INLINE Result Device::bindBufferMemory2KHX( uint32_t bindIn... function VULKAN_HPP_INLINE (line 25781) | VULKAN_HPP_INLINE ResultValueType::type Device::bindBufferMemory... function VULKAN_HPP_INLINE (line 25788) | VULKAN_HPP_INLINE Result Device::bindImageMemory2KHX( uint32_t bindInf... function VULKAN_HPP_INLINE (line 25793) | VULKAN_HPP_INLINE ResultValueType::type Device::bindImageMemory2... function VULKAN_HPP_INLINE (line 25800) | VULKAN_HPP_INLINE Result Device::getGroupPresentCapabilitiesKHX( Devic... function VULKAN_HPP_INLINE (line 25805) | VULKAN_HPP_INLINE ResultValueType::... function VULKAN_HPP_INLINE (line 25813) | VULKAN_HPP_INLINE Result Device::getGroupSurfacePresentModesKHX( Surfa... function VULKAN_HPP_INLINE (line 25818) | VULKAN_HPP_INLINE ResultValueType::typ... function VULKAN_HPP_INLINE (line 25826) | VULKAN_HPP_INLINE Result Device::acquireNextImage2KHX( const AcquireNe... function VULKAN_HPP_INLINE (line 25831) | VULKAN_HPP_INLINE ResultValue Device::acquireNextImage2KHX( ... function VULKAN_HPP_INLINE (line 25839) | VULKAN_HPP_INLINE Result Device::createDescriptorUpdateTemplateKHR( co... function VULKAN_HPP_INLINE (line 25844) | VULKAN_HPP_INLINE ResultValueType::type D... function VULKAN_HPP_INLINE (line 25851) | VULKAN_HPP_INLINE UniqueDescriptorUpdateTemplateKHR Device::createDesc... function VULKAN_HPP_INLINE (line 25859) | VULKAN_HPP_INLINE void Device::destroyDescriptorUpdateTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25864) | VULKAN_HPP_INLINE void Device::destroyDescriptorUpdateTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25870) | VULKAN_HPP_INLINE void Device::updateDescriptorSetWithTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25875) | VULKAN_HPP_INLINE void Device::setHdrMetadataEXT( uint32_t swapchainCo... function VULKAN_HPP_INLINE (line 25880) | VULKAN_HPP_INLINE void Device::setHdrMetadataEXT( ArrayProxy::type De... function VULKAN_HPP_INLINE (line 25920) | VULKAN_HPP_INLINE Result Device::getPastPresentationTimingGOOGLE( Swap... function VULKAN_HPP_INLINE (line 25926) | VULKAN_HPP_INLINE typename ResultValueType allocator = nullp... class PhysicalDevice (line 25945) | class PhysicalDevice method PhysicalDevice (line 25948) | PhysicalDevice() method PhysicalDevice (line 25952) | PhysicalDevice( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 25956) | VULKAN_HPP_TYPESAFE_EXPLICIT PhysicalDevice(VkPhysicalDevice physica... method PhysicalDevice (line 25961) | PhysicalDevice& operator=(VkPhysicalDevice physicalDevice) method PhysicalDevice (line 25968) | PhysicalDevice& operator=( std::nullptr_t ) type wl_display (line 26110) | struct wl_display type wl_display (line 26112) | struct wl_display method VULKAN_HPP_TYPESAFE_EXPLICIT (line 26233) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPhysicalDevice() const class DeviceDeleter (line 26254) | class DeviceDeleter method DeviceDeleter (line 26257) | DeviceDeleter( Optional allocator = nullp... function VULKAN_HPP_INLINE (line 26271) | VULKAN_HPP_INLINE void PhysicalDevice::getProperties( PhysicalDevicePr... function VULKAN_HPP_INLINE (line 26276) | VULKAN_HPP_INLINE PhysicalDeviceProperties PhysicalDevice::getProperti... function VULKAN_HPP_INLINE (line 26284) | VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties( uint3... function VULKAN_HPP_INLINE (line 26290) | VULKAN_HPP_INLINE std::vector Physica... function VULKAN_HPP_INLINE (line 26301) | VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties( PhysicalDe... function VULKAN_HPP_INLINE (line 26306) | VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties PhysicalDevice::getMe... function VULKAN_HPP_INLINE (line 26314) | VULKAN_HPP_INLINE void PhysicalDevice::getFeatures( PhysicalDeviceFeat... function VULKAN_HPP_INLINE (line 26319) | VULKAN_HPP_INLINE PhysicalDeviceFeatures PhysicalDevice::getFeatures()... function VULKAN_HPP_INLINE (line 26327) | VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format for... function VULKAN_HPP_INLINE (line 26332) | VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties... function VULKAN_HPP_INLINE (line 26340) | VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties( For... function VULKAN_HPP_INLINE (line 26345) | VULKAN_HPP_INLINE ResultValueType::type Physica... function VULKAN_HPP_INLINE (line 26353) | VULKAN_HPP_INLINE Result PhysicalDevice::createDevice( const DeviceCre... function VULKAN_HPP_INLINE (line 26358) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::create... function VULKAN_HPP_INLINE (line 26365) | VULKAN_HPP_INLINE UniqueDevice PhysicalDevice::createDeviceUnique( con... function VULKAN_HPP_INLINE (line 26373) | VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceLayerPropertie... function VULKAN_HPP_INLINE (line 26379) | VULKAN_HPP_INLINE typename ResultValueType P... function VULKAN_HPP_INLINE (line 26442) | VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPropertiesKHR( uint... function VULKAN_HPP_INLINE (line 26448) | VULKAN_HPP_INLINE typename ResultValueType::type PhysicalDevice... function VULKAN_HPP_INLINE (line 26559) | VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilitiesKH... function VULKAN_HPP_INLINE (line 26564) | VULKAN_HPP_INLINE ResultValueType::type P... function VULKAN_HPP_INLINE (line 26573) | VULKAN_HPP_INLINE Bool32 PhysicalDevice::getMirPresentationSupportKHR(... function VULKAN_HPP_INLINE (line 26578) | VULKAN_HPP_INLINE Bool32 PhysicalDevice::getMirPresentationSupportKHR(... function VULKAN_HPP_INLINE (line 26585) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceSupportKHR( uint32_... function VULKAN_HPP_INLINE (line 26590) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::getSur... function VULKAN_HPP_INLINE (line 26598) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilitiesKHR( Su... function VULKAN_HPP_INLINE (line 26603) | VULKAN_HPP_INLINE ResultValueType::type Physic... function VULKAN_HPP_INLINE (line 26611) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormatsKHR( Surface... function VULKAN_HPP_INLINE (line 26617) | VULKAN_HPP_INLINE typename ResultValueType::ty... function VULKAN_HPP_INLINE (line 26722) | VULKAN_HPP_INLINE void PhysicalDevice::getGeneratedCommandsPropertiesN... function VULKAN_HPP_INLINE (line 26727) | VULKAN_HPP_INLINE DeviceGeneratedCommandsLimitsNVX PhysicalDevice::get... function VULKAN_HPP_INLINE (line 26735) | VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2KHR( PhysicalDevice... function VULKAN_HPP_INLINE (line 26740) | VULKAN_HPP_INLINE PhysicalDeviceFeatures2KHR PhysicalDevice::getFeatur... function VULKAN_HPP_INLINE (line 26748) | VULKAN_HPP_INLINE void PhysicalDevice::getProperties2KHR( PhysicalDevi... function VULKAN_HPP_INLINE (line 26753) | VULKAN_HPP_INLINE PhysicalDeviceProperties2KHR PhysicalDevice::getProp... function VULKAN_HPP_INLINE (line 26761) | VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2KHR( Format... function VULKAN_HPP_INLINE (line 26766) | VULKAN_HPP_INLINE FormatProperties2KHR PhysicalDevice::getFormatProper... function VULKAN_HPP_INLINE (line 26774) | VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2KHR(... function VULKAN_HPP_INLINE (line 26779) | VULKAN_HPP_INLINE ResultValueType::type Phy... function VULKAN_HPP_INLINE (line 26787) | VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2KHR( u... function VULKAN_HPP_INLINE (line 26793) | VULKAN_HPP_INLINE std::vector Phy... function VULKAN_HPP_INLINE (line 26804) | VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2KHR( Physic... function VULKAN_HPP_INLINE (line 26809) | VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2KHR PhysicalDevice::g... function VULKAN_HPP_INLINE (line 26817) | VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2... function VULKAN_HPP_INLINE (line 26823) | VULKAN_HPP_INLINE std::vector::type PhysicalDevice::releaseD... function VULKAN_HPP_INLINE (line 26874) | VULKAN_HPP_INLINE Result PhysicalDevice::acquireXlibDisplayEXT( Displa... function VULKAN_HPP_INLINE (line 26879) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::acqui... function VULKAN_HPP_INLINE (line 26889) | VULKAN_HPP_INLINE Result PhysicalDevice::getRandROutputDisplayEXT( Dis... function VULKAN_HPP_INLINE (line 26894) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::ge... function VULKAN_HPP_INLINE (line 26903) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2EXT( S... function VULKAN_HPP_INLINE (line 26908) | VULKAN_HPP_INLINE ResultValueType::type Physi... function VULKAN_HPP_INLINE (line 26916) | VULKAN_HPP_INLINE Result PhysicalDevice::getPresentRectanglesKHX( Surf... function VULKAN_HPP_INLINE (line 26922) | VULKAN_HPP_INLINE typename ResultValueType::type Instance::createAn... function VULKAN_HPP_INLINE (line 27466) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createAndroidSurfaceKHRUn... function VULKAN_HPP_INLINE (line 27475) | VULKAN_HPP_INLINE Result Instance::createDisplayPlaneSurfaceKHR( const... function VULKAN_HPP_INLINE (line 27480) | VULKAN_HPP_INLINE ResultValueType::type Instance::createDi... function VULKAN_HPP_INLINE (line 27487) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createDisplayPlaneSurface... function VULKAN_HPP_INLINE (line 27496) | VULKAN_HPP_INLINE Result Instance::createMirSurfaceKHR( const MirSurfa... function VULKAN_HPP_INLINE (line 27501) | VULKAN_HPP_INLINE ResultValueType::type Instance::createMi... function VULKAN_HPP_INLINE (line 27508) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createMirSurfaceKHRUnique... function VULKAN_HPP_INLINE (line 27517) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( SurfaceKHR surface... function VULKAN_HPP_INLINE (line 27522) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( SurfaceKHR surface... function VULKAN_HPP_INLINE (line 27529) | VULKAN_HPP_INLINE Result Instance::createViSurfaceNN( const ViSurfaceC... function VULKAN_HPP_INLINE (line 27534) | VULKAN_HPP_INLINE ResultValueType::type Instance::createVi... function VULKAN_HPP_INLINE (line 27541) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createViSurfaceNNUnique( ... function VULKAN_HPP_INLINE (line 27551) | VULKAN_HPP_INLINE Result Instance::createWaylandSurfaceKHR( const Wayl... function VULKAN_HPP_INLINE (line 27556) | VULKAN_HPP_INLINE ResultValueType::type Instance::createWa... function VULKAN_HPP_INLINE (line 27563) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createWaylandSurfaceKHRUn... function VULKAN_HPP_INLINE (line 27573) | VULKAN_HPP_INLINE Result Instance::createWin32SurfaceKHR( const Win32S... function VULKAN_HPP_INLINE (line 27578) | VULKAN_HPP_INLINE ResultValueType::type Instance::createWi... function VULKAN_HPP_INLINE (line 27585) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createWin32SurfaceKHRUniq... function VULKAN_HPP_INLINE (line 27595) | VULKAN_HPP_INLINE Result Instance::createXlibSurfaceKHR( const XlibSur... function VULKAN_HPP_INLINE (line 27600) | VULKAN_HPP_INLINE ResultValueType::type Instance::createXl... function VULKAN_HPP_INLINE (line 27607) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createXlibSurfaceKHRUniqu... function VULKAN_HPP_INLINE (line 27617) | VULKAN_HPP_INLINE Result Instance::createXcbSurfaceKHR( const XcbSurfa... function VULKAN_HPP_INLINE (line 27622) | VULKAN_HPP_INLINE ResultValueType::type Instance::createXc... function VULKAN_HPP_INLINE (line 27629) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createXcbSurfaceKHRUnique... function VULKAN_HPP_INLINE (line 27638) | VULKAN_HPP_INLINE Result Instance::createDebugReportCallbackEXT( const... function VULKAN_HPP_INLINE (line 27643) | VULKAN_HPP_INLINE ResultValueType::type Instan... function VULKAN_HPP_INLINE (line 27650) | VULKAN_HPP_INLINE UniqueDebugReportCallbackEXT Instance::createDebugRe... function VULKAN_HPP_INLINE (line 27658) | VULKAN_HPP_INLINE void Instance::destroyDebugReportCallbackEXT( DebugR... function VULKAN_HPP_INLINE (line 27663) | VULKAN_HPP_INLINE void Instance::destroyDebugReportCallbackEXT( DebugR... function VULKAN_HPP_INLINE (line 27669) | VULKAN_HPP_INLINE void Instance::debugReportMessageEXT( DebugReportFla... function VULKAN_HPP_INLINE (line 27674) | VULKAN_HPP_INLINE void Instance::debugReportMessageEXT( DebugReportFla... function VULKAN_HPP_INLINE (line 27688) | VULKAN_HPP_INLINE Result Instance::enumeratePhysicalDeviceGroupsKHX( u... function VULKAN_HPP_INLINE (line 27694) | VULKAN_HPP_INLINE typename ResultValueType::type Instance::createIO... function VULKAN_HPP_INLINE (line 27727) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createIOSSurfaceMVKUnique... function VULKAN_HPP_INLINE (line 27737) | VULKAN_HPP_INLINE Result Instance::createMacOSSurfaceMVK( const MacOSS... function VULKAN_HPP_INLINE (line 27742) | VULKAN_HPP_INLINE ResultValueType::type Instance::createMa... function VULKAN_HPP_INLINE (line 27749) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createMacOSSurfaceMVKUniq... type DeviceGroupDeviceCreateInfoKHX (line 27758) | struct DeviceGroupDeviceCreateInfoKHX method DeviceGroupDeviceCreateInfoKHX (line 27760) | DeviceGroupDeviceCreateInfoKHX( uint32_t physicalDeviceCount_ = 0, c... method DeviceGroupDeviceCreateInfoKHX (line 27768) | DeviceGroupDeviceCreateInfoKHX( VkDeviceGroupDeviceCreateInfoKHX con... method DeviceGroupDeviceCreateInfoKHX (line 27773) | DeviceGroupDeviceCreateInfoKHX& operator=( VkDeviceGroupDeviceCreate... method DeviceGroupDeviceCreateInfoKHX (line 27779) | DeviceGroupDeviceCreateInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupDeviceCreateInfoKHX (line 27785) | DeviceGroupDeviceCreateInfoKHX& setPhysicalDeviceCount( uint32_t phy... method DeviceGroupDeviceCreateInfoKHX (line 27791) | DeviceGroupDeviceCreateInfoKHX& setPPhysicalDevices( const PhysicalD... class InstanceDeleter (line 27826) | class InstanceDeleter method InstanceDeleter (line 27842) | InstanceDeleter( Optional allocator = nul... class InstanceDeleter (line 27839) | class InstanceDeleter method InstanceDeleter (line 27842) | InstanceDeleter( Optional allocator = nul... function VULKAN_HPP_INLINE (line 27856) | VULKAN_HPP_INLINE Result createInstance( const InstanceCreateInfo* pCr... function VULKAN_HPP_INLINE (line 27861) | VULKAN_HPP_INLINE ResultValueType::type createInstance( cons... function VULKAN_HPP_INLINE (line 27868) | VULKAN_HPP_INLINE UniqueInstance createInstanceUnique( const InstanceC... function VULKAN_HPP_INLINE (line 27877) | VULKAN_HPP_INLINE std::string to_string(FramebufferCreateFlagBits) function VULKAN_HPP_INLINE (line 27882) | VULKAN_HPP_INLINE std::string to_string(FramebufferCreateFlags) function VULKAN_HPP_INLINE (line 27887) | VULKAN_HPP_INLINE std::string to_string(QueryPoolCreateFlagBits) function VULKAN_HPP_INLINE (line 27892) | VULKAN_HPP_INLINE std::string to_string(QueryPoolCreateFlags) function VULKAN_HPP_INLINE (line 27897) | VULKAN_HPP_INLINE std::string to_string(RenderPassCreateFlagBits) function VULKAN_HPP_INLINE (line 27902) | VULKAN_HPP_INLINE std::string to_string(RenderPassCreateFlags) function VULKAN_HPP_INLINE (line 27907) | VULKAN_HPP_INLINE std::string to_string(SamplerCreateFlagBits) function VULKAN_HPP_INLINE (line 27912) | VULKAN_HPP_INLINE std::string to_string(SamplerCreateFlags) function VULKAN_HPP_INLINE (line 27917) | VULKAN_HPP_INLINE std::string to_string(PipelineLayoutCreateFlagBits) function VULKAN_HPP_INLINE (line 27922) | VULKAN_HPP_INLINE std::string to_string(PipelineLayoutCreateFlags) function VULKAN_HPP_INLINE (line 27927) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheCreateFlagBits) function VULKAN_HPP_INLINE (line 27932) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheCreateFlags) function VULKAN_HPP_INLINE (line 27937) | VULKAN_HPP_INLINE std::string to_string(PipelineDepthStencilStateCreat... function VULKAN_HPP_INLINE (line 27942) | VULKAN_HPP_INLINE std::string to_string(PipelineDepthStencilStateCreat... function VULKAN_HPP_INLINE (line 27947) | VULKAN_HPP_INLINE std::string to_string(PipelineDynamicStateCreateFlag... function VULKAN_HPP_INLINE (line 27952) | VULKAN_HPP_INLINE std::string to_string(PipelineDynamicStateCreateFlags) function VULKAN_HPP_INLINE (line 27957) | VULKAN_HPP_INLINE std::string to_string(PipelineColorBlendStateCreateF... function VULKAN_HPP_INLINE (line 27962) | VULKAN_HPP_INLINE std::string to_string(PipelineColorBlendStateCreateF... function VULKAN_HPP_INLINE (line 27967) | VULKAN_HPP_INLINE std::string to_string(PipelineMultisampleStateCreate... function VULKAN_HPP_INLINE (line 27972) | VULKAN_HPP_INLINE std::string to_string(PipelineMultisampleStateCreate... function VULKAN_HPP_INLINE (line 27977) | VULKAN_HPP_INLINE std::string to_string(PipelineRasterizationStateCrea... function VULKAN_HPP_INLINE (line 27982) | VULKAN_HPP_INLINE std::string to_string(PipelineRasterizationStateCrea... function VULKAN_HPP_INLINE (line 27987) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportStateCreateFla... function VULKAN_HPP_INLINE (line 27992) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportStateCreateFlags) function VULKAN_HPP_INLINE (line 27997) | VULKAN_HPP_INLINE std::string to_string(PipelineTessellationStateCreat... function VULKAN_HPP_INLINE (line 28002) | VULKAN_HPP_INLINE std::string to_string(PipelineTessellationStateCreat... function VULKAN_HPP_INLINE (line 28007) | VULKAN_HPP_INLINE std::string to_string(PipelineInputAssemblyStateCrea... function VULKAN_HPP_INLINE (line 28012) | VULKAN_HPP_INLINE std::string to_string(PipelineInputAssemblyStateCrea... function VULKAN_HPP_INLINE (line 28017) | VULKAN_HPP_INLINE std::string to_string(PipelineVertexInputStateCreate... function VULKAN_HPP_INLINE (line 28022) | VULKAN_HPP_INLINE std::string to_string(PipelineVertexInputStateCreate... function VULKAN_HPP_INLINE (line 28027) | VULKAN_HPP_INLINE std::string to_string(PipelineShaderStageCreateFlagB... function VULKAN_HPP_INLINE (line 28032) | VULKAN_HPP_INLINE std::string to_string(PipelineShaderStageCreateFlags) function VULKAN_HPP_INLINE (line 28037) | VULKAN_HPP_INLINE std::string to_string(BufferViewCreateFlagBits) function VULKAN_HPP_INLINE (line 28042) | VULKAN_HPP_INLINE std::string to_string(BufferViewCreateFlags) function VULKAN_HPP_INLINE (line 28047) | VULKAN_HPP_INLINE std::string to_string(InstanceCreateFlagBits) function VULKAN_HPP_INLINE (line 28052) | VULKAN_HPP_INLINE std::string to_string(InstanceCreateFlags) function VULKAN_HPP_INLINE (line 28057) | VULKAN_HPP_INLINE std::string to_string(DeviceCreateFlagBits) function VULKAN_HPP_INLINE (line 28062) | VULKAN_HPP_INLINE std::string to_string(DeviceCreateFlags) function VULKAN_HPP_INLINE (line 28067) | VULKAN_HPP_INLINE std::string to_string(DeviceQueueCreateFlagBits) function VULKAN_HPP_INLINE (line 28072) | VULKAN_HPP_INLINE std::string to_string(DeviceQueueCreateFlags) function VULKAN_HPP_INLINE (line 28077) | VULKAN_HPP_INLINE std::string to_string(ImageViewCreateFlagBits) function VULKAN_HPP_INLINE (line 28082) | VULKAN_HPP_INLINE std::string to_string(ImageViewCreateFlags) function VULKAN_HPP_INLINE (line 28087) | VULKAN_HPP_INLINE std::string to_string(SemaphoreCreateFlagBits) function VULKAN_HPP_INLINE (line 28092) | VULKAN_HPP_INLINE std::string to_string(SemaphoreCreateFlags) function VULKAN_HPP_INLINE (line 28097) | VULKAN_HPP_INLINE std::string to_string(ShaderModuleCreateFlagBits) function VULKAN_HPP_INLINE (line 28102) | VULKAN_HPP_INLINE std::string to_string(ShaderModuleCreateFlags) function VULKAN_HPP_INLINE (line 28107) | VULKAN_HPP_INLINE std::string to_string(EventCreateFlagBits) function VULKAN_HPP_INLINE (line 28112) | VULKAN_HPP_INLINE std::string to_string(EventCreateFlags) function VULKAN_HPP_INLINE (line 28117) | VULKAN_HPP_INLINE std::string to_string(MemoryMapFlagBits) function VULKAN_HPP_INLINE (line 28122) | VULKAN_HPP_INLINE std::string to_string(MemoryMapFlags) function VULKAN_HPP_INLINE (line 28127) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolResetFlagBits) function VULKAN_HPP_INLINE (line 28132) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolResetFlags) function VULKAN_HPP_INLINE (line 28137) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateCreate... function VULKAN_HPP_INLINE (line 28142) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateCreate... function VULKAN_HPP_INLINE (line 28147) | VULKAN_HPP_INLINE std::string to_string(DisplayModeCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28152) | VULKAN_HPP_INLINE std::string to_string(DisplayModeCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28157) | VULKAN_HPP_INLINE std::string to_string(DisplaySurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28162) | VULKAN_HPP_INLINE std::string to_string(DisplaySurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28168) | VULKAN_HPP_INLINE std::string to_string(AndroidSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28175) | VULKAN_HPP_INLINE std::string to_string(AndroidSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28182) | VULKAN_HPP_INLINE std::string to_string(MirSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28189) | VULKAN_HPP_INLINE std::string to_string(MirSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28196) | VULKAN_HPP_INLINE std::string to_string(ViSurfaceCreateFlagBitsNN) function VULKAN_HPP_INLINE (line 28203) | VULKAN_HPP_INLINE std::string to_string(ViSurfaceCreateFlagsNN) function VULKAN_HPP_INLINE (line 28210) | VULKAN_HPP_INLINE std::string to_string(WaylandSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28217) | VULKAN_HPP_INLINE std::string to_string(WaylandSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28224) | VULKAN_HPP_INLINE std::string to_string(Win32SurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28231) | VULKAN_HPP_INLINE std::string to_string(Win32SurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28238) | VULKAN_HPP_INLINE std::string to_string(XlibSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28245) | VULKAN_HPP_INLINE std::string to_string(XlibSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28252) | VULKAN_HPP_INLINE std::string to_string(XcbSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28259) | VULKAN_HPP_INLINE std::string to_string(XcbSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28266) | VULKAN_HPP_INLINE std::string to_string(IOSSurfaceCreateFlagBitsMVK) function VULKAN_HPP_INLINE (line 28273) | VULKAN_HPP_INLINE std::string to_string(IOSSurfaceCreateFlagsMVK) function VULKAN_HPP_INLINE (line 28280) | VULKAN_HPP_INLINE std::string to_string(MacOSSurfaceCreateFlagBitsMVK) function VULKAN_HPP_INLINE (line 28287) | VULKAN_HPP_INLINE std::string to_string(MacOSSurfaceCreateFlagsMVK) function VULKAN_HPP_INLINE (line 28293) | VULKAN_HPP_INLINE std::string to_string(CommandPoolTrimFlagBitsKHR) function VULKAN_HPP_INLINE (line 28298) | VULKAN_HPP_INLINE std::string to_string(CommandPoolTrimFlagsKHR) function VULKAN_HPP_INLINE (line 28303) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportSwizzleStateCr... function VULKAN_HPP_INLINE (line 28308) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportSwizzleStateCr... function VULKAN_HPP_INLINE (line 28313) | VULKAN_HPP_INLINE std::string to_string(PipelineDiscardRectangleStateC... function VULKAN_HPP_INLINE (line 28318) | VULKAN_HPP_INLINE std::string to_string(PipelineDiscardRectangleStateC... function VULKAN_HPP_INLINE (line 28323) | VULKAN_HPP_INLINE std::string to_string(ImageLayout value) function VULKAN_HPP_INLINE (line 28342) | VULKAN_HPP_INLINE std::string to_string(AttachmentLoadOp value) function VULKAN_HPP_INLINE (line 28353) | VULKAN_HPP_INLINE std::string to_string(AttachmentStoreOp value) function VULKAN_HPP_INLINE (line 28363) | VULKAN_HPP_INLINE std::string to_string(ImageType value) function VULKAN_HPP_INLINE (line 28374) | VULKAN_HPP_INLINE std::string to_string(ImageTiling value) function VULKAN_HPP_INLINE (line 28384) | VULKAN_HPP_INLINE std::string to_string(ImageViewType value) function VULKAN_HPP_INLINE (line 28399) | VULKAN_HPP_INLINE std::string to_string(CommandBufferLevel value) function VULKAN_HPP_INLINE (line 28409) | VULKAN_HPP_INLINE std::string to_string(ComponentSwizzle value) function VULKAN_HPP_INLINE (line 28424) | VULKAN_HPP_INLINE std::string to_string(DescriptorType value) function VULKAN_HPP_INLINE (line 28443) | VULKAN_HPP_INLINE std::string to_string(QueryType value) function VULKAN_HPP_INLINE (line 28454) | VULKAN_HPP_INLINE std::string to_string(BorderColor value) function VULKAN_HPP_INLINE (line 28468) | VULKAN_HPP_INLINE std::string to_string(PipelineBindPoint value) function VULKAN_HPP_INLINE (line 28478) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheHeaderVersion value) function VULKAN_HPP_INLINE (line 28487) | VULKAN_HPP_INLINE std::string to_string(PrimitiveTopology value) function VULKAN_HPP_INLINE (line 28506) | VULKAN_HPP_INLINE std::string to_string(SharingMode value) function VULKAN_HPP_INLINE (line 28516) | VULKAN_HPP_INLINE std::string to_string(IndexType value) function VULKAN_HPP_INLINE (line 28526) | VULKAN_HPP_INLINE std::string to_string(Filter value) function VULKAN_HPP_INLINE (line 28537) | VULKAN_HPP_INLINE std::string to_string(SamplerMipmapMode value) function VULKAN_HPP_INLINE (line 28547) | VULKAN_HPP_INLINE std::string to_string(SamplerAddressMode value) function VULKAN_HPP_INLINE (line 28560) | VULKAN_HPP_INLINE std::string to_string(CompareOp value) function VULKAN_HPP_INLINE (line 28576) | VULKAN_HPP_INLINE std::string to_string(PolygonMode value) function VULKAN_HPP_INLINE (line 28587) | VULKAN_HPP_INLINE std::string to_string(CullModeFlagBits value) function VULKAN_HPP_INLINE (line 28599) | VULKAN_HPP_INLINE std::string to_string(CullModeFlags value) function VULKAN_HPP_INLINE (line 28610) | VULKAN_HPP_INLINE std::string to_string(FrontFace value) function VULKAN_HPP_INLINE (line 28620) | VULKAN_HPP_INLINE std::string to_string(BlendFactor value) function VULKAN_HPP_INLINE (line 28647) | VULKAN_HPP_INLINE std::string to_string(BlendOp value) function VULKAN_HPP_INLINE (line 28660) | VULKAN_HPP_INLINE std::string to_string(StencilOp value) function VULKAN_HPP_INLINE (line 28676) | VULKAN_HPP_INLINE std::string to_string(LogicOp value) function VULKAN_HPP_INLINE (line 28700) | VULKAN_HPP_INLINE std::string to_string(InternalAllocationType value) function VULKAN_HPP_INLINE (line 28709) | VULKAN_HPP_INLINE std::string to_string(SystemAllocationScope value) function VULKAN_HPP_INLINE (line 28722) | VULKAN_HPP_INLINE std::string to_string(PhysicalDeviceType value) function VULKAN_HPP_INLINE (line 28735) | VULKAN_HPP_INLINE std::string to_string(VertexInputRate value) function VULKAN_HPP_INLINE (line 28745) | VULKAN_HPP_INLINE std::string to_string(Format value) function VULKAN_HPP_INLINE (line 28946) | VULKAN_HPP_INLINE std::string to_string(StructureType value) function VULKAN_HPP_INLINE (line 29104) | VULKAN_HPP_INLINE std::string to_string(SubpassContents value) function VULKAN_HPP_INLINE (line 29114) | VULKAN_HPP_INLINE std::string to_string(DynamicState value) function VULKAN_HPP_INLINE (line 29133) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateTypeKH... function VULKAN_HPP_INLINE (line 29143) | VULKAN_HPP_INLINE std::string to_string(ObjectType value) function VULKAN_HPP_INLINE (line 29185) | VULKAN_HPP_INLINE std::string to_string(QueueFlagBits value) function VULKAN_HPP_INLINE (line 29197) | VULKAN_HPP_INLINE std::string to_string(QueueFlags value) function VULKAN_HPP_INLINE (line 29208) | VULKAN_HPP_INLINE std::string to_string(MemoryPropertyFlagBits value) function VULKAN_HPP_INLINE (line 29221) | VULKAN_HPP_INLINE std::string to_string(MemoryPropertyFlags value) function VULKAN_HPP_INLINE (line 29233) | VULKAN_HPP_INLINE std::string to_string(MemoryHeapFlagBits value) function VULKAN_HPP_INLINE (line 29243) | VULKAN_HPP_INLINE std::string to_string(MemoryHeapFlags value) function VULKAN_HPP_INLINE (line 29252) | VULKAN_HPP_INLINE std::string to_string(AccessFlagBits value) function VULKAN_HPP_INLINE (line 29279) | VULKAN_HPP_INLINE std::string to_string(AccessFlags value) function VULKAN_HPP_INLINE (line 29305) | VULKAN_HPP_INLINE std::string to_string(BufferUsageFlagBits value) function VULKAN_HPP_INLINE (line 29322) | VULKAN_HPP_INLINE std::string to_string(BufferUsageFlags value) function VULKAN_HPP_INLINE (line 29338) | VULKAN_HPP_INLINE std::string to_string(BufferCreateFlagBits value) function VULKAN_HPP_INLINE (line 29349) | VULKAN_HPP_INLINE std::string to_string(BufferCreateFlags value) function VULKAN_HPP_INLINE (line 29359) | VULKAN_HPP_INLINE std::string to_string(ShaderStageFlagBits value) function VULKAN_HPP_INLINE (line 29375) | VULKAN_HPP_INLINE std::string to_string(ShaderStageFlags value) function VULKAN_HPP_INLINE (line 29390) | VULKAN_HPP_INLINE std::string to_string(ImageUsageFlagBits value) function VULKAN_HPP_INLINE (line 29406) | VULKAN_HPP_INLINE std::string to_string(ImageUsageFlags value) function VULKAN_HPP_INLINE (line 29421) | VULKAN_HPP_INLINE std::string to_string(ImageCreateFlagBits value) function VULKAN_HPP_INLINE (line 29436) | VULKAN_HPP_INLINE std::string to_string(ImageCreateFlags value) function VULKAN_HPP_INLINE (line 29450) | VULKAN_HPP_INLINE std::string to_string(PipelineCreateFlagBits value) function VULKAN_HPP_INLINE (line 29463) | VULKAN_HPP_INLINE std::string to_string(PipelineCreateFlags value) function VULKAN_HPP_INLINE (line 29475) | VULKAN_HPP_INLINE std::string to_string(ColorComponentFlagBits value) function VULKAN_HPP_INLINE (line 29487) | VULKAN_HPP_INLINE std::string to_string(ColorComponentFlags value) function VULKAN_HPP_INLINE (line 29498) | VULKAN_HPP_INLINE std::string to_string(FenceCreateFlagBits value) function VULKAN_HPP_INLINE (line 29507) | VULKAN_HPP_INLINE std::string to_string(FenceCreateFlags value) function VULKAN_HPP_INLINE (line 29515) | VULKAN_HPP_INLINE std::string to_string(FormatFeatureFlagBits value) function VULKAN_HPP_INLINE (line 29539) | VULKAN_HPP_INLINE std::string to_string(FormatFeatureFlags value) function VULKAN_HPP_INLINE (line 29562) | VULKAN_HPP_INLINE std::string to_string(QueryControlFlagBits value) function VULKAN_HPP_INLINE (line 29571) | VULKAN_HPP_INLINE std::string to_string(QueryControlFlags value) function VULKAN_HPP_INLINE (line 29579) | VULKAN_HPP_INLINE std::string to_string(QueryResultFlagBits value) function VULKAN_HPP_INLINE (line 29591) | VULKAN_HPP_INLINE std::string to_string(QueryResultFlags value) function VULKAN_HPP_INLINE (line 29602) | VULKAN_HPP_INLINE std::string to_string(CommandBufferUsageFlagBits value) function VULKAN_HPP_INLINE (line 29613) | VULKAN_HPP_INLINE std::string to_string(CommandBufferUsageFlags value) function VULKAN_HPP_INLINE (line 29623) | VULKAN_HPP_INLINE std::string to_string(QueryPipelineStatisticFlagBits... function VULKAN_HPP_INLINE (line 29642) | VULKAN_HPP_INLINE std::string to_string(QueryPipelineStatisticFlags va... function VULKAN_HPP_INLINE (line 29660) | VULKAN_HPP_INLINE std::string to_string(ImageAspectFlagBits value) function VULKAN_HPP_INLINE (line 29672) | VULKAN_HPP_INLINE std::string to_string(ImageAspectFlags value) function VULKAN_HPP_INLINE (line 29683) | VULKAN_HPP_INLINE std::string to_string(SparseImageFormatFlagBits value) function VULKAN_HPP_INLINE (line 29694) | VULKAN_HPP_INLINE std::string to_string(SparseImageFormatFlags value) function VULKAN_HPP_INLINE (line 29704) | VULKAN_HPP_INLINE std::string to_string(SparseMemoryBindFlagBits value) function VULKAN_HPP_INLINE (line 29713) | VULKAN_HPP_INLINE std::string to_string(SparseMemoryBindFlags value) function VULKAN_HPP_INLINE (line 29721) | VULKAN_HPP_INLINE std::string to_string(PipelineStageFlagBits value) function VULKAN_HPP_INLINE (line 29747) | VULKAN_HPP_INLINE std::string to_string(PipelineStageFlags value) function VULKAN_HPP_INLINE (line 29772) | VULKAN_HPP_INLINE std::string to_string(CommandPoolCreateFlagBits value) function VULKAN_HPP_INLINE (line 29782) | VULKAN_HPP_INLINE std::string to_string(CommandPoolCreateFlags value) function VULKAN_HPP_INLINE (line 29791) | VULKAN_HPP_INLINE std::string to_string(CommandPoolResetFlagBits value) function VULKAN_HPP_INLINE (line 29800) | VULKAN_HPP_INLINE std::string to_string(CommandPoolResetFlags value) function VULKAN_HPP_INLINE (line 29808) | VULKAN_HPP_INLINE std::string to_string(CommandBufferResetFlagBits value) function VULKAN_HPP_INLINE (line 29817) | VULKAN_HPP_INLINE std::string to_string(CommandBufferResetFlags value) function VULKAN_HPP_INLINE (line 29825) | VULKAN_HPP_INLINE std::string to_string(SampleCountFlagBits value) function VULKAN_HPP_INLINE (line 29840) | VULKAN_HPP_INLINE std::string to_string(SampleCountFlags value) function VULKAN_HPP_INLINE (line 29854) | VULKAN_HPP_INLINE std::string to_string(AttachmentDescriptionFlagBits ... function VULKAN_HPP_INLINE (line 29863) | VULKAN_HPP_INLINE std::string to_string(AttachmentDescriptionFlags value) function VULKAN_HPP_INLINE (line 29871) | VULKAN_HPP_INLINE std::string to_string(StencilFaceFlagBits value) function VULKAN_HPP_INLINE (line 29882) | VULKAN_HPP_INLINE std::string to_string(StencilFaceFlags value) function VULKAN_HPP_INLINE (line 29892) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolCreateFlagBits v... function VULKAN_HPP_INLINE (line 29901) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolCreateFlags value) function VULKAN_HPP_INLINE (line 29909) | VULKAN_HPP_INLINE std::string to_string(DependencyFlagBits value) function VULKAN_HPP_INLINE (line 29920) | VULKAN_HPP_INLINE std::string to_string(DependencyFlags value) function VULKAN_HPP_INLINE (line 29930) | VULKAN_HPP_INLINE std::string to_string(PresentModeKHR value) function VULKAN_HPP_INLINE (line 29944) | VULKAN_HPP_INLINE std::string to_string(ColorSpaceKHR value) function VULKAN_HPP_INLINE (line 29966) | VULKAN_HPP_INLINE std::string to_string(DisplayPlaneAlphaFlagBitsKHR v... function VULKAN_HPP_INLINE (line 29978) | VULKAN_HPP_INLINE std::string to_string(DisplayPlaneAlphaFlagsKHR value) function VULKAN_HPP_INLINE (line 29989) | VULKAN_HPP_INLINE std::string to_string(CompositeAlphaFlagBitsKHR value) function VULKAN_HPP_INLINE (line 30001) | VULKAN_HPP_INLINE std::string to_string(CompositeAlphaFlagsKHR value) function VULKAN_HPP_INLINE (line 30012) | VULKAN_HPP_INLINE std::string to_string(SurfaceTransformFlagBitsKHR va... function VULKAN_HPP_INLINE (line 30029) | VULKAN_HPP_INLINE std::string to_string(SurfaceTransformFlagsKHR value) function VULKAN_HPP_INLINE (line 30045) | VULKAN_HPP_INLINE std::string to_string(DebugReportFlagBitsEXT value) function VULKAN_HPP_INLINE (line 30058) | VULKAN_HPP_INLINE std::string to_string(DebugReportFlagsEXT value) function VULKAN_HPP_INLINE (line 30070) | VULKAN_HPP_INLINE std::string to_string(DebugReportObjectTypeEXT value) function VULKAN_HPP_INLINE (line 30112) | VULKAN_HPP_INLINE std::string to_string(DebugReportErrorEXT value) function VULKAN_HPP_INLINE (line 30122) | VULKAN_HPP_INLINE std::string to_string(RasterizationOrderAMD value) function VULKAN_HPP_INLINE (line 30132) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagBi... function VULKAN_HPP_INLINE (line 30144) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagsN... function VULKAN_HPP_INLINE (line 30155) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagBitsN... function VULKAN_HPP_INLINE (line 30166) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagsNV v... function VULKAN_HPP_INLINE (line 30176) | VULKAN_HPP_INLINE std::string to_string(ValidationCheckEXT value) function VULKAN_HPP_INLINE (line 30185) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsLayoutUsageFla... function VULKAN_HPP_INLINE (line 30197) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsLayoutUsageFla... function VULKAN_HPP_INLINE (line 30208) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryUsageFlagBitsNVX va... function VULKAN_HPP_INLINE (line 30218) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryUsageFlagsNVX value) function VULKAN_HPP_INLINE (line 30227) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsTokenTypeNVX v... function VULKAN_HPP_INLINE (line 30243) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryTypeNVX value) function VULKAN_HPP_INLINE (line 30256) | VULKAN_HPP_INLINE std::string to_string(DescriptorSetLayoutCreateFlagB... function VULKAN_HPP_INLINE (line 30265) | VULKAN_HPP_INLINE std::string to_string(DescriptorSetLayoutCreateFlags... function VULKAN_HPP_INLINE (line 30273) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagBi... function VULKAN_HPP_INLINE (line 30288) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagsK... function VULKAN_HPP_INLINE (line 30302) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagBitsK... function VULKAN_HPP_INLINE (line 30313) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagsKHX ... function VULKAN_HPP_INLINE (line 30323) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreHandleTypeFla... function VULKAN_HPP_INLINE (line 30336) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreHandleTypeFla... function VULKAN_HPP_INLINE (line 30348) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreFeatureFlagBi... function VULKAN_HPP_INLINE (line 30358) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreFeatureFlagsK... function VULKAN_HPP_INLINE (line 30367) | VULKAN_HPP_INLINE std::string to_string(SurfaceCounterFlagBitsEXT value) function VULKAN_HPP_INLINE (line 30376) | VULKAN_HPP_INLINE std::string to_string(SurfaceCounterFlagsEXT value) function VULKAN_HPP_INLINE (line 30384) | VULKAN_HPP_INLINE std::string to_string(DisplayPowerStateEXT value) function VULKAN_HPP_INLINE (line 30395) | VULKAN_HPP_INLINE std::string to_string(DeviceEventTypeEXT value) function VULKAN_HPP_INLINE (line 30404) | VULKAN_HPP_INLINE std::string to_string(DisplayEventTypeEXT value) function VULKAN_HPP_INLINE (line 30413) | VULKAN_HPP_INLINE std::string to_string(PeerMemoryFeatureFlagBitsKHX v... function VULKAN_HPP_INLINE (line 30425) | VULKAN_HPP_INLINE std::string to_string(PeerMemoryFeatureFlagsKHX value) function VULKAN_HPP_INLINE (line 30436) | VULKAN_HPP_INLINE std::string to_string(MemoryAllocateFlagBitsKHX value) function VULKAN_HPP_INLINE (line 30445) | VULKAN_HPP_INLINE std::string to_string(MemoryAllocateFlagsKHX value) function VULKAN_HPP_INLINE (line 30453) | VULKAN_HPP_INLINE std::string to_string(DeviceGroupPresentModeFlagBits... function VULKAN_HPP_INLINE (line 30465) | VULKAN_HPP_INLINE std::string to_string(DeviceGroupPresentModeFlagsKHX... function VULKAN_HPP_INLINE (line 30476) | VULKAN_HPP_INLINE std::string to_string(SwapchainCreateFlagBitsKHR value) function VULKAN_HPP_INLINE (line 30485) | VULKAN_HPP_INLINE std::string to_string(SwapchainCreateFlagsKHR value) function VULKAN_HPP_INLINE (line 30493) | VULKAN_HPP_INLINE std::string to_string(ViewportCoordinateSwizzleNV va... function VULKAN_HPP_INLINE (line 30509) | VULKAN_HPP_INLINE std::string to_string(DiscardRectangleModeEXT value) function VULKAN_HPP_INLINE (line 30519) | VULKAN_HPP_INLINE std::string to_string(SubpassDescriptionFlagBits value) function VULKAN_HPP_INLINE (line 30529) | VULKAN_HPP_INLINE std::string to_string(SubpassDescriptionFlags value) type std (line 536) | namespace std type is_error_code_enum (line 539) | struct is_error_code_enum : public true_type type vk (line 543) | namespace vk type FlagTraits (line 96) | struct FlagTraits class Flags (line 102) | class Flags method Flags (line 105) | Flags() method Flags (line 110) | Flags(BitType bit) method Flags (line 115) | Flags(Flags const& rhs) class Optional (line 221) | class Optional method Optional (line 224) | Optional(RefType & reference) { m_ptr = &reference; } method Optional (line 225) | Optional(RefType * ptr) { m_ptr = ptr; } method Optional (line 226) | Optional(std::nullptr_t) { m_ptr = nullptr; } method RefType (line 229) | RefType const* operator->() const { return m_ptr; } class ArrayProxy (line 238) | class ArrayProxy method ArrayProxy (line 241) | ArrayProxy(std::nullptr_t) method ArrayProxy (line 246) | ArrayProxy(T & ptr) method ArrayProxy (line 251) | ArrayProxy(uint32_t count, T * ptr) method ArrayProxy (line 257) | ArrayProxy(std::array::type, N> & data) method ArrayProxy (line 263) | ArrayProxy(std::array::type, N> const&... method ArrayProxy (line 269) | ArrayProxy(std::vector::type, Allocato... method ArrayProxy (line 275) | ArrayProxy(std::vector::type, Allocato... method ArrayProxy (line 280) | ArrayProxy(std::initializer_list const& data) method T (line 285) | const T * begin() const method T (line 290) | const T * end() const method T (line 295) | const T & front() const method T (line 301) | const T & back() const method empty (line 307) | bool empty() const method size (line 312) | uint32_t size() const method T (line 317) | T * data() const class UniqueHandle (line 335) | class UniqueHandle method UniqueHandle (line 338) | explicit UniqueHandle( Type const& value = Type(), Deleter const& de... method UniqueHandle (line 343) | UniqueHandle( UniqueHandle const& ) = delete; method UniqueHandle (line 345) | UniqueHandle( UniqueHandle && other ) method UniqueHandle (line 355) | UniqueHandle & operator=( UniqueHandle const& ) = delete; method UniqueHandle (line 357) | UniqueHandle & operator=( UniqueHandle && other ) method Type (line 369) | Type const* operator->() const method Type (line 374) | Type const& operator*() const method Type (line 379) | Type get() const method Deleter (line 384) | Deleter & getDeleter() method Deleter (line 389) | Deleter const& getDeleter() const method reset (line 394) | void reset( Type const& value = Type() ) method Type (line 403) | Type release() method swap (line 410) | void swap( UniqueHandle & rhs ) method destroy (line 417) | void destroy() function VULKAN_HPP_INLINE (line 431) | VULKAN_HPP_INLINE void swap( UniqueHandle & lhs, UniqueH... type Result (line 437) | enum class Result function VULKAN_HPP_INLINE (line 468) | VULKAN_HPP_INLINE std::string to_string(Result value) class ErrorCategoryImpl (line 507) | class ErrorCategoryImpl : public std::error_category method message (line 511) | virtual std::string message(int ev) const override { return to_strin... function VULKAN_HPP_INLINE (line 518) | VULKAN_HPP_INLINE const std::error_category& errorCategory() function VULKAN_HPP_INLINE (line 524) | VULKAN_HPP_INLINE std::error_code make_error_code(Result e) function VULKAN_HPP_INLINE (line 529) | VULKAN_HPP_INLINE std::error_condition make_error_condition(Result e) type ResultValue (line 546) | struct ResultValue method ResultValue (line 548) | ResultValue( Result r, T & v ) type ResultValueType (line 560) | struct ResultValueType type ResultValueType (line 569) | struct ResultValueType function VULKAN_HPP_INLINE (line 578) | VULKAN_HPP_INLINE ResultValueType::type createResultValue( Resul... function VULKAN_HPP_INLINE (line 592) | VULKAN_HPP_INLINE typename ResultValueType::type createResultValue(... function VULKAN_HPP_INLINE (line 606) | VULKAN_HPP_INLINE Result createResultValue( Result result, char const ... function VULKAN_HPP_INLINE (line 620) | VULKAN_HPP_INLINE ResultValue createResultValue( Result result, T &... type FramebufferCreateFlagBits (line 639) | enum class FramebufferCreateFlagBits function VULKAN_HPP_INLINE (line 645) | VULKAN_HPP_INLINE FramebufferCreateFlags operator|( FramebufferCreateF... type QueryPoolCreateFlagBits (line 650) | enum class QueryPoolCreateFlagBits function VULKAN_HPP_INLINE (line 656) | VULKAN_HPP_INLINE QueryPoolCreateFlags operator|( QueryPoolCreateFlagB... type RenderPassCreateFlagBits (line 661) | enum class RenderPassCreateFlagBits function VULKAN_HPP_INLINE (line 667) | VULKAN_HPP_INLINE RenderPassCreateFlags operator|( RenderPassCreateFla... type SamplerCreateFlagBits (line 672) | enum class SamplerCreateFlagBits function VULKAN_HPP_INLINE (line 678) | VULKAN_HPP_INLINE SamplerCreateFlags operator|( SamplerCreateFlagBits ... type PipelineLayoutCreateFlagBits (line 683) | enum class PipelineLayoutCreateFlagBits function VULKAN_HPP_INLINE (line 689) | VULKAN_HPP_INLINE PipelineLayoutCreateFlags operator|( PipelineLayoutC... type PipelineCacheCreateFlagBits (line 694) | enum class PipelineCacheCreateFlagBits function VULKAN_HPP_INLINE (line 700) | VULKAN_HPP_INLINE PipelineCacheCreateFlags operator|( PipelineCacheCre... type PipelineDepthStencilStateCreateFlagBits (line 705) | enum class PipelineDepthStencilStateCreateFlagBits function VULKAN_HPP_INLINE (line 711) | VULKAN_HPP_INLINE PipelineDepthStencilStateCreateFlags operator|( Pipe... type PipelineDynamicStateCreateFlagBits (line 716) | enum class PipelineDynamicStateCreateFlagBits function VULKAN_HPP_INLINE (line 722) | VULKAN_HPP_INLINE PipelineDynamicStateCreateFlags operator|( PipelineD... type PipelineColorBlendStateCreateFlagBits (line 727) | enum class PipelineColorBlendStateCreateFlagBits function VULKAN_HPP_INLINE (line 733) | VULKAN_HPP_INLINE PipelineColorBlendStateCreateFlags operator|( Pipeli... type PipelineMultisampleStateCreateFlagBits (line 738) | enum class PipelineMultisampleStateCreateFlagBits function VULKAN_HPP_INLINE (line 744) | VULKAN_HPP_INLINE PipelineMultisampleStateCreateFlags operator|( Pipel... type PipelineRasterizationStateCreateFlagBits (line 749) | enum class PipelineRasterizationStateCreateFlagBits function VULKAN_HPP_INLINE (line 755) | VULKAN_HPP_INLINE PipelineRasterizationStateCreateFlags operator|( Pip... type PipelineViewportStateCreateFlagBits (line 760) | enum class PipelineViewportStateCreateFlagBits function VULKAN_HPP_INLINE (line 766) | VULKAN_HPP_INLINE PipelineViewportStateCreateFlags operator|( Pipeline... type PipelineTessellationStateCreateFlagBits (line 771) | enum class PipelineTessellationStateCreateFlagBits function VULKAN_HPP_INLINE (line 777) | VULKAN_HPP_INLINE PipelineTessellationStateCreateFlags operator|( Pipe... type PipelineInputAssemblyStateCreateFlagBits (line 782) | enum class PipelineInputAssemblyStateCreateFlagBits function VULKAN_HPP_INLINE (line 788) | VULKAN_HPP_INLINE PipelineInputAssemblyStateCreateFlags operator|( Pip... type PipelineVertexInputStateCreateFlagBits (line 793) | enum class PipelineVertexInputStateCreateFlagBits function VULKAN_HPP_INLINE (line 799) | VULKAN_HPP_INLINE PipelineVertexInputStateCreateFlags operator|( Pipel... type PipelineShaderStageCreateFlagBits (line 804) | enum class PipelineShaderStageCreateFlagBits function VULKAN_HPP_INLINE (line 810) | VULKAN_HPP_INLINE PipelineShaderStageCreateFlags operator|( PipelineSh... type BufferViewCreateFlagBits (line 815) | enum class BufferViewCreateFlagBits function VULKAN_HPP_INLINE (line 821) | VULKAN_HPP_INLINE BufferViewCreateFlags operator|( BufferViewCreateFla... type InstanceCreateFlagBits (line 826) | enum class InstanceCreateFlagBits function VULKAN_HPP_INLINE (line 832) | VULKAN_HPP_INLINE InstanceCreateFlags operator|( InstanceCreateFlagBit... type DeviceCreateFlagBits (line 837) | enum class DeviceCreateFlagBits function VULKAN_HPP_INLINE (line 843) | VULKAN_HPP_INLINE DeviceCreateFlags operator|( DeviceCreateFlagBits bi... type DeviceQueueCreateFlagBits (line 848) | enum class DeviceQueueCreateFlagBits function VULKAN_HPP_INLINE (line 854) | VULKAN_HPP_INLINE DeviceQueueCreateFlags operator|( DeviceQueueCreateF... type ImageViewCreateFlagBits (line 859) | enum class ImageViewCreateFlagBits function VULKAN_HPP_INLINE (line 865) | VULKAN_HPP_INLINE ImageViewCreateFlags operator|( ImageViewCreateFlagB... type SemaphoreCreateFlagBits (line 870) | enum class SemaphoreCreateFlagBits function VULKAN_HPP_INLINE (line 876) | VULKAN_HPP_INLINE SemaphoreCreateFlags operator|( SemaphoreCreateFlagB... type ShaderModuleCreateFlagBits (line 881) | enum class ShaderModuleCreateFlagBits function VULKAN_HPP_INLINE (line 887) | VULKAN_HPP_INLINE ShaderModuleCreateFlags operator|( ShaderModuleCreat... type EventCreateFlagBits (line 892) | enum class EventCreateFlagBits function VULKAN_HPP_INLINE (line 898) | VULKAN_HPP_INLINE EventCreateFlags operator|( EventCreateFlagBits bit0... type MemoryMapFlagBits (line 903) | enum class MemoryMapFlagBits function VULKAN_HPP_INLINE (line 909) | VULKAN_HPP_INLINE MemoryMapFlags operator|( MemoryMapFlagBits bit0, Me... type DescriptorPoolResetFlagBits (line 914) | enum class DescriptorPoolResetFlagBits function VULKAN_HPP_INLINE (line 920) | VULKAN_HPP_INLINE DescriptorPoolResetFlags operator|( DescriptorPoolRe... type DescriptorUpdateTemplateCreateFlagBitsKHR (line 925) | enum class DescriptorUpdateTemplateCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 931) | VULKAN_HPP_INLINE DescriptorUpdateTemplateCreateFlagsKHR operator|( De... type DisplayModeCreateFlagBitsKHR (line 936) | enum class DisplayModeCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 942) | VULKAN_HPP_INLINE DisplayModeCreateFlagsKHR operator|( DisplayModeCrea... type DisplaySurfaceCreateFlagBitsKHR (line 947) | enum class DisplaySurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 953) | VULKAN_HPP_INLINE DisplaySurfaceCreateFlagsKHR operator|( DisplaySurfa... type AndroidSurfaceCreateFlagBitsKHR (line 959) | enum class AndroidSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 967) | VULKAN_HPP_INLINE AndroidSurfaceCreateFlagsKHR operator|( AndroidSurfa... type MirSurfaceCreateFlagBitsKHR (line 974) | enum class MirSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 982) | VULKAN_HPP_INLINE MirSurfaceCreateFlagsKHR operator|( MirSurfaceCreate... type ViSurfaceCreateFlagBitsNN (line 989) | enum class ViSurfaceCreateFlagBitsNN function VULKAN_HPP_INLINE (line 997) | VULKAN_HPP_INLINE ViSurfaceCreateFlagsNN operator|( ViSurfaceCreateFla... type WaylandSurfaceCreateFlagBitsKHR (line 1004) | enum class WaylandSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1012) | VULKAN_HPP_INLINE WaylandSurfaceCreateFlagsKHR operator|( WaylandSurfa... type Win32SurfaceCreateFlagBitsKHR (line 1019) | enum class Win32SurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1027) | VULKAN_HPP_INLINE Win32SurfaceCreateFlagsKHR operator|( Win32SurfaceCr... type XlibSurfaceCreateFlagBitsKHR (line 1034) | enum class XlibSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1042) | VULKAN_HPP_INLINE XlibSurfaceCreateFlagsKHR operator|( XlibSurfaceCrea... type XcbSurfaceCreateFlagBitsKHR (line 1049) | enum class XcbSurfaceCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 1057) | VULKAN_HPP_INLINE XcbSurfaceCreateFlagsKHR operator|( XcbSurfaceCreate... type IOSSurfaceCreateFlagBitsMVK (line 1064) | enum class IOSSurfaceCreateFlagBitsMVK function VULKAN_HPP_INLINE (line 1072) | VULKAN_HPP_INLINE IOSSurfaceCreateFlagsMVK operator|( IOSSurfaceCreate... type MacOSSurfaceCreateFlagBitsMVK (line 1079) | enum class MacOSSurfaceCreateFlagBitsMVK function VULKAN_HPP_INLINE (line 1087) | VULKAN_HPP_INLINE MacOSSurfaceCreateFlagsMVK operator|( MacOSSurfaceCr... type CommandPoolTrimFlagBitsKHR (line 1093) | enum class CommandPoolTrimFlagBitsKHR function VULKAN_HPP_INLINE (line 1099) | VULKAN_HPP_INLINE CommandPoolTrimFlagsKHR operator|( CommandPoolTrimFl... type PipelineViewportSwizzleStateCreateFlagBitsNV (line 1104) | enum class PipelineViewportSwizzleStateCreateFlagBitsNV function VULKAN_HPP_INLINE (line 1110) | VULKAN_HPP_INLINE PipelineViewportSwizzleStateCreateFlagsNV operator|(... type PipelineDiscardRectangleStateCreateFlagBitsEXT (line 1115) | enum class PipelineDiscardRectangleStateCreateFlagBitsEXT function VULKAN_HPP_INLINE (line 1121) | VULKAN_HPP_INLINE PipelineDiscardRectangleStateCreateFlagsEXT operator... class DeviceMemory (line 1126) | class DeviceMemory method DeviceMemory (line 1129) | DeviceMemory() method DeviceMemory (line 1133) | DeviceMemory( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1137) | VULKAN_HPP_TYPESAFE_EXPLICIT DeviceMemory(VkDeviceMemory deviceMemory) method DeviceMemory (line 1142) | DeviceMemory& operator=(VkDeviceMemory deviceMemory) method DeviceMemory (line 1149) | DeviceMemory& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1170) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDeviceMemory() const class CommandPool (line 1190) | class CommandPool method CommandPool (line 1193) | CommandPool() method CommandPool (line 1197) | CommandPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1201) | VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool(VkCommandPool commandPool) method CommandPool (line 1206) | CommandPool& operator=(VkCommandPool commandPool) method CommandPool (line 1213) | CommandPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1234) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCommandPool() const class Buffer (line 1254) | class Buffer method Buffer (line 1257) | Buffer() method Buffer (line 1261) | Buffer( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1265) | VULKAN_HPP_TYPESAFE_EXPLICIT Buffer(VkBuffer buffer) method Buffer (line 1270) | Buffer& operator=(VkBuffer buffer) method Buffer (line 1277) | Buffer& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1298) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBuffer() const class BufferView (line 1318) | class BufferView method BufferView (line 1321) | BufferView() method BufferView (line 1325) | BufferView( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1329) | VULKAN_HPP_TYPESAFE_EXPLICIT BufferView(VkBufferView bufferView) method BufferView (line 1334) | BufferView& operator=(VkBufferView bufferView) method BufferView (line 1341) | BufferView& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1362) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkBufferView() const class Image (line 1382) | class Image method Image (line 1385) | Image() method Image (line 1389) | Image( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1393) | VULKAN_HPP_TYPESAFE_EXPLICIT Image(VkImage image) method Image (line 1398) | Image& operator=(VkImage image) method Image (line 1405) | Image& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1426) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImage() const class ImageView (line 1446) | class ImageView method ImageView (line 1449) | ImageView() method ImageView (line 1453) | ImageView( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1457) | VULKAN_HPP_TYPESAFE_EXPLICIT ImageView(VkImageView imageView) method ImageView (line 1462) | ImageView& operator=(VkImageView imageView) method ImageView (line 1469) | ImageView& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1490) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImageView() const class ShaderModule (line 1510) | class ShaderModule method ShaderModule (line 1513) | ShaderModule() method ShaderModule (line 1517) | ShaderModule( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1521) | VULKAN_HPP_TYPESAFE_EXPLICIT ShaderModule(VkShaderModule shaderModule) method ShaderModule (line 1526) | ShaderModule& operator=(VkShaderModule shaderModule) method ShaderModule (line 1533) | ShaderModule& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1554) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkShaderModule() const class Pipeline (line 1574) | class Pipeline method Pipeline (line 1577) | Pipeline() method Pipeline (line 1581) | Pipeline( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1585) | VULKAN_HPP_TYPESAFE_EXPLICIT Pipeline(VkPipeline pipeline) method Pipeline (line 1590) | Pipeline& operator=(VkPipeline pipeline) method Pipeline (line 1597) | Pipeline& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1618) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipeline() const class PipelineLayout (line 1638) | class PipelineLayout method PipelineLayout (line 1641) | PipelineLayout() method PipelineLayout (line 1645) | PipelineLayout( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1649) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout(VkPipelineLayout pipelin... method PipelineLayout (line 1654) | PipelineLayout& operator=(VkPipelineLayout pipelineLayout) method PipelineLayout (line 1661) | PipelineLayout& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1682) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineLayout() const class Sampler (line 1702) | class Sampler method Sampler (line 1705) | Sampler() method Sampler (line 1709) | Sampler( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1713) | VULKAN_HPP_TYPESAFE_EXPLICIT Sampler(VkSampler sampler) method Sampler (line 1718) | Sampler& operator=(VkSampler sampler) method Sampler (line 1725) | Sampler& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1746) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSampler() const class DescriptorSet (line 1766) | class DescriptorSet method DescriptorSet (line 1769) | DescriptorSet() method DescriptorSet (line 1773) | DescriptorSet( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1777) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSet(VkDescriptorSet descripto... method DescriptorSet (line 1782) | DescriptorSet& operator=(VkDescriptorSet descriptorSet) method DescriptorSet (line 1789) | DescriptorSet& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1810) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSet() const class DescriptorSetLayout (line 1830) | class DescriptorSetLayout method DescriptorSetLayout (line 1833) | DescriptorSetLayout() method DescriptorSetLayout (line 1837) | DescriptorSetLayout( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1841) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSetLayout(VkDescriptorSetLayo... method DescriptorSetLayout (line 1846) | DescriptorSetLayout& operator=(VkDescriptorSetLayout descriptorSetLa... method DescriptorSetLayout (line 1853) | DescriptorSetLayout& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1874) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorSetLayout() const class DescriptorPool (line 1894) | class DescriptorPool method DescriptorPool (line 1897) | DescriptorPool() method DescriptorPool (line 1901) | DescriptorPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1905) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool(VkDescriptorPool descrip... method DescriptorPool (line 1910) | DescriptorPool& operator=(VkDescriptorPool descriptorPool) method DescriptorPool (line 1917) | DescriptorPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1938) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorPool() const class Fence (line 1958) | class Fence method Fence (line 1961) | Fence() method Fence (line 1965) | Fence( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 1969) | VULKAN_HPP_TYPESAFE_EXPLICIT Fence(VkFence fence) method Fence (line 1974) | Fence& operator=(VkFence fence) method Fence (line 1981) | Fence& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2002) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFence() const class Semaphore (line 2022) | class Semaphore method Semaphore (line 2025) | Semaphore() method Semaphore (line 2029) | Semaphore( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2033) | VULKAN_HPP_TYPESAFE_EXPLICIT Semaphore(VkSemaphore semaphore) method Semaphore (line 2038) | Semaphore& operator=(VkSemaphore semaphore) method Semaphore (line 2045) | Semaphore& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2066) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSemaphore() const class Event (line 2086) | class Event method Event (line 2089) | Event() method Event (line 2093) | Event( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2097) | VULKAN_HPP_TYPESAFE_EXPLICIT Event(VkEvent event) method Event (line 2102) | Event& operator=(VkEvent event) method Event (line 2109) | Event& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2130) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkEvent() const class QueryPool (line 2150) | class QueryPool method QueryPool (line 2153) | QueryPool() method QueryPool (line 2157) | QueryPool( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2161) | VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool(VkQueryPool queryPool) method QueryPool (line 2166) | QueryPool& operator=(VkQueryPool queryPool) method QueryPool (line 2173) | QueryPool& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2194) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkQueryPool() const class Framebuffer (line 2214) | class Framebuffer method Framebuffer (line 2217) | Framebuffer() method Framebuffer (line 2221) | Framebuffer( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2225) | VULKAN_HPP_TYPESAFE_EXPLICIT Framebuffer(VkFramebuffer framebuffer) method Framebuffer (line 2230) | Framebuffer& operator=(VkFramebuffer framebuffer) method Framebuffer (line 2237) | Framebuffer& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2258) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFramebuffer() const class RenderPass (line 2278) | class RenderPass method RenderPass (line 2281) | RenderPass() method RenderPass (line 2285) | RenderPass( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2289) | VULKAN_HPP_TYPESAFE_EXPLICIT RenderPass(VkRenderPass renderPass) method RenderPass (line 2294) | RenderPass& operator=(VkRenderPass renderPass) method RenderPass (line 2301) | RenderPass& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2322) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkRenderPass() const class PipelineCache (line 2342) | class PipelineCache method PipelineCache (line 2345) | PipelineCache() method PipelineCache (line 2349) | PipelineCache( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2353) | VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache(VkPipelineCache pipelineC... method PipelineCache (line 2358) | PipelineCache& operator=(VkPipelineCache pipelineCache) method PipelineCache (line 2365) | PipelineCache& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2386) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineCache() const class ObjectTableNVX (line 2406) | class ObjectTableNVX method ObjectTableNVX (line 2409) | ObjectTableNVX() method ObjectTableNVX (line 2413) | ObjectTableNVX( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2417) | VULKAN_HPP_TYPESAFE_EXPLICIT ObjectTableNVX(VkObjectTableNVX objectT... method ObjectTableNVX (line 2422) | ObjectTableNVX& operator=(VkObjectTableNVX objectTableNVX) method ObjectTableNVX (line 2429) | ObjectTableNVX& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2450) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkObjectTableNVX() const class IndirectCommandsLayoutNVX (line 2470) | class IndirectCommandsLayoutNVX method IndirectCommandsLayoutNVX (line 2473) | IndirectCommandsLayoutNVX() method IndirectCommandsLayoutNVX (line 2477) | IndirectCommandsLayoutNVX( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2481) | VULKAN_HPP_TYPESAFE_EXPLICIT IndirectCommandsLayoutNVX(VkIndirectCom... method IndirectCommandsLayoutNVX (line 2486) | IndirectCommandsLayoutNVX& operator=(VkIndirectCommandsLayoutNVX ind... method IndirectCommandsLayoutNVX (line 2493) | IndirectCommandsLayoutNVX& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2514) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectCommandsLayoutNVX() ... class DescriptorUpdateTemplateKHR (line 2534) | class DescriptorUpdateTemplateKHR method DescriptorUpdateTemplateKHR (line 2537) | DescriptorUpdateTemplateKHR() method DescriptorUpdateTemplateKHR (line 2541) | DescriptorUpdateTemplateKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2545) | VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorUpdateTemplateKHR(VkDescripto... method DescriptorUpdateTemplateKHR (line 2550) | DescriptorUpdateTemplateKHR& operator=(VkDescriptorUpdateTemplateKHR... method DescriptorUpdateTemplateKHR (line 2557) | DescriptorUpdateTemplateKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2578) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDescriptorUpdateTemplateKHR(... class DisplayKHR (line 2598) | class DisplayKHR method DisplayKHR (line 2601) | DisplayKHR() method DisplayKHR (line 2605) | DisplayKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2609) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayKHR(VkDisplayKHR displayKHR) method DisplayKHR (line 2614) | DisplayKHR& operator=(VkDisplayKHR displayKHR) method DisplayKHR (line 2621) | DisplayKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2642) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayKHR() const class DisplayModeKHR (line 2662) | class DisplayModeKHR method DisplayModeKHR (line 2665) | DisplayModeKHR() method DisplayModeKHR (line 2669) | DisplayModeKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2673) | VULKAN_HPP_TYPESAFE_EXPLICIT DisplayModeKHR(VkDisplayModeKHR display... method DisplayModeKHR (line 2678) | DisplayModeKHR& operator=(VkDisplayModeKHR displayModeKHR) method DisplayModeKHR (line 2685) | DisplayModeKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2706) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDisplayModeKHR() const class SurfaceKHR (line 2726) | class SurfaceKHR method SurfaceKHR (line 2729) | SurfaceKHR() method SurfaceKHR (line 2733) | SurfaceKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2737) | VULKAN_HPP_TYPESAFE_EXPLICIT SurfaceKHR(VkSurfaceKHR surfaceKHR) method SurfaceKHR (line 2742) | SurfaceKHR& operator=(VkSurfaceKHR surfaceKHR) method SurfaceKHR (line 2749) | SurfaceKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2770) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSurfaceKHR() const class SwapchainKHR (line 2790) | class SwapchainKHR method SwapchainKHR (line 2793) | SwapchainKHR() method SwapchainKHR (line 2797) | SwapchainKHR( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2801) | VULKAN_HPP_TYPESAFE_EXPLICIT SwapchainKHR(VkSwapchainKHR swapchainKHR) method SwapchainKHR (line 2806) | SwapchainKHR& operator=(VkSwapchainKHR swapchainKHR) method SwapchainKHR (line 2813) | SwapchainKHR& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2834) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSwapchainKHR() const class DebugReportCallbackEXT (line 2854) | class DebugReportCallbackEXT method DebugReportCallbackEXT (line 2857) | DebugReportCallbackEXT() method DebugReportCallbackEXT (line 2861) | DebugReportCallbackEXT( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2865) | VULKAN_HPP_TYPESAFE_EXPLICIT DebugReportCallbackEXT(VkDebugReportCal... method DebugReportCallbackEXT (line 2870) | DebugReportCallbackEXT& operator=(VkDebugReportCallbackEXT debugRepo... method DebugReportCallbackEXT (line 2877) | DebugReportCallbackEXT& operator=( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 2898) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkDebugReportCallbackEXT() const type Offset2D (line 2918) | struct Offset2D method Offset2D (line 2920) | Offset2D( int32_t x_ = 0, int32_t y_ = 0 ) method Offset2D (line 2926) | Offset2D( VkOffset2D const & rhs ) method Offset2D (line 2931) | Offset2D& operator=( VkOffset2D const & rhs ) method Offset2D (line 2937) | Offset2D& setX( int32_t x_ ) method Offset2D (line 2943) | Offset2D& setY( int32_t y_ ) type Offset3D (line 2970) | struct Offset3D method Offset3D (line 2972) | Offset3D( int32_t x_ = 0, int32_t y_ = 0, int32_t z_ = 0 ) method Offset3D (line 2979) | Offset3D( VkOffset3D const & rhs ) method Offset3D (line 2984) | Offset3D& operator=( VkOffset3D const & rhs ) method Offset3D (line 2990) | Offset3D& setX( int32_t x_ ) method Offset3D (line 2996) | Offset3D& setY( int32_t y_ ) method Offset3D (line 3002) | Offset3D& setZ( int32_t z_ ) type Extent2D (line 3031) | struct Extent2D method Extent2D (line 3033) | Extent2D( uint32_t width_ = 0, uint32_t height_ = 0 ) method Extent2D (line 3039) | Extent2D( VkExtent2D const & rhs ) method Extent2D (line 3044) | Extent2D& operator=( VkExtent2D const & rhs ) method Extent2D (line 3050) | Extent2D& setWidth( uint32_t width_ ) method Extent2D (line 3056) | Extent2D& setHeight( uint32_t height_ ) type Extent3D (line 3083) | struct Extent3D method Extent3D (line 3085) | Extent3D( uint32_t width_ = 0, uint32_t height_ = 0, uint32_t depth_... method Extent3D (line 3092) | Extent3D( VkExtent3D const & rhs ) method Extent3D (line 3097) | Extent3D& operator=( VkExtent3D const & rhs ) method Extent3D (line 3103) | Extent3D& setWidth( uint32_t width_ ) method Extent3D (line 3109) | Extent3D& setHeight( uint32_t height_ ) method Extent3D (line 3115) | Extent3D& setDepth( uint32_t depth_ ) type Viewport (line 3144) | struct Viewport method Viewport (line 3146) | Viewport( float x_ = 0, float y_ = 0, float width_ = 0, float height... method Viewport (line 3156) | Viewport( VkViewport const & rhs ) method Viewport (line 3161) | Viewport& operator=( VkViewport const & rhs ) method Viewport (line 3167) | Viewport& setX( float x_ ) method Viewport (line 3173) | Viewport& setY( float y_ ) method Viewport (line 3179) | Viewport& setWidth( float width_ ) method Viewport (line 3185) | Viewport& setHeight( float height_ ) method Viewport (line 3191) | Viewport& setMinDepth( float minDepth_ ) method Viewport (line 3197) | Viewport& setMaxDepth( float maxDepth_ ) type Rect2D (line 3232) | struct Rect2D method Rect2D (line 3234) | Rect2D( Offset2D offset_ = Offset2D(), Extent2D extent_ = Extent2D() ) method Rect2D (line 3240) | Rect2D( VkRect2D const & rhs ) method Rect2D (line 3245) | Rect2D& operator=( VkRect2D const & rhs ) method Rect2D (line 3251) | Rect2D& setOffset( Offset2D offset_ ) method Rect2D (line 3257) | Rect2D& setExtent( Extent2D extent_ ) type ClearRect (line 3284) | struct ClearRect method ClearRect (line 3286) | ClearRect( Rect2D rect_ = Rect2D(), uint32_t baseArrayLayer_ = 0, ui... method ClearRect (line 3293) | ClearRect( VkClearRect const & rhs ) method ClearRect (line 3298) | ClearRect& operator=( VkClearRect const & rhs ) method ClearRect (line 3304) | ClearRect& setRect( Rect2D rect_ ) method ClearRect (line 3310) | ClearRect& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ClearRect (line 3316) | ClearRect& setLayerCount( uint32_t layerCount_ ) type ExtensionProperties (line 3345) | struct ExtensionProperties type LayerProperties (line 3368) | struct LayerProperties type AllocationCallbacks (line 3395) | struct AllocationCallbacks method AllocationCallbacks (line 3397) | AllocationCallbacks( void* pUserData_ = nullptr, PFN_vkAllocationFun... method AllocationCallbacks (line 3407) | AllocationCallbacks( VkAllocationCallbacks const & rhs ) method AllocationCallbacks (line 3412) | AllocationCallbacks& operator=( VkAllocationCallbacks const & rhs ) method AllocationCallbacks (line 3418) | AllocationCallbacks& setPUserData( void* pUserData_ ) method AllocationCallbacks (line 3424) | AllocationCallbacks& setPfnAllocation( PFN_vkAllocationFunction pfnA... method AllocationCallbacks (line 3430) | AllocationCallbacks& setPfnReallocation( PFN_vkReallocationFunction ... method AllocationCallbacks (line 3436) | AllocationCallbacks& setPfnFree( PFN_vkFreeFunction pfnFree_ ) method AllocationCallbacks (line 3442) | AllocationCallbacks& setPfnInternalAllocation( PFN_vkInternalAllocat... method AllocationCallbacks (line 3448) | AllocationCallbacks& setPfnInternalFree( PFN_vkInternalFreeNotificat... type MemoryRequirements (line 3483) | struct MemoryRequirements type DescriptorBufferInfo (line 3508) | struct DescriptorBufferInfo method DescriptorBufferInfo (line 3510) | DescriptorBufferInfo( Buffer buffer_ = Buffer(), DeviceSize offset_ ... method DescriptorBufferInfo (line 3517) | DescriptorBufferInfo( VkDescriptorBufferInfo const & rhs ) method DescriptorBufferInfo (line 3522) | DescriptorBufferInfo& operator=( VkDescriptorBufferInfo const & rhs ) method DescriptorBufferInfo (line 3528) | DescriptorBufferInfo& setBuffer( Buffer buffer_ ) method DescriptorBufferInfo (line 3534) | DescriptorBufferInfo& setOffset( DeviceSize offset_ ) method DescriptorBufferInfo (line 3540) | DescriptorBufferInfo& setRange( DeviceSize range_ ) type SubresourceLayout (line 3569) | struct SubresourceLayout type BufferCopy (line 3598) | struct BufferCopy method BufferCopy (line 3600) | BufferCopy( DeviceSize srcOffset_ = 0, DeviceSize dstOffset_ = 0, De... method BufferCopy (line 3607) | BufferCopy( VkBufferCopy const & rhs ) method BufferCopy (line 3612) | BufferCopy& operator=( VkBufferCopy const & rhs ) method BufferCopy (line 3618) | BufferCopy& setSrcOffset( DeviceSize srcOffset_ ) method BufferCopy (line 3624) | BufferCopy& setDstOffset( DeviceSize dstOffset_ ) method BufferCopy (line 3630) | BufferCopy& setSize( DeviceSize size_ ) type SpecializationMapEntry (line 3659) | struct SpecializationMapEntry method SpecializationMapEntry (line 3661) | SpecializationMapEntry( uint32_t constantID_ = 0, uint32_t offset_ =... method SpecializationMapEntry (line 3668) | SpecializationMapEntry( VkSpecializationMapEntry const & rhs ) method SpecializationMapEntry (line 3673) | SpecializationMapEntry& operator=( VkSpecializationMapEntry const & ... method SpecializationMapEntry (line 3679) | SpecializationMapEntry& setConstantID( uint32_t constantID_ ) method SpecializationMapEntry (line 3685) | SpecializationMapEntry& setOffset( uint32_t offset_ ) method SpecializationMapEntry (line 3691) | SpecializationMapEntry& setSize( size_t size_ ) type SpecializationInfo (line 3720) | struct SpecializationInfo method SpecializationInfo (line 3722) | SpecializationInfo( uint32_t mapEntryCount_ = 0, const Specializatio... method SpecializationInfo (line 3730) | SpecializationInfo( VkSpecializationInfo const & rhs ) method SpecializationInfo (line 3735) | SpecializationInfo& operator=( VkSpecializationInfo const & rhs ) method SpecializationInfo (line 3741) | SpecializationInfo& setMapEntryCount( uint32_t mapEntryCount_ ) method SpecializationInfo (line 3747) | SpecializationInfo& setPMapEntries( const SpecializationMapEntry* pM... method SpecializationInfo (line 3753) | SpecializationInfo& setDataSize( size_t dataSize_ ) method SpecializationInfo (line 3759) | SpecializationInfo& setPData( const void* pData_ ) function ClearColorValue (line 3792) | ClearColorValue( const std::array& float32_ = { {0} } ) function ClearColorValue (line 3797) | ClearColorValue( const std::array& int32_ ) function ClearColorValue (line 3802) | ClearColorValue( const std::array& uint32_ ) function ClearColorValue (line 3807) | ClearColorValue& setFloat32( std::array float32_ ) function ClearColorValue (line 3813) | ClearColorValue& setInt32( std::array int32_ ) function ClearColorValue (line 3819) | ClearColorValue& setUint32( std::array uint32_ ) type ClearDepthStencilValue (line 3835) | struct ClearDepthStencilValue method ClearDepthStencilValue (line 3837) | ClearDepthStencilValue( float depth_ = 0, uint32_t stencil_ = 0 ) method ClearDepthStencilValue (line 3843) | ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) method ClearDepthStencilValue (line 3848) | ClearDepthStencilValue& operator=( VkClearDepthStencilValue const & ... method ClearDepthStencilValue (line 3854) | ClearDepthStencilValue& setDepth( float depth_ ) method ClearDepthStencilValue (line 3860) | ClearDepthStencilValue& setStencil( uint32_t stencil_ ) function ClearValue (line 3889) | ClearValue( ClearColorValue color_ = ClearColorValue() ) function ClearValue (line 3894) | ClearValue( ClearDepthStencilValue depthStencil_ ) function ClearValue (line 3899) | ClearValue& setColor( ClearColorValue color_ ) function ClearValue (line 3905) | ClearValue& setDepthStencil( ClearDepthStencilValue depthStencil_ ) type PhysicalDeviceFeatures (line 3925) | struct PhysicalDeviceFeatures method PhysicalDeviceFeatures (line 3927) | PhysicalDeviceFeatures( Bool32 robustBufferAccess_ = 0, Bool32 fullD... method PhysicalDeviceFeatures (line 3986) | PhysicalDeviceFeatures( VkPhysicalDeviceFeatures const & rhs ) method PhysicalDeviceFeatures (line 3991) | PhysicalDeviceFeatures& operator=( VkPhysicalDeviceFeatures const & ... method PhysicalDeviceFeatures (line 3997) | PhysicalDeviceFeatures& setRobustBufferAccess( Bool32 robustBufferAc... method PhysicalDeviceFeatures (line 4003) | PhysicalDeviceFeatures& setFullDrawIndexUint32( Bool32 fullDrawIndex... method PhysicalDeviceFeatures (line 4009) | PhysicalDeviceFeatures& setImageCubeArray( Bool32 imageCubeArray_ ) method PhysicalDeviceFeatures (line 4015) | PhysicalDeviceFeatures& setIndependentBlend( Bool32 independentBlend_ ) method PhysicalDeviceFeatures (line 4021) | PhysicalDeviceFeatures& setGeometryShader( Bool32 geometryShader_ ) method PhysicalDeviceFeatures (line 4027) | PhysicalDeviceFeatures& setTessellationShader( Bool32 tessellationSh... method PhysicalDeviceFeatures (line 4033) | PhysicalDeviceFeatures& setSampleRateShading( Bool32 sampleRateShadi... method PhysicalDeviceFeatures (line 4039) | PhysicalDeviceFeatures& setDualSrcBlend( Bool32 dualSrcBlend_ ) method PhysicalDeviceFeatures (line 4045) | PhysicalDeviceFeatures& setLogicOp( Bool32 logicOp_ ) method PhysicalDeviceFeatures (line 4051) | PhysicalDeviceFeatures& setMultiDrawIndirect( Bool32 multiDrawIndire... method PhysicalDeviceFeatures (line 4057) | PhysicalDeviceFeatures& setDrawIndirectFirstInstance( Bool32 drawInd... method PhysicalDeviceFeatures (line 4063) | PhysicalDeviceFeatures& setDepthClamp( Bool32 depthClamp_ ) method PhysicalDeviceFeatures (line 4069) | PhysicalDeviceFeatures& setDepthBiasClamp( Bool32 depthBiasClamp_ ) method PhysicalDeviceFeatures (line 4075) | PhysicalDeviceFeatures& setFillModeNonSolid( Bool32 fillModeNonSolid_ ) method PhysicalDeviceFeatures (line 4081) | PhysicalDeviceFeatures& setDepthBounds( Bool32 depthBounds_ ) method PhysicalDeviceFeatures (line 4087) | PhysicalDeviceFeatures& setWideLines( Bool32 wideLines_ ) method PhysicalDeviceFeatures (line 4093) | PhysicalDeviceFeatures& setLargePoints( Bool32 largePoints_ ) method PhysicalDeviceFeatures (line 4099) | PhysicalDeviceFeatures& setAlphaToOne( Bool32 alphaToOne_ ) method PhysicalDeviceFeatures (line 4105) | PhysicalDeviceFeatures& setMultiViewport( Bool32 multiViewport_ ) method PhysicalDeviceFeatures (line 4111) | PhysicalDeviceFeatures& setSamplerAnisotropy( Bool32 samplerAnisotro... method PhysicalDeviceFeatures (line 4117) | PhysicalDeviceFeatures& setTextureCompressionETC2( Bool32 textureCom... method PhysicalDeviceFeatures (line 4123) | PhysicalDeviceFeatures& setTextureCompressionASTC_LDR( Bool32 textur... method PhysicalDeviceFeatures (line 4129) | PhysicalDeviceFeatures& setTextureCompressionBC( Bool32 textureCompr... method PhysicalDeviceFeatures (line 4135) | PhysicalDeviceFeatures& setOcclusionQueryPrecise( Bool32 occlusionQu... method PhysicalDeviceFeatures (line 4141) | PhysicalDeviceFeatures& setPipelineStatisticsQuery( Bool32 pipelineS... method PhysicalDeviceFeatures (line 4147) | PhysicalDeviceFeatures& setVertexPipelineStoresAndAtomics( Bool32 ve... method PhysicalDeviceFeatures (line 4153) | PhysicalDeviceFeatures& setFragmentStoresAndAtomics( Bool32 fragment... method PhysicalDeviceFeatures (line 4159) | PhysicalDeviceFeatures& setShaderTessellationAndGeometryPointSize( B... method PhysicalDeviceFeatures (line 4165) | PhysicalDeviceFeatures& setShaderImageGatherExtended( Bool32 shaderI... method PhysicalDeviceFeatures (line 4171) | PhysicalDeviceFeatures& setShaderStorageImageExtendedFormats( Bool32... method PhysicalDeviceFeatures (line 4177) | PhysicalDeviceFeatures& setShaderStorageImageMultisample( Bool32 sha... method PhysicalDeviceFeatures (line 4183) | PhysicalDeviceFeatures& setShaderStorageImageReadWithoutFormat( Bool... method PhysicalDeviceFeatures (line 4189) | PhysicalDeviceFeatures& setShaderStorageImageWriteWithoutFormat( Boo... method PhysicalDeviceFeatures (line 4195) | PhysicalDeviceFeatures& setShaderUniformBufferArrayDynamicIndexing( ... method PhysicalDeviceFeatures (line 4201) | PhysicalDeviceFeatures& setShaderSampledImageArrayDynamicIndexing( B... method PhysicalDeviceFeatures (line 4207) | PhysicalDeviceFeatures& setShaderStorageBufferArrayDynamicIndexing( ... method PhysicalDeviceFeatures (line 4213) | PhysicalDeviceFeatures& setShaderStorageImageArrayDynamicIndexing( B... method PhysicalDeviceFeatures (line 4219) | PhysicalDeviceFeatures& setShaderClipDistance( Bool32 shaderClipDist... method PhysicalDeviceFeatures (line 4225) | PhysicalDeviceFeatures& setShaderCullDistance( Bool32 shaderCullDist... method PhysicalDeviceFeatures (line 4231) | PhysicalDeviceFeatures& setShaderFloat64( Bool32 shaderFloat64_ ) method PhysicalDeviceFeatures (line 4237) | PhysicalDeviceFeatures& setShaderInt64( Bool32 shaderInt64_ ) method PhysicalDeviceFeatures (line 4243) | PhysicalDeviceFeatures& setShaderInt16( Bool32 shaderInt16_ ) method PhysicalDeviceFeatures (line 4249) | PhysicalDeviceFeatures& setShaderResourceResidency( Bool32 shaderRes... method PhysicalDeviceFeatures (line 4255) | PhysicalDeviceFeatures& setShaderResourceMinLod( Bool32 shaderResour... method PhysicalDeviceFeatures (line 4261) | PhysicalDeviceFeatures& setSparseBinding( Bool32 sparseBinding_ ) method PhysicalDeviceFeatures (line 4267) | PhysicalDeviceFeatures& setSparseResidencyBuffer( Bool32 sparseResid... method PhysicalDeviceFeatures (line 4273) | PhysicalDeviceFeatures& setSparseResidencyImage2D( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4279) | PhysicalDeviceFeatures& setSparseResidencyImage3D( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4285) | PhysicalDeviceFeatures& setSparseResidency2Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4291) | PhysicalDeviceFeatures& setSparseResidency4Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4297) | PhysicalDeviceFeatures& setSparseResidency8Samples( Bool32 sparseRes... method PhysicalDeviceFeatures (line 4303) | PhysicalDeviceFeatures& setSparseResidency16Samples( Bool32 sparseRe... method PhysicalDeviceFeatures (line 4309) | PhysicalDeviceFeatures& setSparseResidencyAliased( Bool32 sparseResi... method PhysicalDeviceFeatures (line 4315) | PhysicalDeviceFeatures& setVariableMultisampleRate( Bool32 variableM... method PhysicalDeviceFeatures (line 4321) | PhysicalDeviceFeatures& setInheritedQueries( Bool32 inheritedQueries_ ) type PhysicalDeviceSparseProperties (line 4454) | struct PhysicalDeviceSparseProperties type DrawIndirectCommand (line 4483) | struct DrawIndirectCommand method DrawIndirectCommand (line 4485) | DrawIndirectCommand( uint32_t vertexCount_ = 0, uint32_t instanceCou... method DrawIndirectCommand (line 4493) | DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) method DrawIndirectCommand (line 4498) | DrawIndirectCommand& operator=( VkDrawIndirectCommand const & rhs ) method DrawIndirectCommand (line 4504) | DrawIndirectCommand& setVertexCount( uint32_t vertexCount_ ) method DrawIndirectCommand (line 4510) | DrawIndirectCommand& setInstanceCount( uint32_t instanceCount_ ) method DrawIndirectCommand (line 4516) | DrawIndirectCommand& setFirstVertex( uint32_t firstVertex_ ) method DrawIndirectCommand (line 4522) | DrawIndirectCommand& setFirstInstance( uint32_t firstInstance_ ) type DrawIndexedIndirectCommand (line 4553) | struct DrawIndexedIndirectCommand method DrawIndexedIndirectCommand (line 4555) | DrawIndexedIndirectCommand( uint32_t indexCount_ = 0, uint32_t insta... method DrawIndexedIndirectCommand (line 4564) | DrawIndexedIndirectCommand( VkDrawIndexedIndirectCommand const & rhs ) method DrawIndexedIndirectCommand (line 4569) | DrawIndexedIndirectCommand& operator=( VkDrawIndexedIndirectCommand ... method DrawIndexedIndirectCommand (line 4575) | DrawIndexedIndirectCommand& setIndexCount( uint32_t indexCount_ ) method DrawIndexedIndirectCommand (line 4581) | DrawIndexedIndirectCommand& setInstanceCount( uint32_t instanceCount_ ) method DrawIndexedIndirectCommand (line 4587) | DrawIndexedIndirectCommand& setFirstIndex( uint32_t firstIndex_ ) method DrawIndexedIndirectCommand (line 4593) | DrawIndexedIndirectCommand& setVertexOffset( int32_t vertexOffset_ ) method DrawIndexedIndirectCommand (line 4599) | DrawIndexedIndirectCommand& setFirstInstance( uint32_t firstInstance_ ) type DispatchIndirectCommand (line 4632) | struct DispatchIndirectCommand method DispatchIndirectCommand (line 4634) | DispatchIndirectCommand( uint32_t x_ = 0, uint32_t y_ = 0, uint32_t ... method DispatchIndirectCommand (line 4641) | DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) method DispatchIndirectCommand (line 4646) | DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const ... method DispatchIndirectCommand (line 4652) | DispatchIndirectCommand& setX( uint32_t x_ ) method DispatchIndirectCommand (line 4658) | DispatchIndirectCommand& setY( uint32_t y_ ) method DispatchIndirectCommand (line 4664) | DispatchIndirectCommand& setZ( uint32_t z_ ) type DisplayPlanePropertiesKHR (line 4693) | struct DisplayPlanePropertiesKHR type DisplayModeParametersKHR (line 4716) | struct DisplayModeParametersKHR method DisplayModeParametersKHR (line 4718) | DisplayModeParametersKHR( Extent2D visibleRegion_ = Extent2D(), uint... method DisplayModeParametersKHR (line 4724) | DisplayModeParametersKHR( VkDisplayModeParametersKHR const & rhs ) method DisplayModeParametersKHR (line 4729) | DisplayModeParametersKHR& operator=( VkDisplayModeParametersKHR cons... method DisplayModeParametersKHR (line 4735) | DisplayModeParametersKHR& setVisibleRegion( Extent2D visibleRegion_ ) method DisplayModeParametersKHR (line 4741) | DisplayModeParametersKHR& setRefreshRate( uint32_t refreshRate_ ) type DisplayModePropertiesKHR (line 4768) | struct DisplayModePropertiesKHR type RectLayerKHR (line 4791) | struct RectLayerKHR method RectLayerKHR (line 4793) | RectLayerKHR( Offset2D offset_ = Offset2D(), Extent2D extent_ = Exte... method RectLayerKHR (line 4800) | RectLayerKHR( VkRectLayerKHR const & rhs ) method RectLayerKHR (line 4805) | RectLayerKHR& operator=( VkRectLayerKHR const & rhs ) method RectLayerKHR (line 4811) | RectLayerKHR& setOffset( Offset2D offset_ ) method RectLayerKHR (line 4817) | RectLayerKHR& setExtent( Extent2D extent_ ) method RectLayerKHR (line 4823) | RectLayerKHR& setLayer( uint32_t layer_ ) type PresentRegionKHR (line 4852) | struct PresentRegionKHR method PresentRegionKHR (line 4854) | PresentRegionKHR( uint32_t rectangleCount_ = 0, const RectLayerKHR* ... method PresentRegionKHR (line 4860) | PresentRegionKHR( VkPresentRegionKHR const & rhs ) method PresentRegionKHR (line 4865) | PresentRegionKHR& operator=( VkPresentRegionKHR const & rhs ) method PresentRegionKHR (line 4871) | PresentRegionKHR& setRectangleCount( uint32_t rectangleCount_ ) method PresentRegionKHR (line 4877) | PresentRegionKHR& setPRectangles( const RectLayerKHR* pRectangles_ ) type XYColorEXT (line 4904) | struct XYColorEXT method XYColorEXT (line 4906) | XYColorEXT( float x_ = 0, float y_ = 0 ) method XYColorEXT (line 4912) | XYColorEXT( VkXYColorEXT const & rhs ) method XYColorEXT (line 4917) | XYColorEXT& operator=( VkXYColorEXT const & rhs ) method XYColorEXT (line 4923) | XYColorEXT& setX( float x_ ) method XYColorEXT (line 4929) | XYColorEXT& setY( float y_ ) type RefreshCycleDurationGOOGLE (line 4956) | struct RefreshCycleDurationGOOGLE method RefreshCycleDurationGOOGLE (line 4958) | RefreshCycleDurationGOOGLE( uint64_t refreshDuration_ = 0 ) method RefreshCycleDurationGOOGLE (line 4963) | RefreshCycleDurationGOOGLE( VkRefreshCycleDurationGOOGLE const & rhs ) method RefreshCycleDurationGOOGLE (line 4968) | RefreshCycleDurationGOOGLE& operator=( VkRefreshCycleDurationGOOGLE ... method RefreshCycleDurationGOOGLE (line 4974) | RefreshCycleDurationGOOGLE& setRefreshDuration( uint64_t refreshDura... type PastPresentationTimingGOOGLE (line 4999) | struct PastPresentationTimingGOOGLE method PastPresentationTimingGOOGLE (line 5001) | PastPresentationTimingGOOGLE( uint32_t presentID_ = 0, uint64_t desi... method PastPresentationTimingGOOGLE (line 5010) | PastPresentationTimingGOOGLE( VkPastPresentationTimingGOOGLE const &... method PastPresentationTimingGOOGLE (line 5015) | PastPresentationTimingGOOGLE& operator=( VkPastPresentationTimingGOO... method PastPresentationTimingGOOGLE (line 5021) | PastPresentationTimingGOOGLE& setPresentID( uint32_t presentID_ ) method PastPresentationTimingGOOGLE (line 5027) | PastPresentationTimingGOOGLE& setDesiredPresentTime( uint64_t desire... method PastPresentationTimingGOOGLE (line 5033) | PastPresentationTimingGOOGLE& setActualPresentTime( uint64_t actualP... method PastPresentationTimingGOOGLE (line 5039) | PastPresentationTimingGOOGLE& setEarliestPresentTime( uint64_t earli... method PastPresentationTimingGOOGLE (line 5045) | PastPresentationTimingGOOGLE& setPresentMargin( uint64_t presentMarg... type PresentTimeGOOGLE (line 5078) | struct PresentTimeGOOGLE method PresentTimeGOOGLE (line 5080) | PresentTimeGOOGLE( uint32_t presentID_ = 0, uint64_t desiredPresentT... method PresentTimeGOOGLE (line 5086) | PresentTimeGOOGLE( VkPresentTimeGOOGLE const & rhs ) method PresentTimeGOOGLE (line 5091) | PresentTimeGOOGLE& operator=( VkPresentTimeGOOGLE const & rhs ) method PresentTimeGOOGLE (line 5097) | PresentTimeGOOGLE& setPresentID( uint32_t presentID_ ) method PresentTimeGOOGLE (line 5103) | PresentTimeGOOGLE& setDesiredPresentTime( uint64_t desiredPresentTim... type ViewportWScalingNV (line 5130) | struct ViewportWScalingNV method ViewportWScalingNV (line 5132) | ViewportWScalingNV( float xcoeff_ = 0, float ycoeff_ = 0 ) method ViewportWScalingNV (line 5138) | ViewportWScalingNV( VkViewportWScalingNV const & rhs ) method ViewportWScalingNV (line 5143) | ViewportWScalingNV& operator=( VkViewportWScalingNV const & rhs ) method ViewportWScalingNV (line 5149) | ViewportWScalingNV& setXcoeff( float xcoeff_ ) method ViewportWScalingNV (line 5155) | ViewportWScalingNV& setYcoeff( float ycoeff_ ) type ImageLayout (line 5182) | enum class ImageLayout type DescriptorImageInfo (line 5197) | struct DescriptorImageInfo method DescriptorImageInfo (line 5199) | DescriptorImageInfo( Sampler sampler_ = Sampler(), ImageView imageVi... method DescriptorImageInfo (line 5206) | DescriptorImageInfo( VkDescriptorImageInfo const & rhs ) method DescriptorImageInfo (line 5211) | DescriptorImageInfo& operator=( VkDescriptorImageInfo const & rhs ) method DescriptorImageInfo (line 5217) | DescriptorImageInfo& setSampler( Sampler sampler_ ) method DescriptorImageInfo (line 5223) | DescriptorImageInfo& setImageView( ImageView imageView_ ) method DescriptorImageInfo (line 5229) | DescriptorImageInfo& setImageLayout( ImageLayout imageLayout_ ) type AttachmentReference (line 5258) | struct AttachmentReference method AttachmentReference (line 5260) | AttachmentReference( uint32_t attachment_ = 0, ImageLayout layout_ =... method AttachmentReference (line 5266) | AttachmentReference( VkAttachmentReference const & rhs ) method AttachmentReference (line 5271) | AttachmentReference& operator=( VkAttachmentReference const & rhs ) method AttachmentReference (line 5277) | AttachmentReference& setAttachment( uint32_t attachment_ ) method AttachmentReference (line 5283) | AttachmentReference& setLayout( ImageLayout layout_ ) type AttachmentLoadOp (line 5310) | enum class AttachmentLoadOp type AttachmentStoreOp (line 5317) | enum class AttachmentStoreOp type ImageType (line 5323) | enum class ImageType type ImageTiling (line 5330) | enum class ImageTiling type ImageViewType (line 5336) | enum class ImageViewType type CommandBufferLevel (line 5347) | enum class CommandBufferLevel type ComponentSwizzle (line 5353) | enum class ComponentSwizzle type ComponentMapping (line 5364) | struct ComponentMapping method ComponentMapping (line 5366) | ComponentMapping( ComponentSwizzle r_ = ComponentSwizzle::eIdentity,... method ComponentMapping (line 5374) | ComponentMapping( VkComponentMapping const & rhs ) method ComponentMapping (line 5379) | ComponentMapping& operator=( VkComponentMapping const & rhs ) method ComponentMapping (line 5385) | ComponentMapping& setR( ComponentSwizzle r_ ) method ComponentMapping (line 5391) | ComponentMapping& setG( ComponentSwizzle g_ ) method ComponentMapping (line 5397) | ComponentMapping& setB( ComponentSwizzle b_ ) method ComponentMapping (line 5403) | ComponentMapping& setA( ComponentSwizzle a_ ) type DescriptorType (line 5434) | enum class DescriptorType type DescriptorPoolSize (line 5449) | struct DescriptorPoolSize method DescriptorPoolSize (line 5451) | DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler,... method DescriptorPoolSize (line 5457) | DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) method DescriptorPoolSize (line 5462) | DescriptorPoolSize& operator=( VkDescriptorPoolSize const & rhs ) method DescriptorPoolSize (line 5468) | DescriptorPoolSize& setType( DescriptorType type_ ) method DescriptorPoolSize (line 5474) | DescriptorPoolSize& setDescriptorCount( uint32_t descriptorCount_ ) type DescriptorUpdateTemplateEntryKHR (line 5501) | struct DescriptorUpdateTemplateEntryKHR method DescriptorUpdateTemplateEntryKHR (line 5503) | DescriptorUpdateTemplateEntryKHR( uint32_t dstBinding_ = 0, uint32_t... method DescriptorUpdateTemplateEntryKHR (line 5513) | DescriptorUpdateTemplateEntryKHR( VkDescriptorUpdateTemplateEntryKHR... method DescriptorUpdateTemplateEntryKHR (line 5518) | DescriptorUpdateTemplateEntryKHR& operator=( VkDescriptorUpdateTempl... method DescriptorUpdateTemplateEntryKHR (line 5524) | DescriptorUpdateTemplateEntryKHR& setDstBinding( uint32_t dstBinding_ ) method DescriptorUpdateTemplateEntryKHR (line 5530) | DescriptorUpdateTemplateEntryKHR& setDstArrayElement( uint32_t dstAr... method DescriptorUpdateTemplateEntryKHR (line 5536) | DescriptorUpdateTemplateEntryKHR& setDescriptorCount( uint32_t descr... method DescriptorUpdateTemplateEntryKHR (line 5542) | DescriptorUpdateTemplateEntryKHR& setDescriptorType( DescriptorType ... method DescriptorUpdateTemplateEntryKHR (line 5548) | DescriptorUpdateTemplateEntryKHR& setOffset( size_t offset_ ) method DescriptorUpdateTemplateEntryKHR (line 5554) | DescriptorUpdateTemplateEntryKHR& setStride( size_t stride_ ) type QueryType (line 5589) | enum class QueryType type BorderColor (line 5596) | enum class BorderColor type PipelineBindPoint (line 5606) | enum class PipelineBindPoint type PipelineCacheHeaderVersion (line 5612) | enum class PipelineCacheHeaderVersion type PrimitiveTopology (line 5617) | enum class PrimitiveTopology type SharingMode (line 5632) | enum class SharingMode type IndexType (line 5638) | enum class IndexType type Filter (line 5644) | enum class Filter type SamplerMipmapMode (line 5651) | enum class SamplerMipmapMode type SamplerAddressMode (line 5657) | enum class SamplerAddressMode type CompareOp (line 5666) | enum class CompareOp type PolygonMode (line 5678) | enum class PolygonMode type CullModeFlagBits (line 5685) | enum class CullModeFlagBits function VULKAN_HPP_INLINE (line 5695) | VULKAN_HPP_INLINE CullModeFlags operator|( CullModeFlagBits bit0, Cull... function VULKAN_HPP_INLINE (line 5700) | VULKAN_HPP_INLINE CullModeFlags operator~( CullModeFlagBits bits ) type FlagTraits (line 5705) | struct FlagTraits type FrontFace (line 5713) | enum class FrontFace type BlendFactor (line 5719) | enum class BlendFactor type BlendOp (line 5742) | enum class BlendOp type StencilOp (line 5751) | enum class StencilOp type StencilOpState (line 5763) | struct StencilOpState method StencilOpState (line 5765) | StencilOpState( StencilOp failOp_ = StencilOp::eKeep, StencilOp pass... method StencilOpState (line 5776) | StencilOpState( VkStencilOpState const & rhs ) method StencilOpState (line 5781) | StencilOpState& operator=( VkStencilOpState const & rhs ) method StencilOpState (line 5787) | StencilOpState& setFailOp( StencilOp failOp_ ) method StencilOpState (line 5793) | StencilOpState& setPassOp( StencilOp passOp_ ) method StencilOpState (line 5799) | StencilOpState& setDepthFailOp( StencilOp depthFailOp_ ) method StencilOpState (line 5805) | StencilOpState& setCompareOp( CompareOp compareOp_ ) method StencilOpState (line 5811) | StencilOpState& setCompareMask( uint32_t compareMask_ ) method StencilOpState (line 5817) | StencilOpState& setWriteMask( uint32_t writeMask_ ) method StencilOpState (line 5823) | StencilOpState& setReference( uint32_t reference_ ) type LogicOp (line 5860) | enum class LogicOp type InternalAllocationType (line 5880) | enum class InternalAllocationType type SystemAllocationScope (line 5885) | enum class SystemAllocationScope type PhysicalDeviceType (line 5894) | enum class PhysicalDeviceType type VertexInputRate (line 5903) | enum class VertexInputRate type VertexInputBindingDescription (line 5909) | struct VertexInputBindingDescription method VertexInputBindingDescription (line 5911) | VertexInputBindingDescription( uint32_t binding_ = 0, uint32_t strid... method VertexInputBindingDescription (line 5918) | VertexInputBindingDescription( VkVertexInputBindingDescription const... method VertexInputBindingDescription (line 5923) | VertexInputBindingDescription& operator=( VkVertexInputBindingDescri... method VertexInputBindingDescription (line 5929) | VertexInputBindingDescription& setBinding( uint32_t binding_ ) method VertexInputBindingDescription (line 5935) | VertexInputBindingDescription& setStride( uint32_t stride_ ) method VertexInputBindingDescription (line 5941) | VertexInputBindingDescription& setInputRate( VertexInputRate inputRa... type Format (line 5970) | enum class Format type VertexInputAttributeDescription (line 6167) | struct VertexInputAttributeDescription method VertexInputAttributeDescription (line 6169) | VertexInputAttributeDescription( uint32_t location_ = 0, uint32_t bi... method VertexInputAttributeDescription (line 6177) | VertexInputAttributeDescription( VkVertexInputAttributeDescription c... method VertexInputAttributeDescription (line 6182) | VertexInputAttributeDescription& operator=( VkVertexInputAttributeDe... method VertexInputAttributeDescription (line 6188) | VertexInputAttributeDescription& setLocation( uint32_t location_ ) method VertexInputAttributeDescription (line 6194) | VertexInputAttributeDescription& setBinding( uint32_t binding_ ) method VertexInputAttributeDescription (line 6200) | VertexInputAttributeDescription& setFormat( Format format_ ) method VertexInputAttributeDescription (line 6206) | VertexInputAttributeDescription& setOffset( uint32_t offset_ ) type StructureType (line 6237) | enum class StructureType type ApplicationInfo (line 6391) | struct ApplicationInfo method ApplicationInfo (line 6393) | ApplicationInfo( const char* pApplicationName_ = nullptr, uint32_t a... method ApplicationInfo (line 6404) | ApplicationInfo( VkApplicationInfo const & rhs ) method ApplicationInfo (line 6409) | ApplicationInfo& operator=( VkApplicationInfo const & rhs ) method ApplicationInfo (line 6415) | ApplicationInfo& setPNext( const void* pNext_ ) method ApplicationInfo (line 6421) | ApplicationInfo& setPApplicationName( const char* pApplicationName_ ) method ApplicationInfo (line 6427) | ApplicationInfo& setApplicationVersion( uint32_t applicationVersion_ ) method ApplicationInfo (line 6433) | ApplicationInfo& setPEngineName( const char* pEngineName_ ) method ApplicationInfo (line 6439) | ApplicationInfo& setEngineVersion( uint32_t engineVersion_ ) method ApplicationInfo (line 6445) | ApplicationInfo& setApiVersion( uint32_t apiVersion_ ) type DeviceQueueCreateInfo (line 6485) | struct DeviceQueueCreateInfo method DeviceQueueCreateInfo (line 6487) | DeviceQueueCreateInfo( DeviceQueueCreateFlags flags_ = DeviceQueueCr... method DeviceQueueCreateInfo (line 6497) | DeviceQueueCreateInfo( VkDeviceQueueCreateInfo const & rhs ) method DeviceQueueCreateInfo (line 6502) | DeviceQueueCreateInfo& operator=( VkDeviceQueueCreateInfo const & rhs ) method DeviceQueueCreateInfo (line 6508) | DeviceQueueCreateInfo& setPNext( const void* pNext_ ) method DeviceQueueCreateInfo (line 6514) | DeviceQueueCreateInfo& setFlags( DeviceQueueCreateFlags flags_ ) method DeviceQueueCreateInfo (line 6520) | DeviceQueueCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyInde... method DeviceQueueCreateInfo (line 6526) | DeviceQueueCreateInfo& setQueueCount( uint32_t queueCount_ ) method DeviceQueueCreateInfo (line 6532) | DeviceQueueCreateInfo& setPQueuePriorities( const float* pQueuePrior... type DeviceCreateInfo (line 6570) | struct DeviceCreateInfo method DeviceCreateInfo (line 6572) | DeviceCreateInfo( DeviceCreateFlags flags_ = DeviceCreateFlags(), ui... method DeviceCreateInfo (line 6586) | DeviceCreateInfo( VkDeviceCreateInfo const & rhs ) method DeviceCreateInfo (line 6591) | DeviceCreateInfo& operator=( VkDeviceCreateInfo const & rhs ) method DeviceCreateInfo (line 6597) | DeviceCreateInfo& setPNext( const void* pNext_ ) method DeviceCreateInfo (line 6603) | DeviceCreateInfo& setFlags( DeviceCreateFlags flags_ ) method DeviceCreateInfo (line 6609) | DeviceCreateInfo& setQueueCreateInfoCount( uint32_t queueCreateInfoC... method DeviceCreateInfo (line 6615) | DeviceCreateInfo& setPQueueCreateInfos( const DeviceQueueCreateInfo*... method DeviceCreateInfo (line 6621) | DeviceCreateInfo& setEnabledLayerCount( uint32_t enabledLayerCount_ ) method DeviceCreateInfo (line 6627) | DeviceCreateInfo& setPpEnabledLayerNames( const char* const* ppEnabl... method DeviceCreateInfo (line 6633) | DeviceCreateInfo& setEnabledExtensionCount( uint32_t enabledExtensio... method DeviceCreateInfo (line 6639) | DeviceCreateInfo& setPpEnabledExtensionNames( const char* const* ppE... method DeviceCreateInfo (line 6645) | DeviceCreateInfo& setPEnabledFeatures( const PhysicalDeviceFeatures*... type InstanceCreateInfo (line 6691) | struct InstanceCreateInfo method InstanceCreateInfo (line 6693) | InstanceCreateInfo( InstanceCreateFlags flags_ = InstanceCreateFlags... method InstanceCreateInfo (line 6705) | InstanceCreateInfo( VkInstanceCreateInfo const & rhs ) method InstanceCreateInfo (line 6710) | InstanceCreateInfo& operator=( VkInstanceCreateInfo const & rhs ) method InstanceCreateInfo (line 6716) | InstanceCreateInfo& setPNext( const void* pNext_ ) method InstanceCreateInfo (line 6722) | InstanceCreateInfo& setFlags( InstanceCreateFlags flags_ ) method InstanceCreateInfo (line 6728) | InstanceCreateInfo& setPApplicationInfo( const ApplicationInfo* pApp... method InstanceCreateInfo (line 6734) | InstanceCreateInfo& setEnabledLayerCount( uint32_t enabledLayerCount_ ) method InstanceCreateInfo (line 6740) | InstanceCreateInfo& setPpEnabledLayerNames( const char* const* ppEna... method InstanceCreateInfo (line 6746) | InstanceCreateInfo& setEnabledExtensionCount( uint32_t enabledExtens... method InstanceCreateInfo (line 6752) | InstanceCreateInfo& setPpEnabledExtensionNames( const char* const* p... type MemoryAllocateInfo (line 6794) | struct MemoryAllocateInfo method MemoryAllocateInfo (line 6796) | MemoryAllocateInfo( DeviceSize allocationSize_ = 0, uint32_t memoryT... method MemoryAllocateInfo (line 6804) | MemoryAllocateInfo( VkMemoryAllocateInfo const & rhs ) method MemoryAllocateInfo (line 6809) | MemoryAllocateInfo& operator=( VkMemoryAllocateInfo const & rhs ) method MemoryAllocateInfo (line 6815) | MemoryAllocateInfo& setPNext( const void* pNext_ ) method MemoryAllocateInfo (line 6821) | MemoryAllocateInfo& setAllocationSize( DeviceSize allocationSize_ ) method MemoryAllocateInfo (line 6827) | MemoryAllocateInfo& setMemoryTypeIndex( uint32_t memoryTypeIndex_ ) type MappedMemoryRange (line 6861) | struct MappedMemoryRange method MappedMemoryRange (line 6863) | MappedMemoryRange( DeviceMemory memory_ = DeviceMemory(), DeviceSize... method MappedMemoryRange (line 6872) | MappedMemoryRange( VkMappedMemoryRange const & rhs ) method MappedMemoryRange (line 6877) | MappedMemoryRange& operator=( VkMappedMemoryRange const & rhs ) method MappedMemoryRange (line 6883) | MappedMemoryRange& setPNext( const void* pNext_ ) method MappedMemoryRange (line 6889) | MappedMemoryRange& setMemory( DeviceMemory memory_ ) method MappedMemoryRange (line 6895) | MappedMemoryRange& setOffset( DeviceSize offset_ ) method MappedMemoryRange (line 6901) | MappedMemoryRange& setSize( DeviceSize size_ ) type WriteDescriptorSet (line 6937) | struct WriteDescriptorSet method WriteDescriptorSet (line 6939) | WriteDescriptorSet( DescriptorSet dstSet_ = DescriptorSet(), uint32_... method WriteDescriptorSet (line 6953) | WriteDescriptorSet( VkWriteDescriptorSet const & rhs ) method WriteDescriptorSet (line 6958) | WriteDescriptorSet& operator=( VkWriteDescriptorSet const & rhs ) method WriteDescriptorSet (line 6964) | WriteDescriptorSet& setPNext( const void* pNext_ ) method WriteDescriptorSet (line 6970) | WriteDescriptorSet& setDstSet( DescriptorSet dstSet_ ) method WriteDescriptorSet (line 6976) | WriteDescriptorSet& setDstBinding( uint32_t dstBinding_ ) method WriteDescriptorSet (line 6982) | WriteDescriptorSet& setDstArrayElement( uint32_t dstArrayElement_ ) method WriteDescriptorSet (line 6988) | WriteDescriptorSet& setDescriptorCount( uint32_t descriptorCount_ ) method WriteDescriptorSet (line 6994) | WriteDescriptorSet& setDescriptorType( DescriptorType descriptorType_ ) method WriteDescriptorSet (line 7000) | WriteDescriptorSet& setPImageInfo( const DescriptorImageInfo* pImage... method WriteDescriptorSet (line 7006) | WriteDescriptorSet& setPBufferInfo( const DescriptorBufferInfo* pBuf... method WriteDescriptorSet (line 7012) | WriteDescriptorSet& setPTexelBufferView( const BufferView* pTexelBuf... type CopyDescriptorSet (line 7058) | struct CopyDescriptorSet method CopyDescriptorSet (line 7060) | CopyDescriptorSet( DescriptorSet srcSet_ = DescriptorSet(), uint32_t... method CopyDescriptorSet (line 7073) | CopyDescriptorSet( VkCopyDescriptorSet const & rhs ) method CopyDescriptorSet (line 7078) | CopyDescriptorSet& operator=( VkCopyDescriptorSet const & rhs ) method CopyDescriptorSet (line 7084) | CopyDescriptorSet& setPNext( const void* pNext_ ) method CopyDescriptorSet (line 7090) | CopyDescriptorSet& setSrcSet( DescriptorSet srcSet_ ) method CopyDescriptorSet (line 7096) | CopyDescriptorSet& setSrcBinding( uint32_t srcBinding_ ) method CopyDescriptorSet (line 7102) | CopyDescriptorSet& setSrcArrayElement( uint32_t srcArrayElement_ ) method CopyDescriptorSet (line 7108) | CopyDescriptorSet& setDstSet( DescriptorSet dstSet_ ) method CopyDescriptorSet (line 7114) | CopyDescriptorSet& setDstBinding( uint32_t dstBinding_ ) method CopyDescriptorSet (line 7120) | CopyDescriptorSet& setDstArrayElement( uint32_t dstArrayElement_ ) method CopyDescriptorSet (line 7126) | CopyDescriptorSet& setDescriptorCount( uint32_t descriptorCount_ ) type BufferViewCreateInfo (line 7170) | struct BufferViewCreateInfo method BufferViewCreateInfo (line 7172) | BufferViewCreateInfo( BufferViewCreateFlags flags_ = BufferViewCreat... method BufferViewCreateInfo (line 7183) | BufferViewCreateInfo( VkBufferViewCreateInfo const & rhs ) method BufferViewCreateInfo (line 7188) | BufferViewCreateInfo& operator=( VkBufferViewCreateInfo const & rhs ) method BufferViewCreateInfo (line 7194) | BufferViewCreateInfo& setPNext( const void* pNext_ ) method BufferViewCreateInfo (line 7200) | BufferViewCreateInfo& setFlags( BufferViewCreateFlags flags_ ) method BufferViewCreateInfo (line 7206) | BufferViewCreateInfo& setBuffer( Buffer buffer_ ) method BufferViewCreateInfo (line 7212) | BufferViewCreateInfo& setFormat( Format format_ ) method BufferViewCreateInfo (line 7218) | BufferViewCreateInfo& setOffset( DeviceSize offset_ ) method BufferViewCreateInfo (line 7224) | BufferViewCreateInfo& setRange( DeviceSize range_ ) type ShaderModuleCreateInfo (line 7264) | struct ShaderModuleCreateInfo method ShaderModuleCreateInfo (line 7266) | ShaderModuleCreateInfo( ShaderModuleCreateFlags flags_ = ShaderModul... method ShaderModuleCreateInfo (line 7275) | ShaderModuleCreateInfo( VkShaderModuleCreateInfo const & rhs ) method ShaderModuleCreateInfo (line 7280) | ShaderModuleCreateInfo& operator=( VkShaderModuleCreateInfo const & ... method ShaderModuleCreateInfo (line 7286) | ShaderModuleCreateInfo& setPNext( const void* pNext_ ) method ShaderModuleCreateInfo (line 7292) | ShaderModuleCreateInfo& setFlags( ShaderModuleCreateFlags flags_ ) method ShaderModuleCreateInfo (line 7298) | ShaderModuleCreateInfo& setCodeSize( size_t codeSize_ ) method ShaderModuleCreateInfo (line 7304) | ShaderModuleCreateInfo& setPCode( const uint32_t* pCode_ ) type DescriptorSetAllocateInfo (line 7340) | struct DescriptorSetAllocateInfo method DescriptorSetAllocateInfo (line 7342) | DescriptorSetAllocateInfo( DescriptorPool descriptorPool_ = Descript... method DescriptorSetAllocateInfo (line 7351) | DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) method DescriptorSetAllocateInfo (line 7356) | DescriptorSetAllocateInfo& operator=( VkDescriptorSetAllocateInfo co... method DescriptorSetAllocateInfo (line 7362) | DescriptorSetAllocateInfo& setPNext( const void* pNext_ ) method DescriptorSetAllocateInfo (line 7368) | DescriptorSetAllocateInfo& setDescriptorPool( DescriptorPool descrip... method DescriptorSetAllocateInfo (line 7374) | DescriptorSetAllocateInfo& setDescriptorSetCount( uint32_t descripto... method DescriptorSetAllocateInfo (line 7380) | DescriptorSetAllocateInfo& setPSetLayouts( const DescriptorSetLayout... type PipelineVertexInputStateCreateInfo (line 7416) | struct PipelineVertexInputStateCreateInfo method PipelineVertexInputStateCreateInfo (line 7418) | PipelineVertexInputStateCreateInfo( PipelineVertexInputStateCreateFl... method PipelineVertexInputStateCreateInfo (line 7429) | PipelineVertexInputStateCreateInfo( VkPipelineVertexInputStateCreate... method PipelineVertexInputStateCreateInfo (line 7434) | PipelineVertexInputStateCreateInfo& operator=( VkPipelineVertexInput... method PipelineVertexInputStateCreateInfo (line 7440) | PipelineVertexInputStateCreateInfo& setPNext( const void* pNext_ ) method PipelineVertexInputStateCreateInfo (line 7446) | PipelineVertexInputStateCreateInfo& setFlags( PipelineVertexInputSta... method PipelineVertexInputStateCreateInfo (line 7452) | PipelineVertexInputStateCreateInfo& setVertexBindingDescriptionCount... method PipelineVertexInputStateCreateInfo (line 7458) | PipelineVertexInputStateCreateInfo& setPVertexBindingDescriptions( c... method PipelineVertexInputStateCreateInfo (line 7464) | PipelineVertexInputStateCreateInfo& setVertexAttributeDescriptionCou... method PipelineVertexInputStateCreateInfo (line 7470) | PipelineVertexInputStateCreateInfo& setPVertexAttributeDescriptions(... type PipelineInputAssemblyStateCreateInfo (line 7510) | struct PipelineInputAssemblyStateCreateInfo method PipelineInputAssemblyStateCreateInfo (line 7512) | PipelineInputAssemblyStateCreateInfo( PipelineInputAssemblyStateCrea... method PipelineInputAssemblyStateCreateInfo (line 7521) | PipelineInputAssemblyStateCreateInfo( VkPipelineInputAssemblyStateCr... method PipelineInputAssemblyStateCreateInfo (line 7526) | PipelineInputAssemblyStateCreateInfo& operator=( VkPipelineInputAsse... method PipelineInputAssemblyStateCreateInfo (line 7532) | PipelineInputAssemblyStateCreateInfo& setPNext( const void* pNext_ ) method PipelineInputAssemblyStateCreateInfo (line 7538) | PipelineInputAssemblyStateCreateInfo& setFlags( PipelineInputAssembl... method PipelineInputAssemblyStateCreateInfo (line 7544) | PipelineInputAssemblyStateCreateInfo& setTopology( PrimitiveTopology... method PipelineInputAssemblyStateCreateInfo (line 7550) | PipelineInputAssemblyStateCreateInfo& setPrimitiveRestartEnable( Boo... type PipelineTessellationStateCreateInfo (line 7586) | struct PipelineTessellationStateCreateInfo method PipelineTessellationStateCreateInfo (line 7588) | PipelineTessellationStateCreateInfo( PipelineTessellationStateCreate... method PipelineTessellationStateCreateInfo (line 7596) | PipelineTessellationStateCreateInfo( VkPipelineTessellationStateCrea... method PipelineTessellationStateCreateInfo (line 7601) | PipelineTessellationStateCreateInfo& operator=( VkPipelineTessellati... method PipelineTessellationStateCreateInfo (line 7607) | PipelineTessellationStateCreateInfo& setPNext( const void* pNext_ ) method PipelineTessellationStateCreateInfo (line 7613) | PipelineTessellationStateCreateInfo& setFlags( PipelineTessellationS... method PipelineTessellationStateCreateInfo (line 7619) | PipelineTessellationStateCreateInfo& setPatchControlPoints( uint32_t... type PipelineViewportStateCreateInfo (line 7653) | struct PipelineViewportStateCreateInfo method PipelineViewportStateCreateInfo (line 7655) | PipelineViewportStateCreateInfo( PipelineViewportStateCreateFlags fl... method PipelineViewportStateCreateInfo (line 7666) | PipelineViewportStateCreateInfo( VkPipelineViewportStateCreateInfo c... method PipelineViewportStateCreateInfo (line 7671) | PipelineViewportStateCreateInfo& operator=( VkPipelineViewportStateC... method PipelineViewportStateCreateInfo (line 7677) | PipelineViewportStateCreateInfo& setPNext( const void* pNext_ ) method PipelineViewportStateCreateInfo (line 7683) | PipelineViewportStateCreateInfo& setFlags( PipelineViewportStateCrea... method PipelineViewportStateCreateInfo (line 7689) | PipelineViewportStateCreateInfo& setViewportCount( uint32_t viewport... method PipelineViewportStateCreateInfo (line 7695) | PipelineViewportStateCreateInfo& setPViewports( const Viewport* pVie... method PipelineViewportStateCreateInfo (line 7701) | PipelineViewportStateCreateInfo& setScissorCount( uint32_t scissorCo... method PipelineViewportStateCreateInfo (line 7707) | PipelineViewportStateCreateInfo& setPScissors( const Rect2D* pScisso... type PipelineRasterizationStateCreateInfo (line 7747) | struct PipelineRasterizationStateCreateInfo method PipelineRasterizationStateCreateInfo (line 7749) | PipelineRasterizationStateCreateInfo( PipelineRasterizationStateCrea... method PipelineRasterizationStateCreateInfo (line 7766) | PipelineRasterizationStateCreateInfo( VkPipelineRasterizationStateCr... method PipelineRasterizationStateCreateInfo (line 7771) | PipelineRasterizationStateCreateInfo& operator=( VkPipelineRasteriza... method PipelineRasterizationStateCreateInfo (line 7777) | PipelineRasterizationStateCreateInfo& setPNext( const void* pNext_ ) method PipelineRasterizationStateCreateInfo (line 7783) | PipelineRasterizationStateCreateInfo& setFlags( PipelineRasterizatio... method PipelineRasterizationStateCreateInfo (line 7789) | PipelineRasterizationStateCreateInfo& setDepthClampEnable( Bool32 de... method PipelineRasterizationStateCreateInfo (line 7795) | PipelineRasterizationStateCreateInfo& setRasterizerDiscardEnable( Bo... method PipelineRasterizationStateCreateInfo (line 7801) | PipelineRasterizationStateCreateInfo& setPolygonMode( PolygonMode po... method PipelineRasterizationStateCreateInfo (line 7807) | PipelineRasterizationStateCreateInfo& setCullMode( CullModeFlags cul... method PipelineRasterizationStateCreateInfo (line 7813) | PipelineRasterizationStateCreateInfo& setFrontFace( FrontFace frontF... method PipelineRasterizationStateCreateInfo (line 7819) | PipelineRasterizationStateCreateInfo& setDepthBiasEnable( Bool32 dep... method PipelineRasterizationStateCreateInfo (line 7825) | PipelineRasterizationStateCreateInfo& setDepthBiasConstantFactor( fl... method PipelineRasterizationStateCreateInfo (line 7831) | PipelineRasterizationStateCreateInfo& setDepthBiasClamp( float depth... method PipelineRasterizationStateCreateInfo (line 7837) | PipelineRasterizationStateCreateInfo& setDepthBiasSlopeFactor( float... method PipelineRasterizationStateCreateInfo (line 7843) | PipelineRasterizationStateCreateInfo& setLineWidth( float lineWidth_ ) type PipelineDepthStencilStateCreateInfo (line 7895) | struct PipelineDepthStencilStateCreateInfo method PipelineDepthStencilStateCreateInfo (line 7897) | PipelineDepthStencilStateCreateInfo( PipelineDepthStencilStateCreate... method PipelineDepthStencilStateCreateInfo (line 7913) | PipelineDepthStencilStateCreateInfo( VkPipelineDepthStencilStateCrea... method PipelineDepthStencilStateCreateInfo (line 7918) | PipelineDepthStencilStateCreateInfo& operator=( VkPipelineDepthStenc... method PipelineDepthStencilStateCreateInfo (line 7924) | PipelineDepthStencilStateCreateInfo& setPNext( const void* pNext_ ) method PipelineDepthStencilStateCreateInfo (line 7930) | PipelineDepthStencilStateCreateInfo& setFlags( PipelineDepthStencilS... method PipelineDepthStencilStateCreateInfo (line 7936) | PipelineDepthStencilStateCreateInfo& setDepthTestEnable( Bool32 dept... method PipelineDepthStencilStateCreateInfo (line 7942) | PipelineDepthStencilStateCreateInfo& setDepthWriteEnable( Bool32 dep... method PipelineDepthStencilStateCreateInfo (line 7948) | PipelineDepthStencilStateCreateInfo& setDepthCompareOp( CompareOp de... method PipelineDepthStencilStateCreateInfo (line 7954) | PipelineDepthStencilStateCreateInfo& setDepthBoundsTestEnable( Bool3... method PipelineDepthStencilStateCreateInfo (line 7960) | PipelineDepthStencilStateCreateInfo& setStencilTestEnable( Bool32 st... method PipelineDepthStencilStateCreateInfo (line 7966) | PipelineDepthStencilStateCreateInfo& setFront( StencilOpState front_ ) method PipelineDepthStencilStateCreateInfo (line 7972) | PipelineDepthStencilStateCreateInfo& setBack( StencilOpState back_ ) method PipelineDepthStencilStateCreateInfo (line 7978) | PipelineDepthStencilStateCreateInfo& setMinDepthBounds( float minDep... method PipelineDepthStencilStateCreateInfo (line 7984) | PipelineDepthStencilStateCreateInfo& setMaxDepthBounds( float maxDep... type PipelineCacheCreateInfo (line 8034) | struct PipelineCacheCreateInfo method PipelineCacheCreateInfo (line 8036) | PipelineCacheCreateInfo( PipelineCacheCreateFlags flags_ = PipelineC... method PipelineCacheCreateInfo (line 8045) | PipelineCacheCreateInfo( VkPipelineCacheCreateInfo const & rhs ) method PipelineCacheCreateInfo (line 8050) | PipelineCacheCreateInfo& operator=( VkPipelineCacheCreateInfo const ... method PipelineCacheCreateInfo (line 8056) | PipelineCacheCreateInfo& setPNext( const void* pNext_ ) method PipelineCacheCreateInfo (line 8062) | PipelineCacheCreateInfo& setFlags( PipelineCacheCreateFlags flags_ ) method PipelineCacheCreateInfo (line 8068) | PipelineCacheCreateInfo& setInitialDataSize( size_t initialDataSize_ ) method PipelineCacheCreateInfo (line 8074) | PipelineCacheCreateInfo& setPInitialData( const void* pInitialData_ ) type SamplerCreateInfo (line 8110) | struct SamplerCreateInfo method SamplerCreateInfo (line 8112) | SamplerCreateInfo( SamplerCreateFlags flags_ = SamplerCreateFlags(),... method SamplerCreateInfo (line 8134) | SamplerCreateInfo( VkSamplerCreateInfo const & rhs ) method SamplerCreateInfo (line 8139) | SamplerCreateInfo& operator=( VkSamplerCreateInfo const & rhs ) method SamplerCreateInfo (line 8145) | SamplerCreateInfo& setPNext( const void* pNext_ ) method SamplerCreateInfo (line 8151) | SamplerCreateInfo& setFlags( SamplerCreateFlags flags_ ) method SamplerCreateInfo (line 8157) | SamplerCreateInfo& setMagFilter( Filter magFilter_ ) method SamplerCreateInfo (line 8163) | SamplerCreateInfo& setMinFilter( Filter minFilter_ ) method SamplerCreateInfo (line 8169) | SamplerCreateInfo& setMipmapMode( SamplerMipmapMode mipmapMode_ ) method SamplerCreateInfo (line 8175) | SamplerCreateInfo& setAddressModeU( SamplerAddressMode addressModeU_ ) method SamplerCreateInfo (line 8181) | SamplerCreateInfo& setAddressModeV( SamplerAddressMode addressModeV_ ) method SamplerCreateInfo (line 8187) | SamplerCreateInfo& setAddressModeW( SamplerAddressMode addressModeW_ ) method SamplerCreateInfo (line 8193) | SamplerCreateInfo& setMipLodBias( float mipLodBias_ ) method SamplerCreateInfo (line 8199) | SamplerCreateInfo& setAnisotropyEnable( Bool32 anisotropyEnable_ ) method SamplerCreateInfo (line 8205) | SamplerCreateInfo& setMaxAnisotropy( float maxAnisotropy_ ) method SamplerCreateInfo (line 8211) | SamplerCreateInfo& setCompareEnable( Bool32 compareEnable_ ) method SamplerCreateInfo (line 8217) | SamplerCreateInfo& setCompareOp( CompareOp compareOp_ ) method SamplerCreateInfo (line 8223) | SamplerCreateInfo& setMinLod( float minLod_ ) method SamplerCreateInfo (line 8229) | SamplerCreateInfo& setMaxLod( float maxLod_ ) method SamplerCreateInfo (line 8235) | SamplerCreateInfo& setBorderColor( BorderColor borderColor_ ) method SamplerCreateInfo (line 8241) | SamplerCreateInfo& setUnnormalizedCoordinates( Bool32 unnormalizedCo... type CommandBufferAllocateInfo (line 8303) | struct CommandBufferAllocateInfo method CommandBufferAllocateInfo (line 8305) | CommandBufferAllocateInfo( CommandPool commandPool_ = CommandPool(),... method CommandBufferAllocateInfo (line 8314) | CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) method CommandBufferAllocateInfo (line 8319) | CommandBufferAllocateInfo& operator=( VkCommandBufferAllocateInfo co... method CommandBufferAllocateInfo (line 8325) | CommandBufferAllocateInfo& setPNext( const void* pNext_ ) method CommandBufferAllocateInfo (line 8331) | CommandBufferAllocateInfo& setCommandPool( CommandPool commandPool_ ) method CommandBufferAllocateInfo (line 8337) | CommandBufferAllocateInfo& setLevel( CommandBufferLevel level_ ) method CommandBufferAllocateInfo (line 8343) | CommandBufferAllocateInfo& setCommandBufferCount( uint32_t commandBu... type RenderPassBeginInfo (line 8379) | struct RenderPassBeginInfo method RenderPassBeginInfo (line 8381) | RenderPassBeginInfo( RenderPass renderPass_ = RenderPass(), Framebuf... method RenderPassBeginInfo (line 8392) | RenderPassBeginInfo( VkRenderPassBeginInfo const & rhs ) method RenderPassBeginInfo (line 8397) | RenderPassBeginInfo& operator=( VkRenderPassBeginInfo const & rhs ) method RenderPassBeginInfo (line 8403) | RenderPassBeginInfo& setPNext( const void* pNext_ ) method RenderPassBeginInfo (line 8409) | RenderPassBeginInfo& setRenderPass( RenderPass renderPass_ ) method RenderPassBeginInfo (line 8415) | RenderPassBeginInfo& setFramebuffer( Framebuffer framebuffer_ ) method RenderPassBeginInfo (line 8421) | RenderPassBeginInfo& setRenderArea( Rect2D renderArea_ ) method RenderPassBeginInfo (line 8427) | RenderPassBeginInfo& setClearValueCount( uint32_t clearValueCount_ ) method RenderPassBeginInfo (line 8433) | RenderPassBeginInfo& setPClearValues( const ClearValue* pClearValues_ ) type EventCreateInfo (line 8473) | struct EventCreateInfo method EventCreateInfo (line 8475) | EventCreateInfo( EventCreateFlags flags_ = EventCreateFlags() ) method EventCreateInfo (line 8482) | EventCreateInfo( VkEventCreateInfo const & rhs ) method EventCreateInfo (line 8487) | EventCreateInfo& operator=( VkEventCreateInfo const & rhs ) method EventCreateInfo (line 8493) | EventCreateInfo& setPNext( const void* pNext_ ) method EventCreateInfo (line 8499) | EventCreateInfo& setFlags( EventCreateFlags flags_ ) type SemaphoreCreateInfo (line 8531) | struct SemaphoreCreateInfo method SemaphoreCreateInfo (line 8533) | SemaphoreCreateInfo( SemaphoreCreateFlags flags_ = SemaphoreCreateFl... method SemaphoreCreateInfo (line 8540) | SemaphoreCreateInfo( VkSemaphoreCreateInfo const & rhs ) method SemaphoreCreateInfo (line 8545) | SemaphoreCreateInfo& operator=( VkSemaphoreCreateInfo const & rhs ) method SemaphoreCreateInfo (line 8551) | SemaphoreCreateInfo& setPNext( const void* pNext_ ) method SemaphoreCreateInfo (line 8557) | SemaphoreCreateInfo& setFlags( SemaphoreCreateFlags flags_ ) type FramebufferCreateInfo (line 8589) | struct FramebufferCreateInfo method FramebufferCreateInfo (line 8591) | FramebufferCreateInfo( FramebufferCreateFlags flags_ = FramebufferCr... method FramebufferCreateInfo (line 8604) | FramebufferCreateInfo( VkFramebufferCreateInfo const & rhs ) method FramebufferCreateInfo (line 8609) | FramebufferCreateInfo& operator=( VkFramebufferCreateInfo const & rhs ) method FramebufferCreateInfo (line 8615) | FramebufferCreateInfo& setPNext( const void* pNext_ ) method FramebufferCreateInfo (line 8621) | FramebufferCreateInfo& setFlags( FramebufferCreateFlags flags_ ) method FramebufferCreateInfo (line 8627) | FramebufferCreateInfo& setRenderPass( RenderPass renderPass_ ) method FramebufferCreateInfo (line 8633) | FramebufferCreateInfo& setAttachmentCount( uint32_t attachmentCount_ ) method FramebufferCreateInfo (line 8639) | FramebufferCreateInfo& setPAttachments( const ImageView* pAttachment... method FramebufferCreateInfo (line 8645) | FramebufferCreateInfo& setWidth( uint32_t width_ ) method FramebufferCreateInfo (line 8651) | FramebufferCreateInfo& setHeight( uint32_t height_ ) method FramebufferCreateInfo (line 8657) | FramebufferCreateInfo& setLayers( uint32_t layers_ ) type DisplayModeCreateInfoKHR (line 8701) | struct DisplayModeCreateInfoKHR method DisplayModeCreateInfoKHR (line 8703) | DisplayModeCreateInfoKHR( DisplayModeCreateFlagsKHR flags_ = Display... method DisplayModeCreateInfoKHR (line 8711) | DisplayModeCreateInfoKHR( VkDisplayModeCreateInfoKHR const & rhs ) method DisplayModeCreateInfoKHR (line 8716) | DisplayModeCreateInfoKHR& operator=( VkDisplayModeCreateInfoKHR cons... method DisplayModeCreateInfoKHR (line 8722) | DisplayModeCreateInfoKHR& setPNext( const void* pNext_ ) method DisplayModeCreateInfoKHR (line 8728) | DisplayModeCreateInfoKHR& setFlags( DisplayModeCreateFlagsKHR flags_ ) method DisplayModeCreateInfoKHR (line 8734) | DisplayModeCreateInfoKHR& setParameters( DisplayModeParametersKHR pa... type DisplayPresentInfoKHR (line 8768) | struct DisplayPresentInfoKHR method DisplayPresentInfoKHR (line 8770) | DisplayPresentInfoKHR( Rect2D srcRect_ = Rect2D(), Rect2D dstRect_ =... method DisplayPresentInfoKHR (line 8779) | DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) method DisplayPresentInfoKHR (line 8784) | DisplayPresentInfoKHR& operator=( VkDisplayPresentInfoKHR const & rhs ) method DisplayPresentInfoKHR (line 8790) | DisplayPresentInfoKHR& setPNext( const void* pNext_ ) method DisplayPresentInfoKHR (line 8796) | DisplayPresentInfoKHR& setSrcRect( Rect2D srcRect_ ) method DisplayPresentInfoKHR (line 8802) | DisplayPresentInfoKHR& setDstRect( Rect2D dstRect_ ) method DisplayPresentInfoKHR (line 8808) | DisplayPresentInfoKHR& setPersistent( Bool32 persistent_ ) type AndroidSurfaceCreateInfoKHR (line 8845) | struct AndroidSurfaceCreateInfoKHR method AndroidSurfaceCreateInfoKHR (line 8847) | AndroidSurfaceCreateInfoKHR( AndroidSurfaceCreateFlagsKHR flags_ = A... method AndroidSurfaceCreateInfoKHR (line 8855) | AndroidSurfaceCreateInfoKHR( VkAndroidSurfaceCreateInfoKHR const & r... method AndroidSurfaceCreateInfoKHR (line 8860) | AndroidSurfaceCreateInfoKHR& operator=( VkAndroidSurfaceCreateInfoKH... method AndroidSurfaceCreateInfoKHR (line 8866) | AndroidSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method AndroidSurfaceCreateInfoKHR (line 8872) | AndroidSurfaceCreateInfoKHR& setFlags( AndroidSurfaceCreateFlagsKHR ... method AndroidSurfaceCreateInfoKHR (line 8878) | AndroidSurfaceCreateInfoKHR& setWindow( ANativeWindow* window_ ) type MirSurfaceCreateInfoKHR (line 8914) | struct MirSurfaceCreateInfoKHR method MirSurfaceCreateInfoKHR (line 8916) | MirSurfaceCreateInfoKHR( MirSurfaceCreateFlagsKHR flags_ = MirSurfac... method MirSurfaceCreateInfoKHR (line 8925) | MirSurfaceCreateInfoKHR( VkMirSurfaceCreateInfoKHR const & rhs ) method MirSurfaceCreateInfoKHR (line 8930) | MirSurfaceCreateInfoKHR& operator=( VkMirSurfaceCreateInfoKHR const ... method MirSurfaceCreateInfoKHR (line 8936) | MirSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method MirSurfaceCreateInfoKHR (line 8942) | MirSurfaceCreateInfoKHR& setFlags( MirSurfaceCreateFlagsKHR flags_ ) method MirSurfaceCreateInfoKHR (line 8948) | MirSurfaceCreateInfoKHR& setConnection( MirConnection* connection_ ) method MirSurfaceCreateInfoKHR (line 8954) | MirSurfaceCreateInfoKHR& setMirSurface( MirSurface* mirSurface_ ) type ViSurfaceCreateInfoNN (line 8992) | struct ViSurfaceCreateInfoNN method ViSurfaceCreateInfoNN (line 8994) | ViSurfaceCreateInfoNN( ViSurfaceCreateFlagsNN flags_ = ViSurfaceCrea... method ViSurfaceCreateInfoNN (line 9002) | ViSurfaceCreateInfoNN( VkViSurfaceCreateInfoNN const & rhs ) method ViSurfaceCreateInfoNN (line 9007) | ViSurfaceCreateInfoNN& operator=( VkViSurfaceCreateInfoNN const & rhs ) method ViSurfaceCreateInfoNN (line 9013) | ViSurfaceCreateInfoNN& setPNext( const void* pNext_ ) method ViSurfaceCreateInfoNN (line 9019) | ViSurfaceCreateInfoNN& setFlags( ViSurfaceCreateFlagsNN flags_ ) method ViSurfaceCreateInfoNN (line 9025) | ViSurfaceCreateInfoNN& setWindow( void* window_ ) type WaylandSurfaceCreateInfoKHR (line 9061) | struct WaylandSurfaceCreateInfoKHR method WaylandSurfaceCreateInfoKHR (line 9063) | WaylandSurfaceCreateInfoKHR( WaylandSurfaceCreateFlagsKHR flags_ = W... method WaylandSurfaceCreateInfoKHR (line 9072) | WaylandSurfaceCreateInfoKHR( VkWaylandSurfaceCreateInfoKHR const & r... method WaylandSurfaceCreateInfoKHR (line 9077) | WaylandSurfaceCreateInfoKHR& operator=( VkWaylandSurfaceCreateInfoKH... method WaylandSurfaceCreateInfoKHR (line 9083) | WaylandSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method WaylandSurfaceCreateInfoKHR (line 9089) | WaylandSurfaceCreateInfoKHR& setFlags( WaylandSurfaceCreateFlagsKHR ... method WaylandSurfaceCreateInfoKHR (line 9095) | WaylandSurfaceCreateInfoKHR& setDisplay( struct wl_display* display_ ) method WaylandSurfaceCreateInfoKHR (line 9101) | WaylandSurfaceCreateInfoKHR& setSurface( struct wl_surface* surface_ ) type wl_display (line 9132) | struct wl_display type wl_surface (line 9133) | struct wl_surface type Win32SurfaceCreateInfoKHR (line 9139) | struct Win32SurfaceCreateInfoKHR method Win32SurfaceCreateInfoKHR (line 9141) | Win32SurfaceCreateInfoKHR( Win32SurfaceCreateFlagsKHR flags_ = Win32... method Win32SurfaceCreateInfoKHR (line 9150) | Win32SurfaceCreateInfoKHR( VkWin32SurfaceCreateInfoKHR const & rhs ) method Win32SurfaceCreateInfoKHR (line 9155) | Win32SurfaceCreateInfoKHR& operator=( VkWin32SurfaceCreateInfoKHR co... method Win32SurfaceCreateInfoKHR (line 9161) | Win32SurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method Win32SurfaceCreateInfoKHR (line 9167) | Win32SurfaceCreateInfoKHR& setFlags( Win32SurfaceCreateFlagsKHR flag... method Win32SurfaceCreateInfoKHR (line 9173) | Win32SurfaceCreateInfoKHR& setHinstance( HINSTANCE hinstance_ ) method Win32SurfaceCreateInfoKHR (line 9179) | Win32SurfaceCreateInfoKHR& setHwnd( HWND hwnd_ ) type XlibSurfaceCreateInfoKHR (line 9217) | struct XlibSurfaceCreateInfoKHR method XlibSurfaceCreateInfoKHR (line 9219) | XlibSurfaceCreateInfoKHR( XlibSurfaceCreateFlagsKHR flags_ = XlibSur... method XlibSurfaceCreateInfoKHR (line 9228) | XlibSurfaceCreateInfoKHR( VkXlibSurfaceCreateInfoKHR const & rhs ) method XlibSurfaceCreateInfoKHR (line 9233) | XlibSurfaceCreateInfoKHR& operator=( VkXlibSurfaceCreateInfoKHR cons... method XlibSurfaceCreateInfoKHR (line 9239) | XlibSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method XlibSurfaceCreateInfoKHR (line 9245) | XlibSurfaceCreateInfoKHR& setFlags( XlibSurfaceCreateFlagsKHR flags_ ) method XlibSurfaceCreateInfoKHR (line 9251) | XlibSurfaceCreateInfoKHR& setDpy( Display* dpy_ ) method XlibSurfaceCreateInfoKHR (line 9257) | XlibSurfaceCreateInfoKHR& setWindow( Window window_ ) type XcbSurfaceCreateInfoKHR (line 9295) | struct XcbSurfaceCreateInfoKHR method XcbSurfaceCreateInfoKHR (line 9297) | XcbSurfaceCreateInfoKHR( XcbSurfaceCreateFlagsKHR flags_ = XcbSurfac... method XcbSurfaceCreateInfoKHR (line 9306) | XcbSurfaceCreateInfoKHR( VkXcbSurfaceCreateInfoKHR const & rhs ) method XcbSurfaceCreateInfoKHR (line 9311) | XcbSurfaceCreateInfoKHR& operator=( VkXcbSurfaceCreateInfoKHR const ... method XcbSurfaceCreateInfoKHR (line 9317) | XcbSurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method XcbSurfaceCreateInfoKHR (line 9323) | XcbSurfaceCreateInfoKHR& setFlags( XcbSurfaceCreateFlagsKHR flags_ ) method XcbSurfaceCreateInfoKHR (line 9329) | XcbSurfaceCreateInfoKHR& setConnection( xcb_connection_t* connection_ ) method XcbSurfaceCreateInfoKHR (line 9335) | XcbSurfaceCreateInfoKHR& setWindow( xcb_window_t window_ ) type DebugMarkerMarkerInfoEXT (line 9372) | struct DebugMarkerMarkerInfoEXT method DebugMarkerMarkerInfoEXT (line 9374) | DebugMarkerMarkerInfoEXT( const char* pMarkerName_ = nullptr, std::a... method DebugMarkerMarkerInfoEXT (line 9382) | DebugMarkerMarkerInfoEXT( VkDebugMarkerMarkerInfoEXT const & rhs ) method DebugMarkerMarkerInfoEXT (line 9387) | DebugMarkerMarkerInfoEXT& operator=( VkDebugMarkerMarkerInfoEXT cons... method DebugMarkerMarkerInfoEXT (line 9393) | DebugMarkerMarkerInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerMarkerInfoEXT (line 9399) | DebugMarkerMarkerInfoEXT& setPMarkerName( const char* pMarkerName_ ) method DebugMarkerMarkerInfoEXT (line 9405) | DebugMarkerMarkerInfoEXT& setColor( std::array color_ ) type DedicatedAllocationImageCreateInfoNV (line 9439) | struct DedicatedAllocationImageCreateInfoNV method DedicatedAllocationImageCreateInfoNV (line 9441) | DedicatedAllocationImageCreateInfoNV( Bool32 dedicatedAllocation_ = 0 ) method DedicatedAllocationImageCreateInfoNV (line 9448) | DedicatedAllocationImageCreateInfoNV( VkDedicatedAllocationImageCrea... method DedicatedAllocationImageCreateInfoNV (line 9453) | DedicatedAllocationImageCreateInfoNV& operator=( VkDedicatedAllocati... method DedicatedAllocationImageCreateInfoNV (line 9459) | DedicatedAllocationImageCreateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationImageCreateInfoNV (line 9465) | DedicatedAllocationImageCreateInfoNV& setDedicatedAllocation( Bool32... type DedicatedAllocationBufferCreateInfoNV (line 9497) | struct DedicatedAllocationBufferCreateInfoNV method DedicatedAllocationBufferCreateInfoNV (line 9499) | DedicatedAllocationBufferCreateInfoNV( Bool32 dedicatedAllocation_ =... method DedicatedAllocationBufferCreateInfoNV (line 9506) | DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCr... method DedicatedAllocationBufferCreateInfoNV (line 9511) | DedicatedAllocationBufferCreateInfoNV& operator=( VkDedicatedAllocat... method DedicatedAllocationBufferCreateInfoNV (line 9517) | DedicatedAllocationBufferCreateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationBufferCreateInfoNV (line 9523) | DedicatedAllocationBufferCreateInfoNV& setDedicatedAllocation( Bool3... type DedicatedAllocationMemoryAllocateInfoNV (line 9555) | struct DedicatedAllocationMemoryAllocateInfoNV method DedicatedAllocationMemoryAllocateInfoNV (line 9557) | DedicatedAllocationMemoryAllocateInfoNV( Image image_ = Image(), Buf... method DedicatedAllocationMemoryAllocateInfoNV (line 9565) | DedicatedAllocationMemoryAllocateInfoNV( VkDedicatedAllocationMemory... method DedicatedAllocationMemoryAllocateInfoNV (line 9570) | DedicatedAllocationMemoryAllocateInfoNV& operator=( VkDedicatedAlloc... method DedicatedAllocationMemoryAllocateInfoNV (line 9576) | DedicatedAllocationMemoryAllocateInfoNV& setPNext( const void* pNext_ ) method DedicatedAllocationMemoryAllocateInfoNV (line 9582) | DedicatedAllocationMemoryAllocateInfoNV& setImage( Image image_ ) method DedicatedAllocationMemoryAllocateInfoNV (line 9588) | DedicatedAllocationMemoryAllocateInfoNV& setBuffer( Buffer buffer_ ) type ExportMemoryWin32HandleInfoNV (line 9623) | struct ExportMemoryWin32HandleInfoNV method ExportMemoryWin32HandleInfoNV (line 9625) | ExportMemoryWin32HandleInfoNV( const SECURITY_ATTRIBUTES* pAttribute... method ExportMemoryWin32HandleInfoNV (line 9633) | ExportMemoryWin32HandleInfoNV( VkExportMemoryWin32HandleInfoNV const... method ExportMemoryWin32HandleInfoNV (line 9638) | ExportMemoryWin32HandleInfoNV& operator=( VkExportMemoryWin32HandleI... method ExportMemoryWin32HandleInfoNV (line 9644) | ExportMemoryWin32HandleInfoNV& setPNext( const void* pNext_ ) method ExportMemoryWin32HandleInfoNV (line 9650) | ExportMemoryWin32HandleInfoNV& setPAttributes( const SECURITY_ATTRIB... method ExportMemoryWin32HandleInfoNV (line 9656) | ExportMemoryWin32HandleInfoNV& setDwAccess( DWORD dwAccess_ ) type Win32KeyedMutexAcquireReleaseInfoNV (line 9692) | struct Win32KeyedMutexAcquireReleaseInfoNV method Win32KeyedMutexAcquireReleaseInfoNV (line 9694) | Win32KeyedMutexAcquireReleaseInfoNV( uint32_t acquireCount_ = 0, con... method Win32KeyedMutexAcquireReleaseInfoNV (line 9707) | Win32KeyedMutexAcquireReleaseInfoNV( VkWin32KeyedMutexAcquireRelease... method Win32KeyedMutexAcquireReleaseInfoNV (line 9712) | Win32KeyedMutexAcquireReleaseInfoNV& operator=( VkWin32KeyedMutexAcq... method Win32KeyedMutexAcquireReleaseInfoNV (line 9718) | Win32KeyedMutexAcquireReleaseInfoNV& setPNext( const void* pNext_ ) method Win32KeyedMutexAcquireReleaseInfoNV (line 9724) | Win32KeyedMutexAcquireReleaseInfoNV& setAcquireCount( uint32_t acqui... method Win32KeyedMutexAcquireReleaseInfoNV (line 9730) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireSyncs( const DeviceM... method Win32KeyedMutexAcquireReleaseInfoNV (line 9736) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireKeys( const uint64_t... method Win32KeyedMutexAcquireReleaseInfoNV (line 9742) | Win32KeyedMutexAcquireReleaseInfoNV& setPAcquireTimeoutMilliseconds(... method Win32KeyedMutexAcquireReleaseInfoNV (line 9748) | Win32KeyedMutexAcquireReleaseInfoNV& setReleaseCount( uint32_t relea... method Win32KeyedMutexAcquireReleaseInfoNV (line 9754) | Win32KeyedMutexAcquireReleaseInfoNV& setPReleaseSyncs( const DeviceM... method Win32KeyedMutexAcquireReleaseInfoNV (line 9760) | Win32KeyedMutexAcquireReleaseInfoNV& setPReleaseKeys( const uint64_t... type DeviceGeneratedCommandsFeaturesNVX (line 9805) | struct DeviceGeneratedCommandsFeaturesNVX method DeviceGeneratedCommandsFeaturesNVX (line 9807) | DeviceGeneratedCommandsFeaturesNVX( Bool32 computeBindingPointSuppor... method DeviceGeneratedCommandsFeaturesNVX (line 9814) | DeviceGeneratedCommandsFeaturesNVX( VkDeviceGeneratedCommandsFeature... method DeviceGeneratedCommandsFeaturesNVX (line 9819) | DeviceGeneratedCommandsFeaturesNVX& operator=( VkDeviceGeneratedComm... method DeviceGeneratedCommandsFeaturesNVX (line 9825) | DeviceGeneratedCommandsFeaturesNVX& setPNext( const void* pNext_ ) method DeviceGeneratedCommandsFeaturesNVX (line 9831) | DeviceGeneratedCommandsFeaturesNVX& setComputeBindingPointSupport( B... type DeviceGeneratedCommandsLimitsNVX (line 9863) | struct DeviceGeneratedCommandsLimitsNVX method DeviceGeneratedCommandsLimitsNVX (line 9865) | DeviceGeneratedCommandsLimitsNVX( uint32_t maxIndirectCommandsLayout... method DeviceGeneratedCommandsLimitsNVX (line 9876) | DeviceGeneratedCommandsLimitsNVX( VkDeviceGeneratedCommandsLimitsNVX... method DeviceGeneratedCommandsLimitsNVX (line 9881) | DeviceGeneratedCommandsLimitsNVX& operator=( VkDeviceGeneratedComman... method DeviceGeneratedCommandsLimitsNVX (line 9887) | DeviceGeneratedCommandsLimitsNVX& setPNext( const void* pNext_ ) method DeviceGeneratedCommandsLimitsNVX (line 9893) | DeviceGeneratedCommandsLimitsNVX& setMaxIndirectCommandsLayoutTokenC... method DeviceGeneratedCommandsLimitsNVX (line 9899) | DeviceGeneratedCommandsLimitsNVX& setMaxObjectEntryCounts( uint32_t ... method DeviceGeneratedCommandsLimitsNVX (line 9905) | DeviceGeneratedCommandsLimitsNVX& setMinSequenceCountBufferOffsetAli... method DeviceGeneratedCommandsLimitsNVX (line 9911) | DeviceGeneratedCommandsLimitsNVX& setMinSequenceIndexBufferOffsetAli... method DeviceGeneratedCommandsLimitsNVX (line 9917) | DeviceGeneratedCommandsLimitsNVX& setMinCommandsTokenBufferOffsetAli... type CmdReserveSpaceForCommandsInfoNVX (line 9957) | struct CmdReserveSpaceForCommandsInfoNVX method CmdReserveSpaceForCommandsInfoNVX (line 9959) | CmdReserveSpaceForCommandsInfoNVX( ObjectTableNVX objectTable_ = Obj... method CmdReserveSpaceForCommandsInfoNVX (line 9968) | CmdReserveSpaceForCommandsInfoNVX( VkCmdReserveSpaceForCommandsInfoN... method CmdReserveSpaceForCommandsInfoNVX (line 9973) | CmdReserveSpaceForCommandsInfoNVX& operator=( VkCmdReserveSpaceForCo... method CmdReserveSpaceForCommandsInfoNVX (line 9979) | CmdReserveSpaceForCommandsInfoNVX& setPNext( const void* pNext_ ) method CmdReserveSpaceForCommandsInfoNVX (line 9985) | CmdReserveSpaceForCommandsInfoNVX& setObjectTable( ObjectTableNVX ob... method CmdReserveSpaceForCommandsInfoNVX (line 9991) | CmdReserveSpaceForCommandsInfoNVX& setIndirectCommandsLayout( Indire... method CmdReserveSpaceForCommandsInfoNVX (line 9997) | CmdReserveSpaceForCommandsInfoNVX& setMaxSequencesCount( uint32_t ma... type PhysicalDeviceFeatures2KHR (line 10033) | struct PhysicalDeviceFeatures2KHR method PhysicalDeviceFeatures2KHR (line 10035) | PhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures features_ = Physi... method PhysicalDeviceFeatures2KHR (line 10042) | PhysicalDeviceFeatures2KHR( VkPhysicalDeviceFeatures2KHR const & rhs ) method PhysicalDeviceFeatures2KHR (line 10047) | PhysicalDeviceFeatures2KHR& operator=( VkPhysicalDeviceFeatures2KHR ... method PhysicalDeviceFeatures2KHR (line 10053) | PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ ) method PhysicalDeviceFeatures2KHR (line 10059) | PhysicalDeviceFeatures2KHR& setFeatures( PhysicalDeviceFeatures feat... type PhysicalDevicePushDescriptorPropertiesKHR (line 10091) | struct PhysicalDevicePushDescriptorPropertiesKHR method PhysicalDevicePushDescriptorPropertiesKHR (line 10093) | PhysicalDevicePushDescriptorPropertiesKHR( uint32_t maxPushDescripto... method PhysicalDevicePushDescriptorPropertiesKHR (line 10100) | PhysicalDevicePushDescriptorPropertiesKHR( VkPhysicalDevicePushDescr... method PhysicalDevicePushDescriptorPropertiesKHR (line 10105) | PhysicalDevicePushDescriptorPropertiesKHR& operator=( VkPhysicalDevi... method PhysicalDevicePushDescriptorPropertiesKHR (line 10111) | PhysicalDevicePushDescriptorPropertiesKHR& setPNext( void* pNext_ ) method PhysicalDevicePushDescriptorPropertiesKHR (line 10117) | PhysicalDevicePushDescriptorPropertiesKHR& setMaxPushDescriptors( ui... type PresentRegionsKHR (line 10149) | struct PresentRegionsKHR method PresentRegionsKHR (line 10151) | PresentRegionsKHR( uint32_t swapchainCount_ = 0, const PresentRegion... method PresentRegionsKHR (line 10159) | PresentRegionsKHR( VkPresentRegionsKHR const & rhs ) method PresentRegionsKHR (line 10164) | PresentRegionsKHR& operator=( VkPresentRegionsKHR const & rhs ) method PresentRegionsKHR (line 10170) | PresentRegionsKHR& setPNext( const void* pNext_ ) method PresentRegionsKHR (line 10176) | PresentRegionsKHR& setSwapchainCount( uint32_t swapchainCount_ ) method PresentRegionsKHR (line 10182) | PresentRegionsKHR& setPRegions( const PresentRegionKHR* pRegions_ ) type PhysicalDeviceIDPropertiesKHX (line 10216) | struct PhysicalDeviceIDPropertiesKHX type ExportMemoryWin32HandleInfoKHX (line 10251) | struct ExportMemoryWin32HandleInfoKHX method ExportMemoryWin32HandleInfoKHX (line 10253) | ExportMemoryWin32HandleInfoKHX( const SECURITY_ATTRIBUTES* pAttribut... method ExportMemoryWin32HandleInfoKHX (line 10262) | ExportMemoryWin32HandleInfoKHX( VkExportMemoryWin32HandleInfoKHX con... method ExportMemoryWin32HandleInfoKHX (line 10267) | ExportMemoryWin32HandleInfoKHX& operator=( VkExportMemoryWin32Handle... method ExportMemoryWin32HandleInfoKHX (line 10273) | ExportMemoryWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ExportMemoryWin32HandleInfoKHX (line 10279) | ExportMemoryWin32HandleInfoKHX& setPAttributes( const SECURITY_ATTRI... method ExportMemoryWin32HandleInfoKHX (line 10285) | ExportMemoryWin32HandleInfoKHX& setDwAccess( DWORD dwAccess_ ) method ExportMemoryWin32HandleInfoKHX (line 10291) | ExportMemoryWin32HandleInfoKHX& setName( LPCWSTR name_ ) type MemoryWin32HandlePropertiesKHX (line 10329) | struct MemoryWin32HandlePropertiesKHX type MemoryFdPropertiesKHX (line 10358) | struct MemoryFdPropertiesKHX type Win32KeyedMutexAcquireReleaseInfoKHX (line 10387) | struct Win32KeyedMutexAcquireReleaseInfoKHX method Win32KeyedMutexAcquireReleaseInfoKHX (line 10389) | Win32KeyedMutexAcquireReleaseInfoKHX( uint32_t acquireCount_ = 0, co... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10402) | Win32KeyedMutexAcquireReleaseInfoKHX( VkWin32KeyedMutexAcquireReleas... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10407) | Win32KeyedMutexAcquireReleaseInfoKHX& operator=( VkWin32KeyedMutexAc... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10413) | Win32KeyedMutexAcquireReleaseInfoKHX& setPNext( const void* pNext_ ) method Win32KeyedMutexAcquireReleaseInfoKHX (line 10419) | Win32KeyedMutexAcquireReleaseInfoKHX& setAcquireCount( uint32_t acqu... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10425) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireSyncs( const Device... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10431) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireKeys( const uint64_... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10437) | Win32KeyedMutexAcquireReleaseInfoKHX& setPAcquireTimeouts( const uin... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10443) | Win32KeyedMutexAcquireReleaseInfoKHX& setReleaseCount( uint32_t rele... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10449) | Win32KeyedMutexAcquireReleaseInfoKHX& setPReleaseSyncs( const Device... method Win32KeyedMutexAcquireReleaseInfoKHX (line 10455) | Win32KeyedMutexAcquireReleaseInfoKHX& setPReleaseKeys( const uint64_... type ExportSemaphoreWin32HandleInfoKHX (line 10501) | struct ExportSemaphoreWin32HandleInfoKHX method ExportSemaphoreWin32HandleInfoKHX (line 10503) | ExportSemaphoreWin32HandleInfoKHX( const SECURITY_ATTRIBUTES* pAttri... method ExportSemaphoreWin32HandleInfoKHX (line 10512) | ExportSemaphoreWin32HandleInfoKHX( VkExportSemaphoreWin32HandleInfoK... method ExportSemaphoreWin32HandleInfoKHX (line 10517) | ExportSemaphoreWin32HandleInfoKHX& operator=( VkExportSemaphoreWin32... method ExportSemaphoreWin32HandleInfoKHX (line 10523) | ExportSemaphoreWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ExportSemaphoreWin32HandleInfoKHX (line 10529) | ExportSemaphoreWin32HandleInfoKHX& setPAttributes( const SECURITY_AT... method ExportSemaphoreWin32HandleInfoKHX (line 10535) | ExportSemaphoreWin32HandleInfoKHX& setDwAccess( DWORD dwAccess_ ) method ExportSemaphoreWin32HandleInfoKHX (line 10541) | ExportSemaphoreWin32HandleInfoKHX& setName( LPCWSTR name_ ) type D3D12FenceSubmitInfoKHX (line 10579) | struct D3D12FenceSubmitInfoKHX method D3D12FenceSubmitInfoKHX (line 10581) | D3D12FenceSubmitInfoKHX( uint32_t waitSemaphoreValuesCount_ = 0, con... method D3D12FenceSubmitInfoKHX (line 10591) | D3D12FenceSubmitInfoKHX( VkD3D12FenceSubmitInfoKHX const & rhs ) method D3D12FenceSubmitInfoKHX (line 10596) | D3D12FenceSubmitInfoKHX& operator=( VkD3D12FenceSubmitInfoKHX const ... method D3D12FenceSubmitInfoKHX (line 10602) | D3D12FenceSubmitInfoKHX& setPNext( const void* pNext_ ) method D3D12FenceSubmitInfoKHX (line 10608) | D3D12FenceSubmitInfoKHX& setWaitSemaphoreValuesCount( uint32_t waitS... method D3D12FenceSubmitInfoKHX (line 10614) | D3D12FenceSubmitInfoKHX& setPWaitSemaphoreValues( const uint64_t* pW... method D3D12FenceSubmitInfoKHX (line 10620) | D3D12FenceSubmitInfoKHX& setSignalSemaphoreValuesCount( uint32_t sig... method D3D12FenceSubmitInfoKHX (line 10626) | D3D12FenceSubmitInfoKHX& setPSignalSemaphoreValues( const uint64_t* ... type PhysicalDeviceMultiviewFeaturesKHX (line 10665) | struct PhysicalDeviceMultiviewFeaturesKHX method PhysicalDeviceMultiviewFeaturesKHX (line 10667) | PhysicalDeviceMultiviewFeaturesKHX( Bool32 multiview_ = 0, Bool32 mu... method PhysicalDeviceMultiviewFeaturesKHX (line 10676) | PhysicalDeviceMultiviewFeaturesKHX( VkPhysicalDeviceMultiviewFeature... method PhysicalDeviceMultiviewFeaturesKHX (line 10681) | PhysicalDeviceMultiviewFeaturesKHX& operator=( VkPhysicalDeviceMulti... method PhysicalDeviceMultiviewFeaturesKHX (line 10687) | PhysicalDeviceMultiviewFeaturesKHX& setPNext( void* pNext_ ) method PhysicalDeviceMultiviewFeaturesKHX (line 10693) | PhysicalDeviceMultiviewFeaturesKHX& setMultiview( Bool32 multiview_ ) method PhysicalDeviceMultiviewFeaturesKHX (line 10699) | PhysicalDeviceMultiviewFeaturesKHX& setMultiviewGeometryShader( Bool... method PhysicalDeviceMultiviewFeaturesKHX (line 10705) | PhysicalDeviceMultiviewFeaturesKHX& setMultiviewTessellationShader( ... type PhysicalDeviceMultiviewPropertiesKHX (line 10741) | struct PhysicalDeviceMultiviewPropertiesKHX type RenderPassMultiviewCreateInfoKHX (line 10771) | struct RenderPassMultiviewCreateInfoKHX method RenderPassMultiviewCreateInfoKHX (line 10773) | RenderPassMultiviewCreateInfoKHX( uint32_t subpassCount_ = 0, const ... method RenderPassMultiviewCreateInfoKHX (line 10785) | RenderPassMultiviewCreateInfoKHX( VkRenderPassMultiviewCreateInfoKHX... method RenderPassMultiviewCreateInfoKHX (line 10790) | RenderPassMultiviewCreateInfoKHX& operator=( VkRenderPassMultiviewCr... method RenderPassMultiviewCreateInfoKHX (line 10796) | RenderPassMultiviewCreateInfoKHX& setPNext( const void* pNext_ ) method RenderPassMultiviewCreateInfoKHX (line 10802) | RenderPassMultiviewCreateInfoKHX& setSubpassCount( uint32_t subpassC... method RenderPassMultiviewCreateInfoKHX (line 10808) | RenderPassMultiviewCreateInfoKHX& setPViewMasks( const uint32_t* pVi... method RenderPassMultiviewCreateInfoKHX (line 10814) | RenderPassMultiviewCreateInfoKHX& setDependencyCount( uint32_t depen... method RenderPassMultiviewCreateInfoKHX (line 10820) | RenderPassMultiviewCreateInfoKHX& setPViewOffsets( const int32_t* pV... method RenderPassMultiviewCreateInfoKHX (line 10826) | RenderPassMultiviewCreateInfoKHX& setCorrelationMaskCount( uint32_t ... method RenderPassMultiviewCreateInfoKHX (line 10832) | RenderPassMultiviewCreateInfoKHX& setPCorrelationMasks( const uint32... type BindBufferMemoryInfoKHX (line 10874) | struct BindBufferMemoryInfoKHX method BindBufferMemoryInfoKHX (line 10876) | BindBufferMemoryInfoKHX( Buffer buffer_ = Buffer(), DeviceMemory mem... method BindBufferMemoryInfoKHX (line 10887) | BindBufferMemoryInfoKHX( VkBindBufferMemoryInfoKHX const & rhs ) method BindBufferMemoryInfoKHX (line 10892) | BindBufferMemoryInfoKHX& operator=( VkBindBufferMemoryInfoKHX const ... method BindBufferMemoryInfoKHX (line 10898) | BindBufferMemoryInfoKHX& setPNext( const void* pNext_ ) method BindBufferMemoryInfoKHX (line 10904) | BindBufferMemoryInfoKHX& setBuffer( Buffer buffer_ ) method BindBufferMemoryInfoKHX (line 10910) | BindBufferMemoryInfoKHX& setMemory( DeviceMemory memory_ ) method BindBufferMemoryInfoKHX (line 10916) | BindBufferMemoryInfoKHX& setMemoryOffset( DeviceSize memoryOffset_ ) method BindBufferMemoryInfoKHX (line 10922) | BindBufferMemoryInfoKHX& setDeviceIndexCount( uint32_t deviceIndexCo... method BindBufferMemoryInfoKHX (line 10928) | BindBufferMemoryInfoKHX& setPDeviceIndices( const uint32_t* pDeviceI... type BindImageMemoryInfoKHX (line 10968) | struct BindImageMemoryInfoKHX method BindImageMemoryInfoKHX (line 10970) | BindImageMemoryInfoKHX( Image image_ = Image(), DeviceMemory memory_... method BindImageMemoryInfoKHX (line 10983) | BindImageMemoryInfoKHX( VkBindImageMemoryInfoKHX const & rhs ) method BindImageMemoryInfoKHX (line 10988) | BindImageMemoryInfoKHX& operator=( VkBindImageMemoryInfoKHX const & ... method BindImageMemoryInfoKHX (line 10994) | BindImageMemoryInfoKHX& setPNext( const void* pNext_ ) method BindImageMemoryInfoKHX (line 11000) | BindImageMemoryInfoKHX& setImage( Image image_ ) method BindImageMemoryInfoKHX (line 11006) | BindImageMemoryInfoKHX& setMemory( DeviceMemory memory_ ) method BindImageMemoryInfoKHX (line 11012) | BindImageMemoryInfoKHX& setMemoryOffset( DeviceSize memoryOffset_ ) method BindImageMemoryInfoKHX (line 11018) | BindImageMemoryInfoKHX& setDeviceIndexCount( uint32_t deviceIndexCou... method BindImageMemoryInfoKHX (line 11024) | BindImageMemoryInfoKHX& setPDeviceIndices( const uint32_t* pDeviceIn... method BindImageMemoryInfoKHX (line 11030) | BindImageMemoryInfoKHX& setSFRRectCount( uint32_t SFRRectCount_ ) method BindImageMemoryInfoKHX (line 11036) | BindImageMemoryInfoKHX& setPSFRRects( const Rect2D* pSFRRects_ ) type DeviceGroupRenderPassBeginInfoKHX (line 11080) | struct DeviceGroupRenderPassBeginInfoKHX method DeviceGroupRenderPassBeginInfoKHX (line 11082) | DeviceGroupRenderPassBeginInfoKHX( uint32_t deviceMask_ = 0, uint32_... method DeviceGroupRenderPassBeginInfoKHX (line 11091) | DeviceGroupRenderPassBeginInfoKHX( VkDeviceGroupRenderPassBeginInfoK... method DeviceGroupRenderPassBeginInfoKHX (line 11096) | DeviceGroupRenderPassBeginInfoKHX& operator=( VkDeviceGroupRenderPas... method DeviceGroupRenderPassBeginInfoKHX (line 11102) | DeviceGroupRenderPassBeginInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupRenderPassBeginInfoKHX (line 11108) | DeviceGroupRenderPassBeginInfoKHX& setDeviceMask( uint32_t deviceMas... method DeviceGroupRenderPassBeginInfoKHX (line 11114) | DeviceGroupRenderPassBeginInfoKHX& setDeviceRenderAreaCount( uint32_... method DeviceGroupRenderPassBeginInfoKHX (line 11120) | DeviceGroupRenderPassBeginInfoKHX& setPDeviceRenderAreas( const Rect... type DeviceGroupCommandBufferBeginInfoKHX (line 11156) | struct DeviceGroupCommandBufferBeginInfoKHX method DeviceGroupCommandBufferBeginInfoKHX (line 11158) | DeviceGroupCommandBufferBeginInfoKHX( uint32_t deviceMask_ = 0 ) method DeviceGroupCommandBufferBeginInfoKHX (line 11165) | DeviceGroupCommandBufferBeginInfoKHX( VkDeviceGroupCommandBufferBegi... method DeviceGroupCommandBufferBeginInfoKHX (line 11170) | DeviceGroupCommandBufferBeginInfoKHX& operator=( VkDeviceGroupComman... method DeviceGroupCommandBufferBeginInfoKHX (line 11176) | DeviceGroupCommandBufferBeginInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupCommandBufferBeginInfoKHX (line 11182) | DeviceGroupCommandBufferBeginInfoKHX& setDeviceMask( uint32_t device... type DeviceGroupSubmitInfoKHX (line 11214) | struct DeviceGroupSubmitInfoKHX method DeviceGroupSubmitInfoKHX (line 11216) | DeviceGroupSubmitInfoKHX( uint32_t waitSemaphoreCount_ = 0, const ui... method DeviceGroupSubmitInfoKHX (line 11228) | DeviceGroupSubmitInfoKHX( VkDeviceGroupSubmitInfoKHX const & rhs ) method DeviceGroupSubmitInfoKHX (line 11233) | DeviceGroupSubmitInfoKHX& operator=( VkDeviceGroupSubmitInfoKHX cons... method DeviceGroupSubmitInfoKHX (line 11239) | DeviceGroupSubmitInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupSubmitInfoKHX (line 11245) | DeviceGroupSubmitInfoKHX& setWaitSemaphoreCount( uint32_t waitSemaph... method DeviceGroupSubmitInfoKHX (line 11251) | DeviceGroupSubmitInfoKHX& setPWaitSemaphoreDeviceIndices( const uint... method DeviceGroupSubmitInfoKHX (line 11257) | DeviceGroupSubmitInfoKHX& setCommandBufferCount( uint32_t commandBuf... method DeviceGroupSubmitInfoKHX (line 11263) | DeviceGroupSubmitInfoKHX& setPCommandBufferDeviceMasks( const uint32... method DeviceGroupSubmitInfoKHX (line 11269) | DeviceGroupSubmitInfoKHX& setSignalSemaphoreCount( uint32_t signalSe... method DeviceGroupSubmitInfoKHX (line 11275) | DeviceGroupSubmitInfoKHX& setPSignalSemaphoreDeviceIndices( const ui... type DeviceGroupBindSparseInfoKHX (line 11317) | struct DeviceGroupBindSparseInfoKHX method DeviceGroupBindSparseInfoKHX (line 11319) | DeviceGroupBindSparseInfoKHX( uint32_t resourceDeviceIndex_ = 0, uin... method DeviceGroupBindSparseInfoKHX (line 11327) | DeviceGroupBindSparseInfoKHX( VkDeviceGroupBindSparseInfoKHX const &... method DeviceGroupBindSparseInfoKHX (line 11332) | DeviceGroupBindSparseInfoKHX& operator=( VkDeviceGroupBindSparseInfo... method DeviceGroupBindSparseInfoKHX (line 11338) | DeviceGroupBindSparseInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupBindSparseInfoKHX (line 11344) | DeviceGroupBindSparseInfoKHX& setResourceDeviceIndex( uint32_t resou... method DeviceGroupBindSparseInfoKHX (line 11350) | DeviceGroupBindSparseInfoKHX& setMemoryDeviceIndex( uint32_t memoryD... type ImageSwapchainCreateInfoKHX (line 11384) | struct ImageSwapchainCreateInfoKHX method ImageSwapchainCreateInfoKHX (line 11386) | ImageSwapchainCreateInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR() ) method ImageSwapchainCreateInfoKHX (line 11393) | ImageSwapchainCreateInfoKHX( VkImageSwapchainCreateInfoKHX const & r... method ImageSwapchainCreateInfoKHX (line 11398) | ImageSwapchainCreateInfoKHX& operator=( VkImageSwapchainCreateInfoKH... method ImageSwapchainCreateInfoKHX (line 11404) | ImageSwapchainCreateInfoKHX& setPNext( const void* pNext_ ) method ImageSwapchainCreateInfoKHX (line 11410) | ImageSwapchainCreateInfoKHX& setSwapchain( SwapchainKHR swapchain_ ) type BindImageMemorySwapchainInfoKHX (line 11442) | struct BindImageMemorySwapchainInfoKHX method BindImageMemorySwapchainInfoKHX (line 11444) | BindImageMemorySwapchainInfoKHX( SwapchainKHR swapchain_ = Swapchain... method BindImageMemorySwapchainInfoKHX (line 11452) | BindImageMemorySwapchainInfoKHX( VkBindImageMemorySwapchainInfoKHX c... method BindImageMemorySwapchainInfoKHX (line 11457) | BindImageMemorySwapchainInfoKHX& operator=( VkBindImageMemorySwapcha... method BindImageMemorySwapchainInfoKHX (line 11463) | BindImageMemorySwapchainInfoKHX& setPNext( const void* pNext_ ) method BindImageMemorySwapchainInfoKHX (line 11469) | BindImageMemorySwapchainInfoKHX& setSwapchain( SwapchainKHR swapchai... method BindImageMemorySwapchainInfoKHX (line 11475) | BindImageMemorySwapchainInfoKHX& setImageIndex( uint32_t imageIndex_ ) type AcquireNextImageInfoKHX (line 11509) | struct AcquireNextImageInfoKHX method AcquireNextImageInfoKHX (line 11511) | AcquireNextImageInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR(), u... method AcquireNextImageInfoKHX (line 11522) | AcquireNextImageInfoKHX( VkAcquireNextImageInfoKHX const & rhs ) method AcquireNextImageInfoKHX (line 11527) | AcquireNextImageInfoKHX& operator=( VkAcquireNextImageInfoKHX const ... method AcquireNextImageInfoKHX (line 11533) | AcquireNextImageInfoKHX& setPNext( const void* pNext_ ) method AcquireNextImageInfoKHX (line 11539) | AcquireNextImageInfoKHX& setSwapchain( SwapchainKHR swapchain_ ) method AcquireNextImageInfoKHX (line 11545) | AcquireNextImageInfoKHX& setTimeout( uint64_t timeout_ ) method AcquireNextImageInfoKHX (line 11551) | AcquireNextImageInfoKHX& setSemaphore( Semaphore semaphore_ ) method AcquireNextImageInfoKHX (line 11557) | AcquireNextImageInfoKHX& setFence( Fence fence_ ) method AcquireNextImageInfoKHX (line 11563) | AcquireNextImageInfoKHX& setDeviceMask( uint32_t deviceMask_ ) type HdrMetadataEXT (line 11603) | struct HdrMetadataEXT method HdrMetadataEXT (line 11605) | HdrMetadataEXT( XYColorEXT displayPrimaryRed_ = XYColorEXT(), XYColo... method HdrMetadataEXT (line 11619) | HdrMetadataEXT( VkHdrMetadataEXT const & rhs ) method HdrMetadataEXT (line 11624) | HdrMetadataEXT& operator=( VkHdrMetadataEXT const & rhs ) method HdrMetadataEXT (line 11630) | HdrMetadataEXT& setPNext( const void* pNext_ ) method HdrMetadataEXT (line 11636) | HdrMetadataEXT& setDisplayPrimaryRed( XYColorEXT displayPrimaryRed_ ) method HdrMetadataEXT (line 11642) | HdrMetadataEXT& setDisplayPrimaryGreen( XYColorEXT displayPrimaryGre... method HdrMetadataEXT (line 11648) | HdrMetadataEXT& setDisplayPrimaryBlue( XYColorEXT displayPrimaryBlue_ ) method HdrMetadataEXT (line 11654) | HdrMetadataEXT& setWhitePoint( XYColorEXT whitePoint_ ) method HdrMetadataEXT (line 11660) | HdrMetadataEXT& setMaxLuminance( float maxLuminance_ ) method HdrMetadataEXT (line 11666) | HdrMetadataEXT& setMinLuminance( float minLuminance_ ) method HdrMetadataEXT (line 11672) | HdrMetadataEXT& setMaxContentLightLevel( float maxContentLightLevel_ ) method HdrMetadataEXT (line 11678) | HdrMetadataEXT& setMaxFrameAverageLightLevel( float maxFrameAverageL... type PresentTimesInfoGOOGLE (line 11724) | struct PresentTimesInfoGOOGLE method PresentTimesInfoGOOGLE (line 11726) | PresentTimesInfoGOOGLE( uint32_t swapchainCount_ = 0, const PresentT... method PresentTimesInfoGOOGLE (line 11734) | PresentTimesInfoGOOGLE( VkPresentTimesInfoGOOGLE const & rhs ) method PresentTimesInfoGOOGLE (line 11739) | PresentTimesInfoGOOGLE& operator=( VkPresentTimesInfoGOOGLE const & ... method PresentTimesInfoGOOGLE (line 11745) | PresentTimesInfoGOOGLE& setPNext( const void* pNext_ ) method PresentTimesInfoGOOGLE (line 11751) | PresentTimesInfoGOOGLE& setSwapchainCount( uint32_t swapchainCount_ ) method PresentTimesInfoGOOGLE (line 11757) | PresentTimesInfoGOOGLE& setPTimes( const PresentTimeGOOGLE* pTimes_ ) type IOSSurfaceCreateInfoMVK (line 11792) | struct IOSSurfaceCreateInfoMVK method IOSSurfaceCreateInfoMVK (line 11794) | IOSSurfaceCreateInfoMVK( IOSSurfaceCreateFlagsMVK flags_ = IOSSurfac... method IOSSurfaceCreateInfoMVK (line 11802) | IOSSurfaceCreateInfoMVK( VkIOSSurfaceCreateInfoMVK const & rhs ) method IOSSurfaceCreateInfoMVK (line 11807) | IOSSurfaceCreateInfoMVK& operator=( VkIOSSurfaceCreateInfoMVK const ... method IOSSurfaceCreateInfoMVK (line 11813) | IOSSurfaceCreateInfoMVK& setPNext( const void* pNext_ ) method IOSSurfaceCreateInfoMVK (line 11819) | IOSSurfaceCreateInfoMVK& setFlags( IOSSurfaceCreateFlagsMVK flags_ ) method IOSSurfaceCreateInfoMVK (line 11825) | IOSSurfaceCreateInfoMVK& setPView( const void* pView_ ) type MacOSSurfaceCreateInfoMVK (line 11861) | struct MacOSSurfaceCreateInfoMVK method MacOSSurfaceCreateInfoMVK (line 11863) | MacOSSurfaceCreateInfoMVK( MacOSSurfaceCreateFlagsMVK flags_ = MacOS... method MacOSSurfaceCreateInfoMVK (line 11871) | MacOSSurfaceCreateInfoMVK( VkMacOSSurfaceCreateInfoMVK const & rhs ) method MacOSSurfaceCreateInfoMVK (line 11876) | MacOSSurfaceCreateInfoMVK& operator=( VkMacOSSurfaceCreateInfoMVK co... method MacOSSurfaceCreateInfoMVK (line 11882) | MacOSSurfaceCreateInfoMVK& setPNext( const void* pNext_ ) method MacOSSurfaceCreateInfoMVK (line 11888) | MacOSSurfaceCreateInfoMVK& setFlags( MacOSSurfaceCreateFlagsMVK flag... method MacOSSurfaceCreateInfoMVK (line 11894) | MacOSSurfaceCreateInfoMVK& setPView( const void* pView_ ) type PipelineViewportWScalingStateCreateInfoNV (line 11929) | struct PipelineViewportWScalingStateCreateInfoNV method PipelineViewportWScalingStateCreateInfoNV (line 11931) | PipelineViewportWScalingStateCreateInfoNV( Bool32 viewportWScalingEn... method PipelineViewportWScalingStateCreateInfoNV (line 11940) | PipelineViewportWScalingStateCreateInfoNV( VkPipelineViewportWScalin... method PipelineViewportWScalingStateCreateInfoNV (line 11945) | PipelineViewportWScalingStateCreateInfoNV& operator=( VkPipelineView... method PipelineViewportWScalingStateCreateInfoNV (line 11951) | PipelineViewportWScalingStateCreateInfoNV& setPNext( const void* pNe... method PipelineViewportWScalingStateCreateInfoNV (line 11957) | PipelineViewportWScalingStateCreateInfoNV& setViewportWScalingEnable... method PipelineViewportWScalingStateCreateInfoNV (line 11963) | PipelineViewportWScalingStateCreateInfoNV& setViewportCount( uint32_... method PipelineViewportWScalingStateCreateInfoNV (line 11969) | PipelineViewportWScalingStateCreateInfoNV& setPViewportWScalings( co... type PhysicalDeviceDiscardRectanglePropertiesEXT (line 12005) | struct PhysicalDeviceDiscardRectanglePropertiesEXT method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12007) | PhysicalDeviceDiscardRectanglePropertiesEXT( uint32_t maxDiscardRect... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12014) | PhysicalDeviceDiscardRectanglePropertiesEXT( VkPhysicalDeviceDiscard... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12019) | PhysicalDeviceDiscardRectanglePropertiesEXT& operator=( VkPhysicalDe... method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12025) | PhysicalDeviceDiscardRectanglePropertiesEXT& setPNext( void* pNext_ ) method PhysicalDeviceDiscardRectanglePropertiesEXT (line 12031) | PhysicalDeviceDiscardRectanglePropertiesEXT& setMaxDiscardRectangles... type PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX (line 12063) | struct PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX type PhysicalDeviceSurfaceInfo2KHR (line 12091) | struct PhysicalDeviceSurfaceInfo2KHR method PhysicalDeviceSurfaceInfo2KHR (line 12093) | PhysicalDeviceSurfaceInfo2KHR( SurfaceKHR surface_ = SurfaceKHR() ) method PhysicalDeviceSurfaceInfo2KHR (line 12100) | PhysicalDeviceSurfaceInfo2KHR( VkPhysicalDeviceSurfaceInfo2KHR const... method PhysicalDeviceSurfaceInfo2KHR (line 12105) | PhysicalDeviceSurfaceInfo2KHR& operator=( VkPhysicalDeviceSurfaceInf... method PhysicalDeviceSurfaceInfo2KHR (line 12111) | PhysicalDeviceSurfaceInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceSurfaceInfo2KHR (line 12117) | PhysicalDeviceSurfaceInfo2KHR& setSurface( SurfaceKHR surface_ ) type SubpassContents (line 12149) | enum class SubpassContents type PresentInfoKHR (line 12155) | struct PresentInfoKHR method PresentInfoKHR (line 12157) | PresentInfoKHR( uint32_t waitSemaphoreCount_ = 0, const Semaphore* p... method PresentInfoKHR (line 12169) | PresentInfoKHR( VkPresentInfoKHR const & rhs ) method PresentInfoKHR (line 12174) | PresentInfoKHR& operator=( VkPresentInfoKHR const & rhs ) method PresentInfoKHR (line 12180) | PresentInfoKHR& setPNext( const void* pNext_ ) method PresentInfoKHR (line 12186) | PresentInfoKHR& setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) method PresentInfoKHR (line 12192) | PresentInfoKHR& setPWaitSemaphores( const Semaphore* pWaitSemaphores_ ) method PresentInfoKHR (line 12198) | PresentInfoKHR& setSwapchainCount( uint32_t swapchainCount_ ) method PresentInfoKHR (line 12204) | PresentInfoKHR& setPSwapchains( const SwapchainKHR* pSwapchains_ ) method PresentInfoKHR (line 12210) | PresentInfoKHR& setPImageIndices( const uint32_t* pImageIndices_ ) method PresentInfoKHR (line 12216) | PresentInfoKHR& setPResults( Result* pResults_ ) type DynamicState (line 12258) | enum class DynamicState type PipelineDynamicStateCreateInfo (line 12273) | struct PipelineDynamicStateCreateInfo method PipelineDynamicStateCreateInfo (line 12275) | PipelineDynamicStateCreateInfo( PipelineDynamicStateCreateFlags flag... method PipelineDynamicStateCreateInfo (line 12284) | PipelineDynamicStateCreateInfo( VkPipelineDynamicStateCreateInfo con... method PipelineDynamicStateCreateInfo (line 12289) | PipelineDynamicStateCreateInfo& operator=( VkPipelineDynamicStateCre... method PipelineDynamicStateCreateInfo (line 12295) | PipelineDynamicStateCreateInfo& setPNext( const void* pNext_ ) method PipelineDynamicStateCreateInfo (line 12301) | PipelineDynamicStateCreateInfo& setFlags( PipelineDynamicStateCreate... method PipelineDynamicStateCreateInfo (line 12307) | PipelineDynamicStateCreateInfo& setDynamicStateCount( uint32_t dynam... method PipelineDynamicStateCreateInfo (line 12313) | PipelineDynamicStateCreateInfo& setPDynamicStates( const DynamicStat... type DescriptorUpdateTemplateTypeKHR (line 12349) | enum class DescriptorUpdateTemplateTypeKHR type DescriptorUpdateTemplateCreateInfoKHR (line 12355) | struct DescriptorUpdateTemplateCreateInfoKHR method DescriptorUpdateTemplateCreateInfoKHR (line 12357) | DescriptorUpdateTemplateCreateInfoKHR( DescriptorUpdateTemplateCreat... method DescriptorUpdateTemplateCreateInfoKHR (line 12371) | DescriptorUpdateTemplateCreateInfoKHR( VkDescriptorUpdateTemplateCre... method DescriptorUpdateTemplateCreateInfoKHR (line 12376) | DescriptorUpdateTemplateCreateInfoKHR& operator=( VkDescriptorUpdate... method DescriptorUpdateTemplateCreateInfoKHR (line 12382) | DescriptorUpdateTemplateCreateInfoKHR& setPNext( void* pNext_ ) method DescriptorUpdateTemplateCreateInfoKHR (line 12388) | DescriptorUpdateTemplateCreateInfoKHR& setFlags( DescriptorUpdateTem... method DescriptorUpdateTemplateCreateInfoKHR (line 12394) | DescriptorUpdateTemplateCreateInfoKHR& setDescriptorUpdateEntryCount... method DescriptorUpdateTemplateCreateInfoKHR (line 12400) | DescriptorUpdateTemplateCreateInfoKHR& setPDescriptorUpdateEntries( ... method DescriptorUpdateTemplateCreateInfoKHR (line 12406) | DescriptorUpdateTemplateCreateInfoKHR& setTemplateType( DescriptorUp... method DescriptorUpdateTemplateCreateInfoKHR (line 12412) | DescriptorUpdateTemplateCreateInfoKHR& setDescriptorSetLayout( Descr... method DescriptorUpdateTemplateCreateInfoKHR (line 12418) | DescriptorUpdateTemplateCreateInfoKHR& setPipelineBindPoint( Pipelin... method DescriptorUpdateTemplateCreateInfoKHR (line 12424) | DescriptorUpdateTemplateCreateInfoKHR& setPipelineLayout( PipelineLa... method DescriptorUpdateTemplateCreateInfoKHR (line 12430) | DescriptorUpdateTemplateCreateInfoKHR& setSet( uint32_t set_ ) type ObjectType (line 12476) | enum class ObjectType type QueueFlagBits (line 12514) | enum class QueueFlagBits function VULKAN_HPP_INLINE (line 12524) | VULKAN_HPP_INLINE QueueFlags operator|( QueueFlagBits bit0, QueueFlagB... function VULKAN_HPP_INLINE (line 12529) | VULKAN_HPP_INLINE QueueFlags operator~( QueueFlagBits bits ) type FlagTraits (line 12534) | struct FlagTraits type QueueFamilyProperties (line 12542) | struct QueueFamilyProperties type QueueFamilyProperties2KHR (line 12569) | struct QueueFamilyProperties2KHR type MemoryPropertyFlagBits (line 12597) | enum class MemoryPropertyFlagBits function VULKAN_HPP_INLINE (line 12608) | VULKAN_HPP_INLINE MemoryPropertyFlags operator|( MemoryPropertyFlagBit... function VULKAN_HPP_INLINE (line 12613) | VULKAN_HPP_INLINE MemoryPropertyFlags operator~( MemoryPropertyFlagBit... type FlagTraits (line 12618) | struct FlagTraits type MemoryType (line 12626) | struct MemoryType type MemoryHeapFlagBits (line 12649) | enum class MemoryHeapFlagBits function VULKAN_HPP_INLINE (line 12657) | VULKAN_HPP_INLINE MemoryHeapFlags operator|( MemoryHeapFlagBits bit0, ... function VULKAN_HPP_INLINE (line 12662) | VULKAN_HPP_INLINE MemoryHeapFlags operator~( MemoryHeapFlagBits bits ) type FlagTraits (line 12667) | struct FlagTraits type MemoryHeap (line 12675) | struct MemoryHeap type PhysicalDeviceMemoryProperties (line 12698) | struct PhysicalDeviceMemoryProperties type PhysicalDeviceMemoryProperties2KHR (line 12725) | struct PhysicalDeviceMemoryProperties2KHR type AccessFlagBits (line 12753) | enum class AccessFlagBits function VULKAN_HPP_INLINE (line 12778) | VULKAN_HPP_INLINE AccessFlags operator|( AccessFlagBits bit0, AccessFl... function VULKAN_HPP_INLINE (line 12783) | VULKAN_HPP_INLINE AccessFlags operator~( AccessFlagBits bits ) type FlagTraits (line 12788) | struct FlagTraits type MemoryBarrier (line 12796) | struct MemoryBarrier method MemoryBarrier (line 12798) | MemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), AccessFla... method MemoryBarrier (line 12806) | MemoryBarrier( VkMemoryBarrier const & rhs ) method MemoryBarrier (line 12811) | MemoryBarrier& operator=( VkMemoryBarrier const & rhs ) method MemoryBarrier (line 12817) | MemoryBarrier& setPNext( const void* pNext_ ) method MemoryBarrier (line 12823) | MemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method MemoryBarrier (line 12829) | MemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) type BufferMemoryBarrier (line 12863) | struct BufferMemoryBarrier method BufferMemoryBarrier (line 12865) | BufferMemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), Acc... method BufferMemoryBarrier (line 12878) | BufferMemoryBarrier( VkBufferMemoryBarrier const & rhs ) method BufferMemoryBarrier (line 12883) | BufferMemoryBarrier& operator=( VkBufferMemoryBarrier const & rhs ) method BufferMemoryBarrier (line 12889) | BufferMemoryBarrier& setPNext( const void* pNext_ ) method BufferMemoryBarrier (line 12895) | BufferMemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method BufferMemoryBarrier (line 12901) | BufferMemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) method BufferMemoryBarrier (line 12907) | BufferMemoryBarrier& setSrcQueueFamilyIndex( uint32_t srcQueueFamily... method BufferMemoryBarrier (line 12913) | BufferMemoryBarrier& setDstQueueFamilyIndex( uint32_t dstQueueFamily... method BufferMemoryBarrier (line 12919) | BufferMemoryBarrier& setBuffer( Buffer buffer_ ) method BufferMemoryBarrier (line 12925) | BufferMemoryBarrier& setOffset( DeviceSize offset_ ) method BufferMemoryBarrier (line 12931) | BufferMemoryBarrier& setSize( DeviceSize size_ ) type BufferUsageFlagBits (line 12975) | enum class BufferUsageFlagBits function VULKAN_HPP_INLINE (line 12990) | VULKAN_HPP_INLINE BufferUsageFlags operator|( BufferUsageFlagBits bit0... function VULKAN_HPP_INLINE (line 12995) | VULKAN_HPP_INLINE BufferUsageFlags operator~( BufferUsageFlagBits bits ) type FlagTraits (line 13000) | struct FlagTraits type BufferCreateFlagBits (line 13008) | enum class BufferCreateFlagBits function VULKAN_HPP_INLINE (line 13017) | VULKAN_HPP_INLINE BufferCreateFlags operator|( BufferCreateFlagBits bi... function VULKAN_HPP_INLINE (line 13022) | VULKAN_HPP_INLINE BufferCreateFlags operator~( BufferCreateFlagBits bi... type FlagTraits (line 13027) | struct FlagTraits type BufferCreateInfo (line 13035) | struct BufferCreateInfo method BufferCreateInfo (line 13037) | BufferCreateInfo( BufferCreateFlags flags_ = BufferCreateFlags(), De... method BufferCreateInfo (line 13049) | BufferCreateInfo( VkBufferCreateInfo const & rhs ) method BufferCreateInfo (line 13054) | BufferCreateInfo& operator=( VkBufferCreateInfo const & rhs ) method BufferCreateInfo (line 13060) | BufferCreateInfo& setPNext( const void* pNext_ ) method BufferCreateInfo (line 13066) | BufferCreateInfo& setFlags( BufferCreateFlags flags_ ) method BufferCreateInfo (line 13072) | BufferCreateInfo& setSize( DeviceSize size_ ) method BufferCreateInfo (line 13078) | BufferCreateInfo& setUsage( BufferUsageFlags usage_ ) method BufferCreateInfo (line 13084) | BufferCreateInfo& setSharingMode( SharingMode sharingMode_ ) method BufferCreateInfo (line 13090) | BufferCreateInfo& setQueueFamilyIndexCount( uint32_t queueFamilyInde... method BufferCreateInfo (line 13096) | BufferCreateInfo& setPQueueFamilyIndices( const uint32_t* pQueueFami... type ShaderStageFlagBits (line 13138) | enum class ShaderStageFlagBits function VULKAN_HPP_INLINE (line 13152) | VULKAN_HPP_INLINE ShaderStageFlags operator|( ShaderStageFlagBits bit0... function VULKAN_HPP_INLINE (line 13157) | VULKAN_HPP_INLINE ShaderStageFlags operator~( ShaderStageFlagBits bits ) type FlagTraits (line 13162) | struct FlagTraits type DescriptorSetLayoutBinding (line 13170) | struct DescriptorSetLayoutBinding method DescriptorSetLayoutBinding (line 13172) | DescriptorSetLayoutBinding( uint32_t binding_ = 0, DescriptorType de... method DescriptorSetLayoutBinding (line 13181) | DescriptorSetLayoutBinding( VkDescriptorSetLayoutBinding const & rhs ) method DescriptorSetLayoutBinding (line 13186) | DescriptorSetLayoutBinding& operator=( VkDescriptorSetLayoutBinding ... method DescriptorSetLayoutBinding (line 13192) | DescriptorSetLayoutBinding& setBinding( uint32_t binding_ ) method DescriptorSetLayoutBinding (line 13198) | DescriptorSetLayoutBinding& setDescriptorType( DescriptorType descri... method DescriptorSetLayoutBinding (line 13204) | DescriptorSetLayoutBinding& setDescriptorCount( uint32_t descriptorC... method DescriptorSetLayoutBinding (line 13210) | DescriptorSetLayoutBinding& setStageFlags( ShaderStageFlags stageFla... method DescriptorSetLayoutBinding (line 13216) | DescriptorSetLayoutBinding& setPImmutableSamplers( const Sampler* pI... type PipelineShaderStageCreateInfo (line 13249) | struct PipelineShaderStageCreateInfo method PipelineShaderStageCreateInfo (line 13251) | PipelineShaderStageCreateInfo( PipelineShaderStageCreateFlags flags_... method PipelineShaderStageCreateInfo (line 13262) | PipelineShaderStageCreateInfo( VkPipelineShaderStageCreateInfo const... method PipelineShaderStageCreateInfo (line 13267) | PipelineShaderStageCreateInfo& operator=( VkPipelineShaderStageCreat... method PipelineShaderStageCreateInfo (line 13273) | PipelineShaderStageCreateInfo& setPNext( const void* pNext_ ) method PipelineShaderStageCreateInfo (line 13279) | PipelineShaderStageCreateInfo& setFlags( PipelineShaderStageCreateFl... method PipelineShaderStageCreateInfo (line 13285) | PipelineShaderStageCreateInfo& setStage( ShaderStageFlagBits stage_ ) method PipelineShaderStageCreateInfo (line 13291) | PipelineShaderStageCreateInfo& setModule( ShaderModule module_ ) method PipelineShaderStageCreateInfo (line 13297) | PipelineShaderStageCreateInfo& setPName( const char* pName_ ) method PipelineShaderStageCreateInfo (line 13303) | PipelineShaderStageCreateInfo& setPSpecializationInfo( const Special... type PushConstantRange (line 13343) | struct PushConstantRange method PushConstantRange (line 13345) | PushConstantRange( ShaderStageFlags stageFlags_ = ShaderStageFlags()... method PushConstantRange (line 13352) | PushConstantRange( VkPushConstantRange const & rhs ) method PushConstantRange (line 13357) | PushConstantRange& operator=( VkPushConstantRange const & rhs ) method PushConstantRange (line 13363) | PushConstantRange& setStageFlags( ShaderStageFlags stageFlags_ ) method PushConstantRange (line 13369) | PushConstantRange& setOffset( uint32_t offset_ ) method PushConstantRange (line 13375) | PushConstantRange& setSize( uint32_t size_ ) type PipelineLayoutCreateInfo (line 13404) | struct PipelineLayoutCreateInfo method PipelineLayoutCreateInfo (line 13406) | PipelineLayoutCreateInfo( PipelineLayoutCreateFlags flags_ = Pipelin... method PipelineLayoutCreateInfo (line 13417) | PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) method PipelineLayoutCreateInfo (line 13422) | PipelineLayoutCreateInfo& operator=( VkPipelineLayoutCreateInfo cons... method PipelineLayoutCreateInfo (line 13428) | PipelineLayoutCreateInfo& setPNext( const void* pNext_ ) method PipelineLayoutCreateInfo (line 13434) | PipelineLayoutCreateInfo& setFlags( PipelineLayoutCreateFlags flags_ ) method PipelineLayoutCreateInfo (line 13440) | PipelineLayoutCreateInfo& setSetLayoutCount( uint32_t setLayoutCount_ ) method PipelineLayoutCreateInfo (line 13446) | PipelineLayoutCreateInfo& setPSetLayouts( const DescriptorSetLayout*... method PipelineLayoutCreateInfo (line 13452) | PipelineLayoutCreateInfo& setPushConstantRangeCount( uint32_t pushCo... method PipelineLayoutCreateInfo (line 13458) | PipelineLayoutCreateInfo& setPPushConstantRanges( const PushConstant... type ImageUsageFlagBits (line 13498) | enum class ImageUsageFlagBits function VULKAN_HPP_INLINE (line 13512) | VULKAN_HPP_INLINE ImageUsageFlags operator|( ImageUsageFlagBits bit0, ... function VULKAN_HPP_INLINE (line 13517) | VULKAN_HPP_INLINE ImageUsageFlags operator~( ImageUsageFlagBits bits ) type FlagTraits (line 13522) | struct FlagTraits type SharedPresentSurfaceCapabilitiesKHR (line 13530) | struct SharedPresentSurfaceCapabilitiesKHR type ImageCreateFlagBits (line 13558) | enum class ImageCreateFlagBits function VULKAN_HPP_INLINE (line 13571) | VULKAN_HPP_INLINE ImageCreateFlags operator|( ImageCreateFlagBits bit0... function VULKAN_HPP_INLINE (line 13576) | VULKAN_HPP_INLINE ImageCreateFlags operator~( ImageCreateFlagBits bits ) type FlagTraits (line 13581) | struct FlagTraits type PhysicalDeviceImageFormatInfo2KHR (line 13589) | struct PhysicalDeviceImageFormatInfo2KHR method PhysicalDeviceImageFormatInfo2KHR (line 13591) | PhysicalDeviceImageFormatInfo2KHR( Format format_ = Format::eUndefin... method PhysicalDeviceImageFormatInfo2KHR (line 13602) | PhysicalDeviceImageFormatInfo2KHR( VkPhysicalDeviceImageFormatInfo2K... method PhysicalDeviceImageFormatInfo2KHR (line 13607) | PhysicalDeviceImageFormatInfo2KHR& operator=( VkPhysicalDeviceImageF... method PhysicalDeviceImageFormatInfo2KHR (line 13613) | PhysicalDeviceImageFormatInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13619) | PhysicalDeviceImageFormatInfo2KHR& setFormat( Format format_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13625) | PhysicalDeviceImageFormatInfo2KHR& setType( ImageType type_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13631) | PhysicalDeviceImageFormatInfo2KHR& setTiling( ImageTiling tiling_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13637) | PhysicalDeviceImageFormatInfo2KHR& setUsage( ImageUsageFlags usage_ ) method PhysicalDeviceImageFormatInfo2KHR (line 13643) | PhysicalDeviceImageFormatInfo2KHR& setFlags( ImageCreateFlags flags_ ) type PipelineCreateFlagBits (line 13683) | enum class PipelineCreateFlagBits function VULKAN_HPP_INLINE (line 13694) | VULKAN_HPP_INLINE PipelineCreateFlags operator|( PipelineCreateFlagBit... function VULKAN_HPP_INLINE (line 13699) | VULKAN_HPP_INLINE PipelineCreateFlags operator~( PipelineCreateFlagBit... type FlagTraits (line 13704) | struct FlagTraits type ComputePipelineCreateInfo (line 13712) | struct ComputePipelineCreateInfo method ComputePipelineCreateInfo (line 13714) | ComputePipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCrea... method ComputePipelineCreateInfo (line 13725) | ComputePipelineCreateInfo( VkComputePipelineCreateInfo const & rhs ) method ComputePipelineCreateInfo (line 13730) | ComputePipelineCreateInfo& operator=( VkComputePipelineCreateInfo co... method ComputePipelineCreateInfo (line 13736) | ComputePipelineCreateInfo& setPNext( const void* pNext_ ) method ComputePipelineCreateInfo (line 13742) | ComputePipelineCreateInfo& setFlags( PipelineCreateFlags flags_ ) method ComputePipelineCreateInfo (line 13748) | ComputePipelineCreateInfo& setStage( PipelineShaderStageCreateInfo s... method ComputePipelineCreateInfo (line 13754) | ComputePipelineCreateInfo& setLayout( PipelineLayout layout_ ) method ComputePipelineCreateInfo (line 13760) | ComputePipelineCreateInfo& setBasePipelineHandle( Pipeline basePipel... method ComputePipelineCreateInfo (line 13766) | ComputePipelineCreateInfo& setBasePipelineIndex( int32_t basePipelin... type ColorComponentFlagBits (line 13806) | enum class ColorComponentFlagBits function VULKAN_HPP_INLINE (line 13816) | VULKAN_HPP_INLINE ColorComponentFlags operator|( ColorComponentFlagBit... function VULKAN_HPP_INLINE (line 13821) | VULKAN_HPP_INLINE ColorComponentFlags operator~( ColorComponentFlagBit... type FlagTraits (line 13826) | struct FlagTraits type PipelineColorBlendAttachmentState (line 13834) | struct PipelineColorBlendAttachmentState method PipelineColorBlendAttachmentState (line 13836) | PipelineColorBlendAttachmentState( Bool32 blendEnable_ = 0, BlendFac... method PipelineColorBlendAttachmentState (line 13848) | PipelineColorBlendAttachmentState( VkPipelineColorBlendAttachmentSta... method PipelineColorBlendAttachmentState (line 13853) | PipelineColorBlendAttachmentState& operator=( VkPipelineColorBlendAt... method PipelineColorBlendAttachmentState (line 13859) | PipelineColorBlendAttachmentState& setBlendEnable( Bool32 blendEnabl... method PipelineColorBlendAttachmentState (line 13865) | PipelineColorBlendAttachmentState& setSrcColorBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13871) | PipelineColorBlendAttachmentState& setDstColorBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13877) | PipelineColorBlendAttachmentState& setColorBlendOp( BlendOp colorBle... method PipelineColorBlendAttachmentState (line 13883) | PipelineColorBlendAttachmentState& setSrcAlphaBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13889) | PipelineColorBlendAttachmentState& setDstAlphaBlendFactor( BlendFact... method PipelineColorBlendAttachmentState (line 13895) | PipelineColorBlendAttachmentState& setAlphaBlendOp( BlendOp alphaBle... method PipelineColorBlendAttachmentState (line 13901) | PipelineColorBlendAttachmentState& setColorWriteMask( ColorComponent... type PipelineColorBlendStateCreateInfo (line 13940) | struct PipelineColorBlendStateCreateInfo method PipelineColorBlendStateCreateInfo (line 13942) | PipelineColorBlendStateCreateInfo( PipelineColorBlendStateCreateFlag... method PipelineColorBlendStateCreateInfo (line 13954) | PipelineColorBlendStateCreateInfo( VkPipelineColorBlendStateCreateIn... method PipelineColorBlendStateCreateInfo (line 13959) | PipelineColorBlendStateCreateInfo& operator=( VkPipelineColorBlendSt... method PipelineColorBlendStateCreateInfo (line 13965) | PipelineColorBlendStateCreateInfo& setPNext( const void* pNext_ ) method PipelineColorBlendStateCreateInfo (line 13971) | PipelineColorBlendStateCreateInfo& setFlags( PipelineColorBlendState... method PipelineColorBlendStateCreateInfo (line 13977) | PipelineColorBlendStateCreateInfo& setLogicOpEnable( Bool32 logicOpE... method PipelineColorBlendStateCreateInfo (line 13983) | PipelineColorBlendStateCreateInfo& setLogicOp( LogicOp logicOp_ ) method PipelineColorBlendStateCreateInfo (line 13989) | PipelineColorBlendStateCreateInfo& setAttachmentCount( uint32_t atta... method PipelineColorBlendStateCreateInfo (line 13995) | PipelineColorBlendStateCreateInfo& setPAttachments( const PipelineCo... method PipelineColorBlendStateCreateInfo (line 14001) | PipelineColorBlendStateCreateInfo& setBlendConstants( std::array (line 14060) | struct FlagTraits type FenceCreateInfo (line 14068) | struct FenceCreateInfo method FenceCreateInfo (line 14070) | FenceCreateInfo( FenceCreateFlags flags_ = FenceCreateFlags() ) method FenceCreateInfo (line 14077) | FenceCreateInfo( VkFenceCreateInfo const & rhs ) method FenceCreateInfo (line 14082) | FenceCreateInfo& operator=( VkFenceCreateInfo const & rhs ) method FenceCreateInfo (line 14088) | FenceCreateInfo& setPNext( const void* pNext_ ) method FenceCreateInfo (line 14094) | FenceCreateInfo& setFlags( FenceCreateFlags flags_ ) type FormatFeatureFlagBits (line 14126) | enum class FormatFeatureFlagBits function VULKAN_HPP_INLINE (line 14148) | VULKAN_HPP_INLINE FormatFeatureFlags operator|( FormatFeatureFlagBits ... function VULKAN_HPP_INLINE (line 14153) | VULKAN_HPP_INLINE FormatFeatureFlags operator~( FormatFeatureFlagBits ... type FlagTraits (line 14158) | struct FlagTraits type FormatProperties (line 14166) | struct FormatProperties type FormatProperties2KHR (line 14191) | struct FormatProperties2KHR type QueryControlFlagBits (line 14219) | enum class QueryControlFlagBits function VULKAN_HPP_INLINE (line 14226) | VULKAN_HPP_INLINE QueryControlFlags operator|( QueryControlFlagBits bi... function VULKAN_HPP_INLINE (line 14231) | VULKAN_HPP_INLINE QueryControlFlags operator~( QueryControlFlagBits bi... type FlagTraits (line 14236) | struct FlagTraits type QueryResultFlagBits (line 14244) | enum class QueryResultFlagBits function VULKAN_HPP_INLINE (line 14254) | VULKAN_HPP_INLINE QueryResultFlags operator|( QueryResultFlagBits bit0... function VULKAN_HPP_INLINE (line 14259) | VULKAN_HPP_INLINE QueryResultFlags operator~( QueryResultFlagBits bits ) type FlagTraits (line 14264) | struct FlagTraits type CommandBufferUsageFlagBits (line 14272) | enum class CommandBufferUsageFlagBits function VULKAN_HPP_INLINE (line 14281) | VULKAN_HPP_INLINE CommandBufferUsageFlags operator|( CommandBufferUsag... function VULKAN_HPP_INLINE (line 14286) | VULKAN_HPP_INLINE CommandBufferUsageFlags operator~( CommandBufferUsag... type FlagTraits (line 14291) | struct FlagTraits type QueryPipelineStatisticFlagBits (line 14299) | enum class QueryPipelineStatisticFlagBits function VULKAN_HPP_INLINE (line 14316) | VULKAN_HPP_INLINE QueryPipelineStatisticFlags operator|( QueryPipeline... function VULKAN_HPP_INLINE (line 14321) | VULKAN_HPP_INLINE QueryPipelineStatisticFlags operator~( QueryPipeline... type FlagTraits (line 14326) | struct FlagTraits type CommandBufferInheritanceInfo (line 14334) | struct CommandBufferInheritanceInfo method CommandBufferInheritanceInfo (line 14336) | CommandBufferInheritanceInfo( RenderPass renderPass_ = RenderPass(),... method CommandBufferInheritanceInfo (line 14348) | CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const &... method CommandBufferInheritanceInfo (line 14353) | CommandBufferInheritanceInfo& operator=( VkCommandBufferInheritanceI... method CommandBufferInheritanceInfo (line 14359) | CommandBufferInheritanceInfo& setPNext( const void* pNext_ ) method CommandBufferInheritanceInfo (line 14365) | CommandBufferInheritanceInfo& setRenderPass( RenderPass renderPass_ ) method CommandBufferInheritanceInfo (line 14371) | CommandBufferInheritanceInfo& setSubpass( uint32_t subpass_ ) method CommandBufferInheritanceInfo (line 14377) | CommandBufferInheritanceInfo& setFramebuffer( Framebuffer framebuffe... method CommandBufferInheritanceInfo (line 14383) | CommandBufferInheritanceInfo& setOcclusionQueryEnable( Bool32 occlus... method CommandBufferInheritanceInfo (line 14389) | CommandBufferInheritanceInfo& setQueryFlags( QueryControlFlags query... method CommandBufferInheritanceInfo (line 14395) | CommandBufferInheritanceInfo& setPipelineStatistics( QueryPipelineSt... type CommandBufferBeginInfo (line 14437) | struct CommandBufferBeginInfo method CommandBufferBeginInfo (line 14439) | CommandBufferBeginInfo( CommandBufferUsageFlags flags_ = CommandBuff... method CommandBufferBeginInfo (line 14447) | CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) method CommandBufferBeginInfo (line 14452) | CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & ... method CommandBufferBeginInfo (line 14458) | CommandBufferBeginInfo& setPNext( const void* pNext_ ) method CommandBufferBeginInfo (line 14464) | CommandBufferBeginInfo& setFlags( CommandBufferUsageFlags flags_ ) method CommandBufferBeginInfo (line 14470) | CommandBufferBeginInfo& setPInheritanceInfo( const CommandBufferInhe... type QueryPoolCreateInfo (line 14504) | struct QueryPoolCreateInfo method QueryPoolCreateInfo (line 14506) | QueryPoolCreateInfo( QueryPoolCreateFlags flags_ = QueryPoolCreateFl... method QueryPoolCreateInfo (line 14516) | QueryPoolCreateInfo( VkQueryPoolCreateInfo const & rhs ) method QueryPoolCreateInfo (line 14521) | QueryPoolCreateInfo& operator=( VkQueryPoolCreateInfo const & rhs ) method QueryPoolCreateInfo (line 14527) | QueryPoolCreateInfo& setPNext( const void* pNext_ ) method QueryPoolCreateInfo (line 14533) | QueryPoolCreateInfo& setFlags( QueryPoolCreateFlags flags_ ) method QueryPoolCreateInfo (line 14539) | QueryPoolCreateInfo& setQueryType( QueryType queryType_ ) method QueryPoolCreateInfo (line 14545) | QueryPoolCreateInfo& setQueryCount( uint32_t queryCount_ ) method QueryPoolCreateInfo (line 14551) | QueryPoolCreateInfo& setPipelineStatistics( QueryPipelineStatisticFl... type ImageAspectFlagBits (line 14589) | enum class ImageAspectFlagBits function VULKAN_HPP_INLINE (line 14599) | VULKAN_HPP_INLINE ImageAspectFlags operator|( ImageAspectFlagBits bit0... function VULKAN_HPP_INLINE (line 14604) | VULKAN_HPP_INLINE ImageAspectFlags operator~( ImageAspectFlagBits bits ) type FlagTraits (line 14609) | struct FlagTraits type ImageSubresource (line 14617) | struct ImageSubresource method ImageSubresource (line 14619) | ImageSubresource( ImageAspectFlags aspectMask_ = ImageAspectFlags(),... method ImageSubresource (line 14626) | ImageSubresource( VkImageSubresource const & rhs ) method ImageSubresource (line 14631) | ImageSubresource& operator=( VkImageSubresource const & rhs ) method ImageSubresource (line 14637) | ImageSubresource& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresource (line 14643) | ImageSubresource& setMipLevel( uint32_t mipLevel_ ) method ImageSubresource (line 14649) | ImageSubresource& setArrayLayer( uint32_t arrayLayer_ ) type ImageSubresourceLayers (line 14678) | struct ImageSubresourceLayers method ImageSubresourceLayers (line 14680) | ImageSubresourceLayers( ImageAspectFlags aspectMask_ = ImageAspectFl... method ImageSubresourceLayers (line 14688) | ImageSubresourceLayers( VkImageSubresourceLayers const & rhs ) method ImageSubresourceLayers (line 14693) | ImageSubresourceLayers& operator=( VkImageSubresourceLayers const & ... method ImageSubresourceLayers (line 14699) | ImageSubresourceLayers& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresourceLayers (line 14705) | ImageSubresourceLayers& setMipLevel( uint32_t mipLevel_ ) method ImageSubresourceLayers (line 14711) | ImageSubresourceLayers& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ImageSubresourceLayers (line 14717) | ImageSubresourceLayers& setLayerCount( uint32_t layerCount_ ) type ImageSubresourceRange (line 14748) | struct ImageSubresourceRange method ImageSubresourceRange (line 14750) | ImageSubresourceRange( ImageAspectFlags aspectMask_ = ImageAspectFla... method ImageSubresourceRange (line 14759) | ImageSubresourceRange( VkImageSubresourceRange const & rhs ) method ImageSubresourceRange (line 14764) | ImageSubresourceRange& operator=( VkImageSubresourceRange const & rhs ) method ImageSubresourceRange (line 14770) | ImageSubresourceRange& setAspectMask( ImageAspectFlags aspectMask_ ) method ImageSubresourceRange (line 14776) | ImageSubresourceRange& setBaseMipLevel( uint32_t baseMipLevel_ ) method ImageSubresourceRange (line 14782) | ImageSubresourceRange& setLevelCount( uint32_t levelCount_ ) method ImageSubresourceRange (line 14788) | ImageSubresourceRange& setBaseArrayLayer( uint32_t baseArrayLayer_ ) method ImageSubresourceRange (line 14794) | ImageSubresourceRange& setLayerCount( uint32_t layerCount_ ) type ImageMemoryBarrier (line 14827) | struct ImageMemoryBarrier method ImageMemoryBarrier (line 14829) | ImageMemoryBarrier( AccessFlags srcAccessMask_ = AccessFlags(), Acce... method ImageMemoryBarrier (line 14843) | ImageMemoryBarrier( VkImageMemoryBarrier const & rhs ) method ImageMemoryBarrier (line 14848) | ImageMemoryBarrier& operator=( VkImageMemoryBarrier const & rhs ) method ImageMemoryBarrier (line 14854) | ImageMemoryBarrier& setPNext( const void* pNext_ ) method ImageMemoryBarrier (line 14860) | ImageMemoryBarrier& setSrcAccessMask( AccessFlags srcAccessMask_ ) method ImageMemoryBarrier (line 14866) | ImageMemoryBarrier& setDstAccessMask( AccessFlags dstAccessMask_ ) method ImageMemoryBarrier (line 14872) | ImageMemoryBarrier& setOldLayout( ImageLayout oldLayout_ ) method ImageMemoryBarrier (line 14878) | ImageMemoryBarrier& setNewLayout( ImageLayout newLayout_ ) method ImageMemoryBarrier (line 14884) | ImageMemoryBarrier& setSrcQueueFamilyIndex( uint32_t srcQueueFamilyI... method ImageMemoryBarrier (line 14890) | ImageMemoryBarrier& setDstQueueFamilyIndex( uint32_t dstQueueFamilyI... method ImageMemoryBarrier (line 14896) | ImageMemoryBarrier& setImage( Image image_ ) method ImageMemoryBarrier (line 14902) | ImageMemoryBarrier& setSubresourceRange( ImageSubresourceRange subre... type ImageViewCreateInfo (line 14948) | struct ImageViewCreateInfo method ImageViewCreateInfo (line 14950) | ImageViewCreateInfo( ImageViewCreateFlags flags_ = ImageViewCreateFl... method ImageViewCreateInfo (line 14962) | ImageViewCreateInfo( VkImageViewCreateInfo const & rhs ) method ImageViewCreateInfo (line 14967) | ImageViewCreateInfo& operator=( VkImageViewCreateInfo const & rhs ) method ImageViewCreateInfo (line 14973) | ImageViewCreateInfo& setPNext( const void* pNext_ ) method ImageViewCreateInfo (line 14979) | ImageViewCreateInfo& setFlags( ImageViewCreateFlags flags_ ) method ImageViewCreateInfo (line 14985) | ImageViewCreateInfo& setImage( Image image_ ) method ImageViewCreateInfo (line 14991) | ImageViewCreateInfo& setViewType( ImageViewType viewType_ ) method ImageViewCreateInfo (line 14997) | ImageViewCreateInfo& setFormat( Format format_ ) method ImageViewCreateInfo (line 15003) | ImageViewCreateInfo& setComponents( ComponentMapping components_ ) method ImageViewCreateInfo (line 15009) | ImageViewCreateInfo& setSubresourceRange( ImageSubresourceRange subr... type ImageCopy (line 15051) | struct ImageCopy method ImageCopy (line 15053) | ImageCopy( ImageSubresourceLayers srcSubresource_ = ImageSubresource... method ImageCopy (line 15062) | ImageCopy( VkImageCopy const & rhs ) method ImageCopy (line 15067) | ImageCopy& operator=( VkImageCopy const & rhs ) method ImageCopy (line 15073) | ImageCopy& setSrcSubresource( ImageSubresourceLayers srcSubresource_ ) method ImageCopy (line 15079) | ImageCopy& setSrcOffset( Offset3D srcOffset_ ) method ImageCopy (line 15085) | ImageCopy& setDstSubresource( ImageSubresourceLayers dstSubresource_ ) method ImageCopy (line 15091) | ImageCopy& setDstOffset( Offset3D dstOffset_ ) method ImageCopy (line 15097) | ImageCopy& setExtent( Extent3D extent_ ) type ImageBlit (line 15130) | struct ImageBlit method ImageBlit (line 15132) | ImageBlit( ImageSubresourceLayers srcSubresource_ = ImageSubresource... method ImageBlit (line 15140) | ImageBlit( VkImageBlit const & rhs ) method ImageBlit (line 15145) | ImageBlit& operator=( VkImageBlit const & rhs ) method ImageBlit (line 15151) | ImageBlit& setSrcSubresource( ImageSubresourceLayers srcSubresource_ ) method ImageBlit (line 15157) | ImageBlit& setSrcOffsets( std::array srcOffsets_ ) method ImageBlit (line 15163) | ImageBlit& setDstSubresource( ImageSubresourceLayers dstSubresource_ ) method ImageBlit (line 15169) | ImageBlit& setDstOffsets( std::array dstOffsets_ ) type BufferImageCopy (line 15200) | struct BufferImageCopy method BufferImageCopy (line 15202) | BufferImageCopy( DeviceSize bufferOffset_ = 0, uint32_t bufferRowLen... method BufferImageCopy (line 15212) | BufferImageCopy( VkBufferImageCopy const & rhs ) method BufferImageCopy (line 15217) | BufferImageCopy& operator=( VkBufferImageCopy const & rhs ) method BufferImageCopy (line 15223) | BufferImageCopy& setBufferOffset( DeviceSize bufferOffset_ ) method BufferImageCopy (line 15229) | BufferImageCopy& setBufferRowLength( uint32_t bufferRowLength_ ) method BufferImageCopy (line 15235) | BufferImageCopy& setBufferImageHeight( uint32_t bufferImageHeight_ ) method BufferImageCopy (line 15241) | BufferImageCopy& setImageSubresource( ImageSubresourceLayers imageSu... method BufferImageCopy (line 15247) | BufferImageCopy& setImageOffset( Offset3D imageOffset_ ) method BufferImageCopy (line 15253) | BufferImageCopy& setImageExtent( Extent3D imageExtent_ ) type ImageResolve (line 15288) | struct ImageResolve method ImageResolve (line 15290) | ImageResolve( ImageSubresourceLayers srcSubresource_ = ImageSubresou... method ImageResolve (line 15299) | ImageResolve( VkImageResolve const & rhs ) method ImageResolve (line 15304) | ImageResolve& operator=( VkImageResolve const & rhs ) method ImageResolve (line 15310) | ImageResolve& setSrcSubresource( ImageSubresourceLayers srcSubresour... method ImageResolve (line 15316) | ImageResolve& setSrcOffset( Offset3D srcOffset_ ) method ImageResolve (line 15322) | ImageResolve& setDstSubresource( ImageSubresourceLayers dstSubresour... method ImageResolve (line 15328) | ImageResolve& setDstOffset( Offset3D dstOffset_ ) method ImageResolve (line 15334) | ImageResolve& setExtent( Extent3D extent_ ) type ClearAttachment (line 15367) | struct ClearAttachment method ClearAttachment (line 15369) | ClearAttachment( ImageAspectFlags aspectMask_ = ImageAspectFlags(), ... method ClearAttachment (line 15376) | ClearAttachment( VkClearAttachment const & rhs ) method ClearAttachment (line 15381) | ClearAttachment& operator=( VkClearAttachment const & rhs ) method ClearAttachment (line 15387) | ClearAttachment& setAspectMask( ImageAspectFlags aspectMask_ ) method ClearAttachment (line 15393) | ClearAttachment& setColorAttachment( uint32_t colorAttachment_ ) method ClearAttachment (line 15399) | ClearAttachment& setClearValue( ClearValue clearValue_ ) type SparseImageFormatFlagBits (line 15416) | enum class SparseImageFormatFlagBits function VULKAN_HPP_INLINE (line 15425) | VULKAN_HPP_INLINE SparseImageFormatFlags operator|( SparseImageFormatF... function VULKAN_HPP_INLINE (line 15430) | VULKAN_HPP_INLINE SparseImageFormatFlags operator~( SparseImageFormatF... type FlagTraits (line 15435) | struct FlagTraits type SparseImageFormatProperties (line 15443) | struct SparseImageFormatProperties type SparseImageMemoryRequirements (line 15468) | struct SparseImageMemoryRequirements type SparseImageFormatProperties2KHR (line 15497) | struct SparseImageFormatProperties2KHR type SparseMemoryBindFlagBits (line 15525) | enum class SparseMemoryBindFlagBits function VULKAN_HPP_INLINE (line 15532) | VULKAN_HPP_INLINE SparseMemoryBindFlags operator|( SparseMemoryBindFla... function VULKAN_HPP_INLINE (line 15537) | VULKAN_HPP_INLINE SparseMemoryBindFlags operator~( SparseMemoryBindFla... type FlagTraits (line 15542) | struct FlagTraits type SparseMemoryBind (line 15550) | struct SparseMemoryBind method SparseMemoryBind (line 15552) | SparseMemoryBind( DeviceSize resourceOffset_ = 0, DeviceSize size_ =... method SparseMemoryBind (line 15561) | SparseMemoryBind( VkSparseMemoryBind const & rhs ) method SparseMemoryBind (line 15566) | SparseMemoryBind& operator=( VkSparseMemoryBind const & rhs ) method SparseMemoryBind (line 15572) | SparseMemoryBind& setResourceOffset( DeviceSize resourceOffset_ ) method SparseMemoryBind (line 15578) | SparseMemoryBind& setSize( DeviceSize size_ ) method SparseMemoryBind (line 15584) | SparseMemoryBind& setMemory( DeviceMemory memory_ ) method SparseMemoryBind (line 15590) | SparseMemoryBind& setMemoryOffset( DeviceSize memoryOffset_ ) method SparseMemoryBind (line 15596) | SparseMemoryBind& setFlags( SparseMemoryBindFlags flags_ ) type SparseImageMemoryBind (line 15629) | struct SparseImageMemoryBind method SparseImageMemoryBind (line 15631) | SparseImageMemoryBind( ImageSubresource subresource_ = ImageSubresou... method SparseImageMemoryBind (line 15641) | SparseImageMemoryBind( VkSparseImageMemoryBind const & rhs ) method SparseImageMemoryBind (line 15646) | SparseImageMemoryBind& operator=( VkSparseImageMemoryBind const & rhs ) method SparseImageMemoryBind (line 15652) | SparseImageMemoryBind& setSubresource( ImageSubresource subresource_ ) method SparseImageMemoryBind (line 15658) | SparseImageMemoryBind& setOffset( Offset3D offset_ ) method SparseImageMemoryBind (line 15664) | SparseImageMemoryBind& setExtent( Extent3D extent_ ) method SparseImageMemoryBind (line 15670) | SparseImageMemoryBind& setMemory( DeviceMemory memory_ ) method SparseImageMemoryBind (line 15676) | SparseImageMemoryBind& setMemoryOffset( DeviceSize memoryOffset_ ) method SparseImageMemoryBind (line 15682) | SparseImageMemoryBind& setFlags( SparseMemoryBindFlags flags_ ) type SparseBufferMemoryBindInfo (line 15717) | struct SparseBufferMemoryBindInfo method SparseBufferMemoryBindInfo (line 15719) | SparseBufferMemoryBindInfo( Buffer buffer_ = Buffer(), uint32_t bind... method SparseBufferMemoryBindInfo (line 15726) | SparseBufferMemoryBindInfo( VkSparseBufferMemoryBindInfo const & rhs ) method SparseBufferMemoryBindInfo (line 15731) | SparseBufferMemoryBindInfo& operator=( VkSparseBufferMemoryBindInfo ... method SparseBufferMemoryBindInfo (line 15737) | SparseBufferMemoryBindInfo& setBuffer( Buffer buffer_ ) method SparseBufferMemoryBindInfo (line 15743) | SparseBufferMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseBufferMemoryBindInfo (line 15749) | SparseBufferMemoryBindInfo& setPBinds( const SparseMemoryBind* pBind... type SparseImageOpaqueMemoryBindInfo (line 15778) | struct SparseImageOpaqueMemoryBindInfo method SparseImageOpaqueMemoryBindInfo (line 15780) | SparseImageOpaqueMemoryBindInfo( Image image_ = Image(), uint32_t bi... method SparseImageOpaqueMemoryBindInfo (line 15787) | SparseImageOpaqueMemoryBindInfo( VkSparseImageOpaqueMemoryBindInfo c... method SparseImageOpaqueMemoryBindInfo (line 15792) | SparseImageOpaqueMemoryBindInfo& operator=( VkSparseImageOpaqueMemor... method SparseImageOpaqueMemoryBindInfo (line 15798) | SparseImageOpaqueMemoryBindInfo& setImage( Image image_ ) method SparseImageOpaqueMemoryBindInfo (line 15804) | SparseImageOpaqueMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseImageOpaqueMemoryBindInfo (line 15810) | SparseImageOpaqueMemoryBindInfo& setPBinds( const SparseMemoryBind* ... type SparseImageMemoryBindInfo (line 15839) | struct SparseImageMemoryBindInfo method SparseImageMemoryBindInfo (line 15841) | SparseImageMemoryBindInfo( Image image_ = Image(), uint32_t bindCoun... method SparseImageMemoryBindInfo (line 15848) | SparseImageMemoryBindInfo( VkSparseImageMemoryBindInfo const & rhs ) method SparseImageMemoryBindInfo (line 15853) | SparseImageMemoryBindInfo& operator=( VkSparseImageMemoryBindInfo co... method SparseImageMemoryBindInfo (line 15859) | SparseImageMemoryBindInfo& setImage( Image image_ ) method SparseImageMemoryBindInfo (line 15865) | SparseImageMemoryBindInfo& setBindCount( uint32_t bindCount_ ) method SparseImageMemoryBindInfo (line 15871) | SparseImageMemoryBindInfo& setPBinds( const SparseImageMemoryBind* p... type BindSparseInfo (line 15900) | struct BindSparseInfo method BindSparseInfo (line 15902) | BindSparseInfo( uint32_t waitSemaphoreCount_ = 0, const Semaphore* p... method BindSparseInfo (line 15918) | BindSparseInfo( VkBindSparseInfo const & rhs ) method BindSparseInfo (line 15923) | BindSparseInfo& operator=( VkBindSparseInfo const & rhs ) method BindSparseInfo (line 15929) | BindSparseInfo& setPNext( const void* pNext_ ) method BindSparseInfo (line 15935) | BindSparseInfo& setWaitSemaphoreCount( uint32_t waitSemaphoreCount_ ) method BindSparseInfo (line 15941) | BindSparseInfo& setPWaitSemaphores( const Semaphore* pWaitSemaphores_ ) method BindSparseInfo (line 15947) | BindSparseInfo& setBufferBindCount( uint32_t bufferBindCount_ ) method BindSparseInfo (line 15953) | BindSparseInfo& setPBufferBinds( const SparseBufferMemoryBindInfo* p... method BindSparseInfo (line 15959) | BindSparseInfo& setImageOpaqueBindCount( uint32_t imageOpaqueBindCou... method BindSparseInfo (line 15965) | BindSparseInfo& setPImageOpaqueBinds( const SparseImageOpaqueMemoryB... method BindSparseInfo (line 15971) | BindSparseInfo& setImageBindCount( uint32_t imageBindCount_ ) method BindSparseInfo (line 15977) | BindSparseInfo& setPImageBinds( const SparseImageMemoryBindInfo* pIm... method BindSparseInfo (line 15983) | BindSparseInfo& setSignalSemaphoreCount( uint32_t signalSemaphoreCou... method BindSparseInfo (line 15989) | BindSparseInfo& setPSignalSemaphores( const Semaphore* pSignalSemaph... type PipelineStageFlagBits (line 16039) | enum class PipelineStageFlagBits function VULKAN_HPP_INLINE (line 16063) | VULKAN_HPP_INLINE PipelineStageFlags operator|( PipelineStageFlagBits ... function VULKAN_HPP_INLINE (line 16068) | VULKAN_HPP_INLINE PipelineStageFlags operator~( PipelineStageFlagBits ... type FlagTraits (line 16073) | struct FlagTraits type CommandPoolCreateFlagBits (line 16081) | enum class CommandPoolCreateFlagBits function VULKAN_HPP_INLINE (line 16089) | VULKAN_HPP_INLINE CommandPoolCreateFlags operator|( CommandPoolCreateF... function VULKAN_HPP_INLINE (line 16094) | VULKAN_HPP_INLINE CommandPoolCreateFlags operator~( CommandPoolCreateF... type FlagTraits (line 16099) | struct FlagTraits type CommandPoolCreateInfo (line 16107) | struct CommandPoolCreateInfo method CommandPoolCreateInfo (line 16109) | CommandPoolCreateInfo( CommandPoolCreateFlags flags_ = CommandPoolCr... method CommandPoolCreateInfo (line 16117) | CommandPoolCreateInfo( VkCommandPoolCreateInfo const & rhs ) method CommandPoolCreateInfo (line 16122) | CommandPoolCreateInfo& operator=( VkCommandPoolCreateInfo const & rhs ) method CommandPoolCreateInfo (line 16128) | CommandPoolCreateInfo& setPNext( const void* pNext_ ) method CommandPoolCreateInfo (line 16134) | CommandPoolCreateInfo& setFlags( CommandPoolCreateFlags flags_ ) method CommandPoolCreateInfo (line 16140) | CommandPoolCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyInde... type CommandPoolResetFlagBits (line 16174) | enum class CommandPoolResetFlagBits function VULKAN_HPP_INLINE (line 16181) | VULKAN_HPP_INLINE CommandPoolResetFlags operator|( CommandPoolResetFla... function VULKAN_HPP_INLINE (line 16186) | VULKAN_HPP_INLINE CommandPoolResetFlags operator~( CommandPoolResetFla... type FlagTraits (line 16191) | struct FlagTraits type CommandBufferResetFlagBits (line 16199) | enum class CommandBufferResetFlagBits function VULKAN_HPP_INLINE (line 16206) | VULKAN_HPP_INLINE CommandBufferResetFlags operator|( CommandBufferRese... function VULKAN_HPP_INLINE (line 16211) | VULKAN_HPP_INLINE CommandBufferResetFlags operator~( CommandBufferRese... type FlagTraits (line 16216) | struct FlagTraits type SampleCountFlagBits (line 16224) | enum class SampleCountFlagBits function VULKAN_HPP_INLINE (line 16237) | VULKAN_HPP_INLINE SampleCountFlags operator|( SampleCountFlagBits bit0... function VULKAN_HPP_INLINE (line 16242) | VULKAN_HPP_INLINE SampleCountFlags operator~( SampleCountFlagBits bits ) type FlagTraits (line 16247) | struct FlagTraits type ImageFormatProperties (line 16255) | struct ImageFormatProperties type ImageCreateInfo (line 16284) | struct ImageCreateInfo method ImageCreateInfo (line 16286) | ImageCreateInfo( ImageCreateFlags flags_ = ImageCreateFlags(), Image... method ImageCreateInfo (line 16305) | ImageCreateInfo( VkImageCreateInfo const & rhs ) method ImageCreateInfo (line 16310) | ImageCreateInfo& operator=( VkImageCreateInfo const & rhs ) method ImageCreateInfo (line 16316) | ImageCreateInfo& setPNext( const void* pNext_ ) method ImageCreateInfo (line 16322) | ImageCreateInfo& setFlags( ImageCreateFlags flags_ ) method ImageCreateInfo (line 16328) | ImageCreateInfo& setImageType( ImageType imageType_ ) method ImageCreateInfo (line 16334) | ImageCreateInfo& setFormat( Format format_ ) method ImageCreateInfo (line 16340) | ImageCreateInfo& setExtent( Extent3D extent_ ) method ImageCreateInfo (line 16346) | ImageCreateInfo& setMipLevels( uint32_t mipLevels_ ) method ImageCreateInfo (line 16352) | ImageCreateInfo& setArrayLayers( uint32_t arrayLayers_ ) method ImageCreateInfo (line 16358) | ImageCreateInfo& setSamples( SampleCountFlagBits samples_ ) method ImageCreateInfo (line 16364) | ImageCreateInfo& setTiling( ImageTiling tiling_ ) method ImageCreateInfo (line 16370) | ImageCreateInfo& setUsage( ImageUsageFlags usage_ ) method ImageCreateInfo (line 16376) | ImageCreateInfo& setSharingMode( SharingMode sharingMode_ ) method ImageCreateInfo (line 16382) | ImageCreateInfo& setQueueFamilyIndexCount( uint32_t queueFamilyIndex... method ImageCreateInfo (line 16388) | ImageCreateInfo& setPQueueFamilyIndices( const uint32_t* pQueueFamil... method ImageCreateInfo (line 16394) | ImageCreateInfo& setInitialLayout( ImageLayout initialLayout_ ) type PipelineMultisampleStateCreateInfo (line 16450) | struct PipelineMultisampleStateCreateInfo method PipelineMultisampleStateCreateInfo (line 16452) | PipelineMultisampleStateCreateInfo( PipelineMultisampleStateCreateFl... method PipelineMultisampleStateCreateInfo (line 16465) | PipelineMultisampleStateCreateInfo( VkPipelineMultisampleStateCreate... method PipelineMultisampleStateCreateInfo (line 16470) | PipelineMultisampleStateCreateInfo& operator=( VkPipelineMultisample... method PipelineMultisampleStateCreateInfo (line 16476) | PipelineMultisampleStateCreateInfo& setPNext( const void* pNext_ ) method PipelineMultisampleStateCreateInfo (line 16482) | PipelineMultisampleStateCreateInfo& setFlags( PipelineMultisampleSta... method PipelineMultisampleStateCreateInfo (line 16488) | PipelineMultisampleStateCreateInfo& setRasterizationSamples( SampleC... method PipelineMultisampleStateCreateInfo (line 16494) | PipelineMultisampleStateCreateInfo& setSampleShadingEnable( Bool32 s... method PipelineMultisampleStateCreateInfo (line 16500) | PipelineMultisampleStateCreateInfo& setMinSampleShading( float minSa... method PipelineMultisampleStateCreateInfo (line 16506) | PipelineMultisampleStateCreateInfo& setPSampleMask( const SampleMask... method PipelineMultisampleStateCreateInfo (line 16512) | PipelineMultisampleStateCreateInfo& setAlphaToCoverageEnable( Bool32... method PipelineMultisampleStateCreateInfo (line 16518) | PipelineMultisampleStateCreateInfo& setAlphaToOneEnable( Bool32 alph... type GraphicsPipelineCreateInfo (line 16562) | struct GraphicsPipelineCreateInfo method GraphicsPipelineCreateInfo (line 16564) | GraphicsPipelineCreateInfo( PipelineCreateFlags flags_ = PipelineCre... method GraphicsPipelineCreateInfo (line 16587) | GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) method GraphicsPipelineCreateInfo (line 16592) | GraphicsPipelineCreateInfo& operator=( VkGraphicsPipelineCreateInfo ... method GraphicsPipelineCreateInfo (line 16598) | GraphicsPipelineCreateInfo& setPNext( const void* pNext_ ) method GraphicsPipelineCreateInfo (line 16604) | GraphicsPipelineCreateInfo& setFlags( PipelineCreateFlags flags_ ) method GraphicsPipelineCreateInfo (line 16610) | GraphicsPipelineCreateInfo& setStageCount( uint32_t stageCount_ ) method GraphicsPipelineCreateInfo (line 16616) | GraphicsPipelineCreateInfo& setPStages( const PipelineShaderStageCre... method GraphicsPipelineCreateInfo (line 16622) | GraphicsPipelineCreateInfo& setPVertexInputState( const PipelineVert... method GraphicsPipelineCreateInfo (line 16628) | GraphicsPipelineCreateInfo& setPInputAssemblyState( const PipelineIn... method GraphicsPipelineCreateInfo (line 16634) | GraphicsPipelineCreateInfo& setPTessellationState( const PipelineTes... method GraphicsPipelineCreateInfo (line 16640) | GraphicsPipelineCreateInfo& setPViewportState( const PipelineViewpor... method GraphicsPipelineCreateInfo (line 16646) | GraphicsPipelineCreateInfo& setPRasterizationState( const PipelineRa... method GraphicsPipelineCreateInfo (line 16652) | GraphicsPipelineCreateInfo& setPMultisampleState( const PipelineMult... method GraphicsPipelineCreateInfo (line 16658) | GraphicsPipelineCreateInfo& setPDepthStencilState( const PipelineDep... method GraphicsPipelineCreateInfo (line 16664) | GraphicsPipelineCreateInfo& setPColorBlendState( const PipelineColor... method GraphicsPipelineCreateInfo (line 16670) | GraphicsPipelineCreateInfo& setPDynamicState( const PipelineDynamicS... method GraphicsPipelineCreateInfo (line 16676) | GraphicsPipelineCreateInfo& setLayout( PipelineLayout layout_ ) method GraphicsPipelineCreateInfo (line 16682) | GraphicsPipelineCreateInfo& setRenderPass( RenderPass renderPass_ ) method GraphicsPipelineCreateInfo (line 16688) | GraphicsPipelineCreateInfo& setSubpass( uint32_t subpass_ ) method GraphicsPipelineCreateInfo (line 16694) | GraphicsPipelineCreateInfo& setBasePipelineHandle( Pipeline basePipe... method GraphicsPipelineCreateInfo (line 16700) | GraphicsPipelineCreateInfo& setBasePipelineIndex( int32_t basePipeli... type PhysicalDeviceLimits (line 16764) | struct PhysicalDeviceLimits type PhysicalDeviceProperties (line 16995) | struct PhysicalDeviceProperties type PhysicalDeviceProperties2KHR (line 17032) | struct PhysicalDeviceProperties2KHR type ImageFormatProperties2KHR (line 17060) | struct ImageFormatProperties2KHR type PhysicalDeviceSparseImageFormatInfo2KHR (line 17088) | struct PhysicalDeviceSparseImageFormatInfo2KHR method PhysicalDeviceSparseImageFormatInfo2KHR (line 17090) | PhysicalDeviceSparseImageFormatInfo2KHR( Format format_ = Format::eU... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17101) | PhysicalDeviceSparseImageFormatInfo2KHR( VkPhysicalDeviceSparseImage... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17106) | PhysicalDeviceSparseImageFormatInfo2KHR& operator=( VkPhysicalDevice... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17112) | PhysicalDeviceSparseImageFormatInfo2KHR& setPNext( const void* pNext_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17118) | PhysicalDeviceSparseImageFormatInfo2KHR& setFormat( Format format_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17124) | PhysicalDeviceSparseImageFormatInfo2KHR& setType( ImageType type_ ) method PhysicalDeviceSparseImageFormatInfo2KHR (line 17130) | PhysicalDeviceSparseImageFormatInfo2KHR& setSamples( SampleCountFlag... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17136) | PhysicalDeviceSparseImageFormatInfo2KHR& setUsage( ImageUsageFlags u... method PhysicalDeviceSparseImageFormatInfo2KHR (line 17142) | PhysicalDeviceSparseImageFormatInfo2KHR& setTiling( ImageTiling tili... type AttachmentDescriptionFlagBits (line 17182) | enum class AttachmentDescriptionFlagBits function VULKAN_HPP_INLINE (line 17189) | VULKAN_HPP_INLINE AttachmentDescriptionFlags operator|( AttachmentDesc... function VULKAN_HPP_INLINE (line 17194) | VULKAN_HPP_INLINE AttachmentDescriptionFlags operator~( AttachmentDesc... type FlagTraits (line 17199) | struct FlagTraits type AttachmentDescription (line 17207) | struct AttachmentDescription method AttachmentDescription (line 17209) | AttachmentDescription( AttachmentDescriptionFlags flags_ = Attachmen... method AttachmentDescription (line 17222) | AttachmentDescription( VkAttachmentDescription const & rhs ) method AttachmentDescription (line 17227) | AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) method AttachmentDescription (line 17233) | AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) method AttachmentDescription (line 17239) | AttachmentDescription& setFormat( Format format_ ) method AttachmentDescription (line 17245) | AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) method AttachmentDescription (line 17251) | AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) method AttachmentDescription (line 17257) | AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) method AttachmentDescription (line 17263) | AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoa... method AttachmentDescription (line 17269) | AttachmentDescription& setStencilStoreOp( AttachmentStoreOp stencilS... method AttachmentDescription (line 17275) | AttachmentDescription& setInitialLayout( ImageLayout initialLayout_ ) method AttachmentDescription (line 17281) | AttachmentDescription& setFinalLayout( ImageLayout finalLayout_ ) type StencilFaceFlagBits (line 17322) | enum class StencilFaceFlagBits function VULKAN_HPP_INLINE (line 17331) | VULKAN_HPP_INLINE StencilFaceFlags operator|( StencilFaceFlagBits bit0... function VULKAN_HPP_INLINE (line 17336) | VULKAN_HPP_INLINE StencilFaceFlags operator~( StencilFaceFlagBits bits ) type FlagTraits (line 17341) | struct FlagTraits type DescriptorPoolCreateFlagBits (line 17349) | enum class DescriptorPoolCreateFlagBits function VULKAN_HPP_INLINE (line 17356) | VULKAN_HPP_INLINE DescriptorPoolCreateFlags operator|( DescriptorPoolC... function VULKAN_HPP_INLINE (line 17361) | VULKAN_HPP_INLINE DescriptorPoolCreateFlags operator~( DescriptorPoolC... type FlagTraits (line 17366) | struct FlagTraits type DescriptorPoolCreateInfo (line 17374) | struct DescriptorPoolCreateInfo method DescriptorPoolCreateInfo (line 17376) | DescriptorPoolCreateInfo( DescriptorPoolCreateFlags flags_ = Descrip... method DescriptorPoolCreateInfo (line 17386) | DescriptorPoolCreateInfo( VkDescriptorPoolCreateInfo const & rhs ) method DescriptorPoolCreateInfo (line 17391) | DescriptorPoolCreateInfo& operator=( VkDescriptorPoolCreateInfo cons... method DescriptorPoolCreateInfo (line 17397) | DescriptorPoolCreateInfo& setPNext( const void* pNext_ ) method DescriptorPoolCreateInfo (line 17403) | DescriptorPoolCreateInfo& setFlags( DescriptorPoolCreateFlags flags_ ) method DescriptorPoolCreateInfo (line 17409) | DescriptorPoolCreateInfo& setMaxSets( uint32_t maxSets_ ) method DescriptorPoolCreateInfo (line 17415) | DescriptorPoolCreateInfo& setPoolSizeCount( uint32_t poolSizeCount_ ) method DescriptorPoolCreateInfo (line 17421) | DescriptorPoolCreateInfo& setPPoolSizes( const DescriptorPoolSize* p... type DependencyFlagBits (line 17459) | enum class DependencyFlagBits function VULKAN_HPP_INLINE (line 17468) | VULKAN_HPP_INLINE DependencyFlags operator|( DependencyFlagBits bit0, ... function VULKAN_HPP_INLINE (line 17473) | VULKAN_HPP_INLINE DependencyFlags operator~( DependencyFlagBits bits ) type FlagTraits (line 17478) | struct FlagTraits type SubpassDependency (line 17486) | struct SubpassDependency method SubpassDependency (line 17488) | SubpassDependency( uint32_t srcSubpass_ = 0, uint32_t dstSubpass_ = ... method SubpassDependency (line 17499) | SubpassDependency( VkSubpassDependency const & rhs ) method SubpassDependency (line 17504) | SubpassDependency& operator=( VkSubpassDependency const & rhs ) method SubpassDependency (line 17510) | SubpassDependency& setSrcSubpass( uint32_t srcSubpass_ ) method SubpassDependency (line 17516) | SubpassDependency& setDstSubpass( uint32_t dstSubpass_ ) method SubpassDependency (line 17522) | SubpassDependency& setSrcStageMask( PipelineStageFlags srcStageMask_ ) method SubpassDependency (line 17528) | SubpassDependency& setDstStageMask( PipelineStageFlags dstStageMask_ ) method SubpassDependency (line 17534) | SubpassDependency& setSrcAccessMask( AccessFlags srcAccessMask_ ) method SubpassDependency (line 17540) | SubpassDependency& setDstAccessMask( AccessFlags dstAccessMask_ ) method SubpassDependency (line 17546) | SubpassDependency& setDependencyFlags( DependencyFlags dependencyFla... type PresentModeKHR (line 17583) | enum class PresentModeKHR type ColorSpaceKHR (line 17593) | enum class ColorSpaceKHR type SurfaceFormatKHR (line 17611) | struct SurfaceFormatKHR type SurfaceFormat2KHR (line 17634) | struct SurfaceFormat2KHR type DisplayPlaneAlphaFlagBitsKHR (line 17662) | enum class DisplayPlaneAlphaFlagBitsKHR function VULKAN_HPP_INLINE (line 17672) | VULKAN_HPP_INLINE DisplayPlaneAlphaFlagsKHR operator|( DisplayPlaneAlp... function VULKAN_HPP_INLINE (line 17677) | VULKAN_HPP_INLINE DisplayPlaneAlphaFlagsKHR operator~( DisplayPlaneAlp... type FlagTraits (line 17682) | struct FlagTraits type DisplayPlaneCapabilitiesKHR (line 17690) | struct DisplayPlaneCapabilitiesKHR type CompositeAlphaFlagBitsKHR (line 17727) | enum class CompositeAlphaFlagBitsKHR function VULKAN_HPP_INLINE (line 17737) | VULKAN_HPP_INLINE CompositeAlphaFlagsKHR operator|( CompositeAlphaFlag... function VULKAN_HPP_INLINE (line 17742) | VULKAN_HPP_INLINE CompositeAlphaFlagsKHR operator~( CompositeAlphaFlag... type FlagTraits (line 17747) | struct FlagTraits type SurfaceTransformFlagBitsKHR (line 17755) | enum class SurfaceTransformFlagBitsKHR function VULKAN_HPP_INLINE (line 17770) | VULKAN_HPP_INLINE SurfaceTransformFlagsKHR operator|( SurfaceTransform... function VULKAN_HPP_INLINE (line 17775) | VULKAN_HPP_INLINE SurfaceTransformFlagsKHR operator~( SurfaceTransform... type FlagTraits (line 17780) | struct FlagTraits type DisplayPropertiesKHR (line 17788) | struct DisplayPropertiesKHR type DisplaySurfaceCreateInfoKHR (line 17821) | struct DisplaySurfaceCreateInfoKHR method DisplaySurfaceCreateInfoKHR (line 17823) | DisplaySurfaceCreateInfoKHR( DisplaySurfaceCreateFlagsKHR flags_ = D... method DisplaySurfaceCreateInfoKHR (line 17837) | DisplaySurfaceCreateInfoKHR( VkDisplaySurfaceCreateInfoKHR const & r... method DisplaySurfaceCreateInfoKHR (line 17842) | DisplaySurfaceCreateInfoKHR& operator=( VkDisplaySurfaceCreateInfoKH... method DisplaySurfaceCreateInfoKHR (line 17848) | DisplaySurfaceCreateInfoKHR& setPNext( const void* pNext_ ) method DisplaySurfaceCreateInfoKHR (line 17854) | DisplaySurfaceCreateInfoKHR& setFlags( DisplaySurfaceCreateFlagsKHR ... method DisplaySurfaceCreateInfoKHR (line 17860) | DisplaySurfaceCreateInfoKHR& setDisplayMode( DisplayModeKHR displayM... method DisplaySurfaceCreateInfoKHR (line 17866) | DisplaySurfaceCreateInfoKHR& setPlaneIndex( uint32_t planeIndex_ ) method DisplaySurfaceCreateInfoKHR (line 17872) | DisplaySurfaceCreateInfoKHR& setPlaneStackIndex( uint32_t planeStack... method DisplaySurfaceCreateInfoKHR (line 17878) | DisplaySurfaceCreateInfoKHR& setTransform( SurfaceTransformFlagBitsK... method DisplaySurfaceCreateInfoKHR (line 17884) | DisplaySurfaceCreateInfoKHR& setGlobalAlpha( float globalAlpha_ ) method DisplaySurfaceCreateInfoKHR (line 17890) | DisplaySurfaceCreateInfoKHR& setAlphaMode( DisplayPlaneAlphaFlagBits... method DisplaySurfaceCreateInfoKHR (line 17896) | DisplaySurfaceCreateInfoKHR& setImageExtent( Extent2D imageExtent_ ) type SurfaceCapabilitiesKHR (line 17942) | struct SurfaceCapabilitiesKHR type SurfaceCapabilities2KHR (line 17981) | struct SurfaceCapabilities2KHR type DebugReportFlagBitsEXT (line 18009) | enum class DebugReportFlagBitsEXT function VULKAN_HPP_INLINE (line 18020) | VULKAN_HPP_INLINE DebugReportFlagsEXT operator|( DebugReportFlagBitsEX... function VULKAN_HPP_INLINE (line 18025) | VULKAN_HPP_INLINE DebugReportFlagsEXT operator~( DebugReportFlagBitsEX... type FlagTraits (line 18030) | struct FlagTraits type DebugReportCallbackCreateInfoEXT (line 18038) | struct DebugReportCallbackCreateInfoEXT method DebugReportCallbackCreateInfoEXT (line 18040) | DebugReportCallbackCreateInfoEXT( DebugReportFlagsEXT flags_ = Debug... method DebugReportCallbackCreateInfoEXT (line 18049) | DebugReportCallbackCreateInfoEXT( VkDebugReportCallbackCreateInfoEXT... method DebugReportCallbackCreateInfoEXT (line 18054) | DebugReportCallbackCreateInfoEXT& operator=( VkDebugReportCallbackCr... method DebugReportCallbackCreateInfoEXT (line 18060) | DebugReportCallbackCreateInfoEXT& setPNext( const void* pNext_ ) method DebugReportCallbackCreateInfoEXT (line 18066) | DebugReportCallbackCreateInfoEXT& setFlags( DebugReportFlagsEXT flag... method DebugReportCallbackCreateInfoEXT (line 18072) | DebugReportCallbackCreateInfoEXT& setPfnCallback( PFN_vkDebugReportC... method DebugReportCallbackCreateInfoEXT (line 18078) | DebugReportCallbackCreateInfoEXT& setPUserData( void* pUserData_ ) type DebugReportObjectTypeEXT (line 18114) | enum class DebugReportObjectTypeEXT type DebugMarkerObjectNameInfoEXT (line 18152) | struct DebugMarkerObjectNameInfoEXT method DebugMarkerObjectNameInfoEXT (line 18154) | DebugMarkerObjectNameInfoEXT( DebugReportObjectTypeEXT objectType_ =... method DebugMarkerObjectNameInfoEXT (line 18163) | DebugMarkerObjectNameInfoEXT( VkDebugMarkerObjectNameInfoEXT const &... method DebugMarkerObjectNameInfoEXT (line 18168) | DebugMarkerObjectNameInfoEXT& operator=( VkDebugMarkerObjectNameInfo... method DebugMarkerObjectNameInfoEXT (line 18174) | DebugMarkerObjectNameInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerObjectNameInfoEXT (line 18180) | DebugMarkerObjectNameInfoEXT& setObjectType( DebugReportObjectTypeEX... method DebugMarkerObjectNameInfoEXT (line 18186) | DebugMarkerObjectNameInfoEXT& setObject( uint64_t object_ ) method DebugMarkerObjectNameInfoEXT (line 18192) | DebugMarkerObjectNameInfoEXT& setPObjectName( const char* pObjectNam... type DebugMarkerObjectTagInfoEXT (line 18228) | struct DebugMarkerObjectTagInfoEXT method DebugMarkerObjectTagInfoEXT (line 18230) | DebugMarkerObjectTagInfoEXT( DebugReportObjectTypeEXT objectType_ = ... method DebugMarkerObjectTagInfoEXT (line 18241) | DebugMarkerObjectTagInfoEXT( VkDebugMarkerObjectTagInfoEXT const & r... method DebugMarkerObjectTagInfoEXT (line 18246) | DebugMarkerObjectTagInfoEXT& operator=( VkDebugMarkerObjectTagInfoEX... method DebugMarkerObjectTagInfoEXT (line 18252) | DebugMarkerObjectTagInfoEXT& setPNext( const void* pNext_ ) method DebugMarkerObjectTagInfoEXT (line 18258) | DebugMarkerObjectTagInfoEXT& setObjectType( DebugReportObjectTypeEXT... method DebugMarkerObjectTagInfoEXT (line 18264) | DebugMarkerObjectTagInfoEXT& setObject( uint64_t object_ ) method DebugMarkerObjectTagInfoEXT (line 18270) | DebugMarkerObjectTagInfoEXT& setTagName( uint64_t tagName_ ) method DebugMarkerObjectTagInfoEXT (line 18276) | DebugMarkerObjectTagInfoEXT& setTagSize( size_t tagSize_ ) method DebugMarkerObjectTagInfoEXT (line 18282) | DebugMarkerObjectTagInfoEXT& setPTag( const void* pTag_ ) type DebugReportErrorEXT (line 18322) | enum class DebugReportErrorEXT type RasterizationOrderAMD (line 18328) | enum class RasterizationOrderAMD type PipelineRasterizationStateRasterizationOrderAMD (line 18334) | struct PipelineRasterizationStateRasterizationOrderAMD method PipelineRasterizationStateRasterizationOrderAMD (line 18336) | PipelineRasterizationStateRasterizationOrderAMD( RasterizationOrderA... method PipelineRasterizationStateRasterizationOrderAMD (line 18343) | PipelineRasterizationStateRasterizationOrderAMD( VkPipelineRasteriza... method PipelineRasterizationStateRasterizationOrderAMD (line 18348) | PipelineRasterizationStateRasterizationOrderAMD& operator=( VkPipeli... method PipelineRasterizationStateRasterizationOrderAMD (line 18354) | PipelineRasterizationStateRasterizationOrderAMD& setPNext( const voi... method PipelineRasterizationStateRasterizationOrderAMD (line 18360) | PipelineRasterizationStateRasterizationOrderAMD& setRasterizationOrd... type ExternalMemoryHandleTypeFlagBitsNV (line 18392) | enum class ExternalMemoryHandleTypeFlagBitsNV function VULKAN_HPP_INLINE (line 18402) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsNV operator|( ExternalM... function VULKAN_HPP_INLINE (line 18407) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsNV operator~( ExternalM... type FlagTraits (line 18412) | struct FlagTraits type ExternalMemoryImageCreateInfoNV (line 18420) | struct ExternalMemoryImageCreateInfoNV method ExternalMemoryImageCreateInfoNV (line 18422) | ExternalMemoryImageCreateInfoNV( ExternalMemoryHandleTypeFlagsNV han... method ExternalMemoryImageCreateInfoNV (line 18429) | ExternalMemoryImageCreateInfoNV( VkExternalMemoryImageCreateInfoNV c... method ExternalMemoryImageCreateInfoNV (line 18434) | ExternalMemoryImageCreateInfoNV& operator=( VkExternalMemoryImageCre... method ExternalMemoryImageCreateInfoNV (line 18440) | ExternalMemoryImageCreateInfoNV& setPNext( const void* pNext_ ) method ExternalMemoryImageCreateInfoNV (line 18446) | ExternalMemoryImageCreateInfoNV& setHandleTypes( ExternalMemoryHandl... type ExportMemoryAllocateInfoNV (line 18478) | struct ExportMemoryAllocateInfoNV method ExportMemoryAllocateInfoNV (line 18480) | ExportMemoryAllocateInfoNV( ExternalMemoryHandleTypeFlagsNV handleTy... method ExportMemoryAllocateInfoNV (line 18487) | ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) method ExportMemoryAllocateInfoNV (line 18492) | ExportMemoryAllocateInfoNV& operator=( VkExportMemoryAllocateInfoNV ... method ExportMemoryAllocateInfoNV (line 18498) | ExportMemoryAllocateInfoNV& setPNext( const void* pNext_ ) method ExportMemoryAllocateInfoNV (line 18504) | ExportMemoryAllocateInfoNV& setHandleTypes( ExternalMemoryHandleType... type ImportMemoryWin32HandleInfoNV (line 18537) | struct ImportMemoryWin32HandleInfoNV method ImportMemoryWin32HandleInfoNV (line 18539) | ImportMemoryWin32HandleInfoNV( ExternalMemoryHandleTypeFlagsNV handl... method ImportMemoryWin32HandleInfoNV (line 18547) | ImportMemoryWin32HandleInfoNV( VkImportMemoryWin32HandleInfoNV const... method ImportMemoryWin32HandleInfoNV (line 18552) | ImportMemoryWin32HandleInfoNV& operator=( VkImportMemoryWin32HandleI... method ImportMemoryWin32HandleInfoNV (line 18558) | ImportMemoryWin32HandleInfoNV& setPNext( const void* pNext_ ) method ImportMemoryWin32HandleInfoNV (line 18564) | ImportMemoryWin32HandleInfoNV& setHandleType( ExternalMemoryHandleTy... method ImportMemoryWin32HandleInfoNV (line 18570) | ImportMemoryWin32HandleInfoNV& setHandle( HANDLE handle_ ) type ExternalMemoryFeatureFlagBitsNV (line 18605) | enum class ExternalMemoryFeatureFlagBitsNV function VULKAN_HPP_INLINE (line 18614) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsNV operator|( ExternalMemo... function VULKAN_HPP_INLINE (line 18619) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsNV operator~( ExternalMemo... type FlagTraits (line 18624) | struct FlagTraits type ExternalImageFormatPropertiesNV (line 18632) | struct ExternalImageFormatPropertiesNV type ValidationCheckEXT (line 18659) | enum class ValidationCheckEXT type ValidationFlagsEXT (line 18664) | struct ValidationFlagsEXT method ValidationFlagsEXT (line 18666) | ValidationFlagsEXT( uint32_t disabledValidationCheckCount_ = 0, Vali... method ValidationFlagsEXT (line 18674) | ValidationFlagsEXT( VkValidationFlagsEXT const & rhs ) method ValidationFlagsEXT (line 18679) | ValidationFlagsEXT& operator=( VkValidationFlagsEXT const & rhs ) method ValidationFlagsEXT (line 18685) | ValidationFlagsEXT& setPNext( const void* pNext_ ) method ValidationFlagsEXT (line 18691) | ValidationFlagsEXT& setDisabledValidationCheckCount( uint32_t disabl... method ValidationFlagsEXT (line 18697) | ValidationFlagsEXT& setPDisabledValidationChecks( ValidationCheckEXT... type IndirectCommandsLayoutUsageFlagBitsNVX (line 18731) | enum class IndirectCommandsLayoutUsageFlagBitsNVX function VULKAN_HPP_INLINE (line 18741) | VULKAN_HPP_INLINE IndirectCommandsLayoutUsageFlagsNVX operator|( Indir... function VULKAN_HPP_INLINE (line 18746) | VULKAN_HPP_INLINE IndirectCommandsLayoutUsageFlagsNVX operator~( Indir... type FlagTraits (line 18751) | struct FlagTraits type ObjectEntryUsageFlagBitsNVX (line 18759) | enum class ObjectEntryUsageFlagBitsNVX function VULKAN_HPP_INLINE (line 18767) | VULKAN_HPP_INLINE ObjectEntryUsageFlagsNVX operator|( ObjectEntryUsage... function VULKAN_HPP_INLINE (line 18772) | VULKAN_HPP_INLINE ObjectEntryUsageFlagsNVX operator~( ObjectEntryUsage... type FlagTraits (line 18777) | struct FlagTraits type IndirectCommandsTokenTypeNVX (line 18785) | enum class IndirectCommandsTokenTypeNVX type IndirectCommandsTokenNVX (line 18797) | struct IndirectCommandsTokenNVX method IndirectCommandsTokenNVX (line 18799) | IndirectCommandsTokenNVX( IndirectCommandsTokenTypeNVX tokenType_ = ... method IndirectCommandsTokenNVX (line 18806) | IndirectCommandsTokenNVX( VkIndirectCommandsTokenNVX const & rhs ) method IndirectCommandsTokenNVX (line 18811) | IndirectCommandsTokenNVX& operator=( VkIndirectCommandsTokenNVX cons... method IndirectCommandsTokenNVX (line 18817) | IndirectCommandsTokenNVX& setTokenType( IndirectCommandsTokenTypeNVX... method IndirectCommandsTokenNVX (line 18823) | IndirectCommandsTokenNVX& setBuffer( Buffer buffer_ ) method IndirectCommandsTokenNVX (line 18829) | IndirectCommandsTokenNVX& setOffset( DeviceSize offset_ ) type IndirectCommandsLayoutTokenNVX (line 18858) | struct IndirectCommandsLayoutTokenNVX method IndirectCommandsLayoutTokenNVX (line 18860) | IndirectCommandsLayoutTokenNVX( IndirectCommandsTokenTypeNVX tokenTy... method IndirectCommandsLayoutTokenNVX (line 18868) | IndirectCommandsLayoutTokenNVX( VkIndirectCommandsLayoutTokenNVX con... method IndirectCommandsLayoutTokenNVX (line 18873) | IndirectCommandsLayoutTokenNVX& operator=( VkIndirectCommandsLayoutT... method IndirectCommandsLayoutTokenNVX (line 18879) | IndirectCommandsLayoutTokenNVX& setTokenType( IndirectCommandsTokenT... method IndirectCommandsLayoutTokenNVX (line 18885) | IndirectCommandsLayoutTokenNVX& setBindingUnit( uint32_t bindingUnit_ ) method IndirectCommandsLayoutTokenNVX (line 18891) | IndirectCommandsLayoutTokenNVX& setDynamicCount( uint32_t dynamicCou... method IndirectCommandsLayoutTokenNVX (line 18897) | IndirectCommandsLayoutTokenNVX& setDivisor( uint32_t divisor_ ) type IndirectCommandsLayoutCreateInfoNVX (line 18928) | struct IndirectCommandsLayoutCreateInfoNVX method IndirectCommandsLayoutCreateInfoNVX (line 18930) | IndirectCommandsLayoutCreateInfoNVX( PipelineBindPoint pipelineBindP... method IndirectCommandsLayoutCreateInfoNVX (line 18940) | IndirectCommandsLayoutCreateInfoNVX( VkIndirectCommandsLayoutCreateI... method IndirectCommandsLayoutCreateInfoNVX (line 18945) | IndirectCommandsLayoutCreateInfoNVX& operator=( VkIndirectCommandsLa... method IndirectCommandsLayoutCreateInfoNVX (line 18951) | IndirectCommandsLayoutCreateInfoNVX& setPNext( const void* pNext_ ) method IndirectCommandsLayoutCreateInfoNVX (line 18957) | IndirectCommandsLayoutCreateInfoNVX& setPipelineBindPoint( PipelineB... method IndirectCommandsLayoutCreateInfoNVX (line 18963) | IndirectCommandsLayoutCreateInfoNVX& setFlags( IndirectCommandsLayou... method IndirectCommandsLayoutCreateInfoNVX (line 18969) | IndirectCommandsLayoutCreateInfoNVX& setTokenCount( uint32_t tokenCo... method IndirectCommandsLayoutCreateInfoNVX (line 18975) | IndirectCommandsLayoutCreateInfoNVX& setPTokens( const IndirectComma... type ObjectEntryTypeNVX (line 19013) | enum class ObjectEntryTypeNVX type ObjectTableCreateInfoNVX (line 19022) | struct ObjectTableCreateInfoNVX method ObjectTableCreateInfoNVX (line 19024) | ObjectTableCreateInfoNVX( uint32_t objectCount_ = 0, const ObjectEnt... method ObjectTableCreateInfoNVX (line 19039) | ObjectTableCreateInfoNVX( VkObjectTableCreateInfoNVX const & rhs ) method ObjectTableCreateInfoNVX (line 19044) | ObjectTableCreateInfoNVX& operator=( VkObjectTableCreateInfoNVX cons... method ObjectTableCreateInfoNVX (line 19050) | ObjectTableCreateInfoNVX& setPNext( const void* pNext_ ) method ObjectTableCreateInfoNVX (line 19056) | ObjectTableCreateInfoNVX& setObjectCount( uint32_t objectCount_ ) method ObjectTableCreateInfoNVX (line 19062) | ObjectTableCreateInfoNVX& setPObjectEntryTypes( const ObjectEntryTyp... method ObjectTableCreateInfoNVX (line 19068) | ObjectTableCreateInfoNVX& setPObjectEntryCounts( const uint32_t* pOb... method ObjectTableCreateInfoNVX (line 19074) | ObjectTableCreateInfoNVX& setPObjectEntryUsageFlags( const ObjectEnt... method ObjectTableCreateInfoNVX (line 19080) | ObjectTableCreateInfoNVX& setMaxUniformBuffersPerDescriptor( uint32_... method ObjectTableCreateInfoNVX (line 19086) | ObjectTableCreateInfoNVX& setMaxStorageBuffersPerDescriptor( uint32_... method ObjectTableCreateInfoNVX (line 19092) | ObjectTableCreateInfoNVX& setMaxStorageImagesPerDescriptor( uint32_t... method ObjectTableCreateInfoNVX (line 19098) | ObjectTableCreateInfoNVX& setMaxSampledImagesPerDescriptor( uint32_t... method ObjectTableCreateInfoNVX (line 19104) | ObjectTableCreateInfoNVX& setMaxPipelineLayouts( uint32_t maxPipelin... type ObjectTableEntryNVX (line 19152) | struct ObjectTableEntryNVX method ObjectTableEntryNVX (line 19154) | ObjectTableEntryNVX( ObjectEntryTypeNVX type_ = ObjectEntryTypeNVX::... method ObjectTableEntryNVX (line 19160) | ObjectTableEntryNVX( VkObjectTableEntryNVX const & rhs ) method ObjectTableEntryNVX (line 19165) | ObjectTableEntryNVX& operator=( VkObjectTableEntryNVX const & rhs ) method ObjectTableEntryNVX (line 19171) | ObjectTableEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableEntryNVX (line 19177) | ObjectTableEntryNVX& setFlags( ObjectEntryUsageFlagsNVX flags_ ) type ObjectTablePipelineEntryNVX (line 19204) | struct ObjectTablePipelineEntryNVX method ObjectTablePipelineEntryNVX (line 19206) | ObjectTablePipelineEntryNVX( ObjectEntryTypeNVX type_ = ObjectEntryT... method ObjectTablePipelineEntryNVX (line 19213) | ObjectTablePipelineEntryNVX( VkObjectTablePipelineEntryNVX const & r... method ObjectTablePipelineEntryNVX (line 19218) | ObjectTablePipelineEntryNVX& operator=( VkObjectTablePipelineEntryNV... method ObjectTablePipelineEntryNVX (line 19224) | ObjectTablePipelineEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTablePipelineEntryNVX (line 19230) | ObjectTablePipelineEntryNVX& setFlags( ObjectEntryUsageFlagsNVX flag... method ObjectTablePipelineEntryNVX (line 19236) | ObjectTablePipelineEntryNVX& setPipeline( Pipeline pipeline_ ) type ObjectTableDescriptorSetEntryNVX (line 19265) | struct ObjectTableDescriptorSetEntryNVX method ObjectTableDescriptorSetEntryNVX (line 19267) | ObjectTableDescriptorSetEntryNVX( ObjectEntryTypeNVX type_ = ObjectE... method ObjectTableDescriptorSetEntryNVX (line 19275) | ObjectTableDescriptorSetEntryNVX( VkObjectTableDescriptorSetEntryNVX... method ObjectTableDescriptorSetEntryNVX (line 19280) | ObjectTableDescriptorSetEntryNVX& operator=( VkObjectTableDescriptor... method ObjectTableDescriptorSetEntryNVX (line 19286) | ObjectTableDescriptorSetEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableDescriptorSetEntryNVX (line 19292) | ObjectTableDescriptorSetEntryNVX& setFlags( ObjectEntryUsageFlagsNVX... method ObjectTableDescriptorSetEntryNVX (line 19298) | ObjectTableDescriptorSetEntryNVX& setPipelineLayout( PipelineLayout ... method ObjectTableDescriptorSetEntryNVX (line 19304) | ObjectTableDescriptorSetEntryNVX& setDescriptorSet( DescriptorSet de... type ObjectTableVertexBufferEntryNVX (line 19335) | struct ObjectTableVertexBufferEntryNVX method ObjectTableVertexBufferEntryNVX (line 19337) | ObjectTableVertexBufferEntryNVX( ObjectEntryTypeNVX type_ = ObjectEn... method ObjectTableVertexBufferEntryNVX (line 19344) | ObjectTableVertexBufferEntryNVX( VkObjectTableVertexBufferEntryNVX c... method ObjectTableVertexBufferEntryNVX (line 19349) | ObjectTableVertexBufferEntryNVX& operator=( VkObjectTableVertexBuffe... method ObjectTableVertexBufferEntryNVX (line 19355) | ObjectTableVertexBufferEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableVertexBufferEntryNVX (line 19361) | ObjectTableVertexBufferEntryNVX& setFlags( ObjectEntryUsageFlagsNVX ... method ObjectTableVertexBufferEntryNVX (line 19367) | ObjectTableVertexBufferEntryNVX& setBuffer( Buffer buffer_ ) type ObjectTableIndexBufferEntryNVX (line 19396) | struct ObjectTableIndexBufferEntryNVX method ObjectTableIndexBufferEntryNVX (line 19398) | ObjectTableIndexBufferEntryNVX( ObjectEntryTypeNVX type_ = ObjectEnt... method ObjectTableIndexBufferEntryNVX (line 19406) | ObjectTableIndexBufferEntryNVX( VkObjectTableIndexBufferEntryNVX con... method ObjectTableIndexBufferEntryNVX (line 19411) | ObjectTableIndexBufferEntryNVX& operator=( VkObjectTableIndexBufferE... method ObjectTableIndexBufferEntryNVX (line 19417) | ObjectTableIndexBufferEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTableIndexBufferEntryNVX (line 19423) | ObjectTableIndexBufferEntryNVX& setFlags( ObjectEntryUsageFlagsNVX f... method ObjectTableIndexBufferEntryNVX (line 19429) | ObjectTableIndexBufferEntryNVX& setBuffer( Buffer buffer_ ) method ObjectTableIndexBufferEntryNVX (line 19435) | ObjectTableIndexBufferEntryNVX& setIndexType( IndexType indexType_ ) type ObjectTablePushConstantEntryNVX (line 19466) | struct ObjectTablePushConstantEntryNVX method ObjectTablePushConstantEntryNVX (line 19468) | ObjectTablePushConstantEntryNVX( ObjectEntryTypeNVX type_ = ObjectEn... method ObjectTablePushConstantEntryNVX (line 19476) | ObjectTablePushConstantEntryNVX( VkObjectTablePushConstantEntryNVX c... method ObjectTablePushConstantEntryNVX (line 19481) | ObjectTablePushConstantEntryNVX& operator=( VkObjectTablePushConstan... method ObjectTablePushConstantEntryNVX (line 19487) | ObjectTablePushConstantEntryNVX& setType( ObjectEntryTypeNVX type_ ) method ObjectTablePushConstantEntryNVX (line 19493) | ObjectTablePushConstantEntryNVX& setFlags( ObjectEntryUsageFlagsNVX ... method ObjectTablePushConstantEntryNVX (line 19499) | ObjectTablePushConstantEntryNVX& setPipelineLayout( PipelineLayout p... method ObjectTablePushConstantEntryNVX (line 19505) | ObjectTablePushConstantEntryNVX& setStageFlags( ShaderStageFlags sta... type DescriptorSetLayoutCreateFlagBits (line 19536) | enum class DescriptorSetLayoutCreateFlagBits function VULKAN_HPP_INLINE (line 19543) | VULKAN_HPP_INLINE DescriptorSetLayoutCreateFlags operator|( Descriptor... function VULKAN_HPP_INLINE (line 19548) | VULKAN_HPP_INLINE DescriptorSetLayoutCreateFlags operator~( Descriptor... type FlagTraits (line 19553) | struct FlagTraits type DescriptorSetLayoutCreateInfo (line 19561) | struct DescriptorSetLayoutCreateInfo method DescriptorSetLayoutCreateInfo (line 19563) | DescriptorSetLayoutCreateInfo( DescriptorSetLayoutCreateFlags flags_... method DescriptorSetLayoutCreateInfo (line 19572) | DescriptorSetLayoutCreateInfo( VkDescriptorSetLayoutCreateInfo const... method DescriptorSetLayoutCreateInfo (line 19577) | DescriptorSetLayoutCreateInfo& operator=( VkDescriptorSetLayoutCreat... method DescriptorSetLayoutCreateInfo (line 19583) | DescriptorSetLayoutCreateInfo& setPNext( const void* pNext_ ) method DescriptorSetLayoutCreateInfo (line 19589) | DescriptorSetLayoutCreateInfo& setFlags( DescriptorSetLayoutCreateFl... method DescriptorSetLayoutCreateInfo (line 19595) | DescriptorSetLayoutCreateInfo& setBindingCount( uint32_t bindingCoun... method DescriptorSetLayoutCreateInfo (line 19601) | DescriptorSetLayoutCreateInfo& setPBindings( const DescriptorSetLayo... type ExternalMemoryHandleTypeFlagBitsKHX (line 19637) | enum class ExternalMemoryHandleTypeFlagBitsKHX function VULKAN_HPP_INLINE (line 19650) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsKHX operator|( External... function VULKAN_HPP_INLINE (line 19655) | VULKAN_HPP_INLINE ExternalMemoryHandleTypeFlagsKHX operator~( External... type FlagTraits (line 19660) | struct FlagTraits type PhysicalDeviceExternalImageFormatInfoKHX (line 19668) | struct PhysicalDeviceExternalImageFormatInfoKHX method PhysicalDeviceExternalImageFormatInfoKHX (line 19670) | PhysicalDeviceExternalImageFormatInfoKHX( ExternalMemoryHandleTypeFl... method PhysicalDeviceExternalImageFormatInfoKHX (line 19677) | PhysicalDeviceExternalImageFormatInfoKHX( VkPhysicalDeviceExternalIm... method PhysicalDeviceExternalImageFormatInfoKHX (line 19682) | PhysicalDeviceExternalImageFormatInfoKHX& operator=( VkPhysicalDevic... method PhysicalDeviceExternalImageFormatInfoKHX (line 19688) | PhysicalDeviceExternalImageFormatInfoKHX& setPNext( const void* pNex... method PhysicalDeviceExternalImageFormatInfoKHX (line 19694) | PhysicalDeviceExternalImageFormatInfoKHX& setHandleType( ExternalMem... type PhysicalDeviceExternalBufferInfoKHX (line 19726) | struct PhysicalDeviceExternalBufferInfoKHX method PhysicalDeviceExternalBufferInfoKHX (line 19728) | PhysicalDeviceExternalBufferInfoKHX( BufferCreateFlags flags_ = Buff... method PhysicalDeviceExternalBufferInfoKHX (line 19737) | PhysicalDeviceExternalBufferInfoKHX( VkPhysicalDeviceExternalBufferI... method PhysicalDeviceExternalBufferInfoKHX (line 19742) | PhysicalDeviceExternalBufferInfoKHX& operator=( VkPhysicalDeviceExte... method PhysicalDeviceExternalBufferInfoKHX (line 19748) | PhysicalDeviceExternalBufferInfoKHX& setPNext( const void* pNext_ ) method PhysicalDeviceExternalBufferInfoKHX (line 19754) | PhysicalDeviceExternalBufferInfoKHX& setFlags( BufferCreateFlags fla... method PhysicalDeviceExternalBufferInfoKHX (line 19760) | PhysicalDeviceExternalBufferInfoKHX& setUsage( BufferUsageFlags usag... method PhysicalDeviceExternalBufferInfoKHX (line 19766) | PhysicalDeviceExternalBufferInfoKHX& setHandleType( ExternalMemoryHa... type ExternalMemoryImageCreateInfoKHX (line 19802) | struct ExternalMemoryImageCreateInfoKHX method ExternalMemoryImageCreateInfoKHX (line 19804) | ExternalMemoryImageCreateInfoKHX( ExternalMemoryHandleTypeFlagsKHX h... method ExternalMemoryImageCreateInfoKHX (line 19811) | ExternalMemoryImageCreateInfoKHX( VkExternalMemoryImageCreateInfoKHX... method ExternalMemoryImageCreateInfoKHX (line 19816) | ExternalMemoryImageCreateInfoKHX& operator=( VkExternalMemoryImageCr... method ExternalMemoryImageCreateInfoKHX (line 19822) | ExternalMemoryImageCreateInfoKHX& setPNext( const void* pNext_ ) method ExternalMemoryImageCreateInfoKHX (line 19828) | ExternalMemoryImageCreateInfoKHX& setHandleTypes( ExternalMemoryHand... type ExternalMemoryBufferCreateInfoKHX (line 19860) | struct ExternalMemoryBufferCreateInfoKHX method ExternalMemoryBufferCreateInfoKHX (line 19862) | ExternalMemoryBufferCreateInfoKHX( ExternalMemoryHandleTypeFlagsKHX ... method ExternalMemoryBufferCreateInfoKHX (line 19869) | ExternalMemoryBufferCreateInfoKHX( VkExternalMemoryBufferCreateInfoK... method ExternalMemoryBufferCreateInfoKHX (line 19874) | ExternalMemoryBufferCreateInfoKHX& operator=( VkExternalMemoryBuffer... method ExternalMemoryBufferCreateInfoKHX (line 19880) | ExternalMemoryBufferCreateInfoKHX& setPNext( const void* pNext_ ) method ExternalMemoryBufferCreateInfoKHX (line 19886) | ExternalMemoryBufferCreateInfoKHX& setHandleTypes( ExternalMemoryHan... type ExportMemoryAllocateInfoKHX (line 19918) | struct ExportMemoryAllocateInfoKHX method ExportMemoryAllocateInfoKHX (line 19920) | ExportMemoryAllocateInfoKHX( ExternalMemoryHandleTypeFlagsKHX handle... method ExportMemoryAllocateInfoKHX (line 19927) | ExportMemoryAllocateInfoKHX( VkExportMemoryAllocateInfoKHX const & r... method ExportMemoryAllocateInfoKHX (line 19932) | ExportMemoryAllocateInfoKHX& operator=( VkExportMemoryAllocateInfoKH... method ExportMemoryAllocateInfoKHX (line 19938) | ExportMemoryAllocateInfoKHX& setPNext( const void* pNext_ ) method ExportMemoryAllocateInfoKHX (line 19944) | ExportMemoryAllocateInfoKHX& setHandleTypes( ExternalMemoryHandleTyp... type ImportMemoryWin32HandleInfoKHX (line 19977) | struct ImportMemoryWin32HandleInfoKHX method ImportMemoryWin32HandleInfoKHX (line 19979) | ImportMemoryWin32HandleInfoKHX( ExternalMemoryHandleTypeFlagBitsKHX ... method ImportMemoryWin32HandleInfoKHX (line 19987) | ImportMemoryWin32HandleInfoKHX( VkImportMemoryWin32HandleInfoKHX con... method ImportMemoryWin32HandleInfoKHX (line 19992) | ImportMemoryWin32HandleInfoKHX& operator=( VkImportMemoryWin32Handle... method ImportMemoryWin32HandleInfoKHX (line 19998) | ImportMemoryWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ImportMemoryWin32HandleInfoKHX (line 20004) | ImportMemoryWin32HandleInfoKHX& setHandleType( ExternalMemoryHandleT... method ImportMemoryWin32HandleInfoKHX (line 20010) | ImportMemoryWin32HandleInfoKHX& setHandle( HANDLE handle_ ) type ImportMemoryFdInfoKHX (line 20045) | struct ImportMemoryFdInfoKHX method ImportMemoryFdInfoKHX (line 20047) | ImportMemoryFdInfoKHX( ExternalMemoryHandleTypeFlagBitsKHX handleTyp... method ImportMemoryFdInfoKHX (line 20055) | ImportMemoryFdInfoKHX( VkImportMemoryFdInfoKHX const & rhs ) method ImportMemoryFdInfoKHX (line 20060) | ImportMemoryFdInfoKHX& operator=( VkImportMemoryFdInfoKHX const & rhs ) method ImportMemoryFdInfoKHX (line 20066) | ImportMemoryFdInfoKHX& setPNext( const void* pNext_ ) method ImportMemoryFdInfoKHX (line 20072) | ImportMemoryFdInfoKHX& setHandleType( ExternalMemoryHandleTypeFlagBi... method ImportMemoryFdInfoKHX (line 20078) | ImportMemoryFdInfoKHX& setFd( int fd_ ) type ExternalMemoryFeatureFlagBitsKHX (line 20112) | enum class ExternalMemoryFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20121) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsKHX operator|( ExternalMem... function VULKAN_HPP_INLINE (line 20126) | VULKAN_HPP_INLINE ExternalMemoryFeatureFlagsKHX operator~( ExternalMem... type FlagTraits (line 20131) | struct FlagTraits type ExternalMemoryPropertiesKHX (line 20139) | struct ExternalMemoryPropertiesKHX type ExternalImageFormatPropertiesKHX (line 20164) | struct ExternalImageFormatPropertiesKHX type ExternalBufferPropertiesKHX (line 20192) | struct ExternalBufferPropertiesKHX type ExternalSemaphoreHandleTypeFlagBitsKHX (line 20220) | enum class ExternalSemaphoreHandleTypeFlagBitsKHX function VULKAN_HPP_INLINE (line 20231) | VULKAN_HPP_INLINE ExternalSemaphoreHandleTypeFlagsKHX operator|( Exter... function VULKAN_HPP_INLINE (line 20236) | VULKAN_HPP_INLINE ExternalSemaphoreHandleTypeFlagsKHX operator~( Exter... type FlagTraits (line 20241) | struct FlagTraits type PhysicalDeviceExternalSemaphoreInfoKHX (line 20249) | struct PhysicalDeviceExternalSemaphoreInfoKHX method PhysicalDeviceExternalSemaphoreInfoKHX (line 20251) | PhysicalDeviceExternalSemaphoreInfoKHX( ExternalSemaphoreHandleTypeF... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20258) | PhysicalDeviceExternalSemaphoreInfoKHX( VkPhysicalDeviceExternalSema... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20263) | PhysicalDeviceExternalSemaphoreInfoKHX& operator=( VkPhysicalDeviceE... method PhysicalDeviceExternalSemaphoreInfoKHX (line 20269) | PhysicalDeviceExternalSemaphoreInfoKHX& setPNext( const void* pNext_ ) method PhysicalDeviceExternalSemaphoreInfoKHX (line 20275) | PhysicalDeviceExternalSemaphoreInfoKHX& setHandleType( ExternalSemap... type ExportSemaphoreCreateInfoKHX (line 20307) | struct ExportSemaphoreCreateInfoKHX method ExportSemaphoreCreateInfoKHX (line 20309) | ExportSemaphoreCreateInfoKHX( ExternalSemaphoreHandleTypeFlagsKHX ha... method ExportSemaphoreCreateInfoKHX (line 20316) | ExportSemaphoreCreateInfoKHX( VkExportSemaphoreCreateInfoKHX const &... method ExportSemaphoreCreateInfoKHX (line 20321) | ExportSemaphoreCreateInfoKHX& operator=( VkExportSemaphoreCreateInfo... method ExportSemaphoreCreateInfoKHX (line 20327) | ExportSemaphoreCreateInfoKHX& setPNext( const void* pNext_ ) method ExportSemaphoreCreateInfoKHX (line 20333) | ExportSemaphoreCreateInfoKHX& setHandleTypes( ExternalSemaphoreHandl... type ImportSemaphoreWin32HandleInfoKHX (line 20366) | struct ImportSemaphoreWin32HandleInfoKHX method ImportSemaphoreWin32HandleInfoKHX (line 20368) | ImportSemaphoreWin32HandleInfoKHX( Semaphore semaphore_ = Semaphore(... method ImportSemaphoreWin32HandleInfoKHX (line 20377) | ImportSemaphoreWin32HandleInfoKHX( VkImportSemaphoreWin32HandleInfoK... method ImportSemaphoreWin32HandleInfoKHX (line 20382) | ImportSemaphoreWin32HandleInfoKHX& operator=( VkImportSemaphoreWin32... method ImportSemaphoreWin32HandleInfoKHX (line 20388) | ImportSemaphoreWin32HandleInfoKHX& setPNext( const void* pNext_ ) method ImportSemaphoreWin32HandleInfoKHX (line 20394) | ImportSemaphoreWin32HandleInfoKHX& setSemaphore( Semaphore semaphore_ ) method ImportSemaphoreWin32HandleInfoKHX (line 20400) | ImportSemaphoreWin32HandleInfoKHX& setHandleType( ExternalSemaphoreH... method ImportSemaphoreWin32HandleInfoKHX (line 20406) | ImportSemaphoreWin32HandleInfoKHX& setHandle( HANDLE handle_ ) type ImportSemaphoreFdInfoKHX (line 20443) | struct ImportSemaphoreFdInfoKHX method ImportSemaphoreFdInfoKHX (line 20445) | ImportSemaphoreFdInfoKHX( Semaphore semaphore_ = Semaphore(), Extern... method ImportSemaphoreFdInfoKHX (line 20454) | ImportSemaphoreFdInfoKHX( VkImportSemaphoreFdInfoKHX const & rhs ) method ImportSemaphoreFdInfoKHX (line 20459) | ImportSemaphoreFdInfoKHX& operator=( VkImportSemaphoreFdInfoKHX cons... method ImportSemaphoreFdInfoKHX (line 20465) | ImportSemaphoreFdInfoKHX& setPNext( const void* pNext_ ) method ImportSemaphoreFdInfoKHX (line 20471) | ImportSemaphoreFdInfoKHX& setSemaphore( Semaphore semaphore_ ) method ImportSemaphoreFdInfoKHX (line 20477) | ImportSemaphoreFdInfoKHX& setHandleType( ExternalSemaphoreHandleType... method ImportSemaphoreFdInfoKHX (line 20483) | ImportSemaphoreFdInfoKHX& setFd( int fd_ ) type ExternalSemaphoreFeatureFlagBitsKHX (line 20519) | enum class ExternalSemaphoreFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20527) | VULKAN_HPP_INLINE ExternalSemaphoreFeatureFlagsKHX operator|( External... function VULKAN_HPP_INLINE (line 20532) | VULKAN_HPP_INLINE ExternalSemaphoreFeatureFlagsKHX operator~( External... type FlagTraits (line 20537) | struct FlagTraits type ExternalSemaphorePropertiesKHX (line 20545) | struct ExternalSemaphorePropertiesKHX type SurfaceCounterFlagBitsEXT (line 20577) | enum class SurfaceCounterFlagBitsEXT function VULKAN_HPP_INLINE (line 20584) | VULKAN_HPP_INLINE SurfaceCounterFlagsEXT operator|( SurfaceCounterFlag... function VULKAN_HPP_INLINE (line 20589) | VULKAN_HPP_INLINE SurfaceCounterFlagsEXT operator~( SurfaceCounterFlag... type FlagTraits (line 20594) | struct FlagTraits type SurfaceCapabilities2EXT (line 20602) | struct SurfaceCapabilities2EXT type SwapchainCounterCreateInfoEXT (line 20650) | struct SwapchainCounterCreateInfoEXT method SwapchainCounterCreateInfoEXT (line 20652) | SwapchainCounterCreateInfoEXT( SurfaceCounterFlagsEXT surfaceCounter... method SwapchainCounterCreateInfoEXT (line 20659) | SwapchainCounterCreateInfoEXT( VkSwapchainCounterCreateInfoEXT const... method SwapchainCounterCreateInfoEXT (line 20664) | SwapchainCounterCreateInfoEXT& operator=( VkSwapchainCounterCreateIn... method SwapchainCounterCreateInfoEXT (line 20670) | SwapchainCounterCreateInfoEXT& setPNext( const void* pNext_ ) method SwapchainCounterCreateInfoEXT (line 20676) | SwapchainCounterCreateInfoEXT& setSurfaceCounters( SurfaceCounterFla... type DisplayPowerStateEXT (line 20708) | enum class DisplayPowerStateEXT type DisplayPowerInfoEXT (line 20715) | struct DisplayPowerInfoEXT method DisplayPowerInfoEXT (line 20717) | DisplayPowerInfoEXT( DisplayPowerStateEXT powerState_ = DisplayPower... method DisplayPowerInfoEXT (line 20724) | DisplayPowerInfoEXT( VkDisplayPowerInfoEXT const & rhs ) method DisplayPowerInfoEXT (line 20729) | DisplayPowerInfoEXT& operator=( VkDisplayPowerInfoEXT const & rhs ) method DisplayPowerInfoEXT (line 20735) | DisplayPowerInfoEXT& setPNext( const void* pNext_ ) method DisplayPowerInfoEXT (line 20741) | DisplayPowerInfoEXT& setPowerState( DisplayPowerStateEXT powerState_ ) type DeviceEventTypeEXT (line 20773) | enum class DeviceEventTypeEXT type DeviceEventInfoEXT (line 20778) | struct DeviceEventInfoEXT method DeviceEventInfoEXT (line 20780) | DeviceEventInfoEXT( DeviceEventTypeEXT deviceEvent_ = DeviceEventTyp... method DeviceEventInfoEXT (line 20787) | DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) method DeviceEventInfoEXT (line 20792) | DeviceEventInfoEXT& operator=( VkDeviceEventInfoEXT const & rhs ) method DeviceEventInfoEXT (line 20798) | DeviceEventInfoEXT& setPNext( const void* pNext_ ) method DeviceEventInfoEXT (line 20804) | DeviceEventInfoEXT& setDeviceEvent( DeviceEventTypeEXT deviceEvent_ ) type DisplayEventTypeEXT (line 20836) | enum class DisplayEventTypeEXT type DisplayEventInfoEXT (line 20841) | struct DisplayEventInfoEXT method DisplayEventInfoEXT (line 20843) | DisplayEventInfoEXT( DisplayEventTypeEXT displayEvent_ = DisplayEven... method DisplayEventInfoEXT (line 20850) | DisplayEventInfoEXT( VkDisplayEventInfoEXT const & rhs ) method DisplayEventInfoEXT (line 20855) | DisplayEventInfoEXT& operator=( VkDisplayEventInfoEXT const & rhs ) method DisplayEventInfoEXT (line 20861) | DisplayEventInfoEXT& setPNext( const void* pNext_ ) method DisplayEventInfoEXT (line 20867) | DisplayEventInfoEXT& setDisplayEvent( DisplayEventTypeEXT displayEve... type PeerMemoryFeatureFlagBitsKHX (line 20899) | enum class PeerMemoryFeatureFlagBitsKHX function VULKAN_HPP_INLINE (line 20909) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX operator|( PeerMemoryFeatu... function VULKAN_HPP_INLINE (line 20914) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX operator~( PeerMemoryFeatu... type FlagTraits (line 20919) | struct FlagTraits type MemoryAllocateFlagBitsKHX (line 20927) | enum class MemoryAllocateFlagBitsKHX function VULKAN_HPP_INLINE (line 20934) | VULKAN_HPP_INLINE MemoryAllocateFlagsKHX operator|( MemoryAllocateFlag... function VULKAN_HPP_INLINE (line 20939) | VULKAN_HPP_INLINE MemoryAllocateFlagsKHX operator~( MemoryAllocateFlag... type FlagTraits (line 20944) | struct FlagTraits type MemoryAllocateFlagsInfoKHX (line 20952) | struct MemoryAllocateFlagsInfoKHX method MemoryAllocateFlagsInfoKHX (line 20954) | MemoryAllocateFlagsInfoKHX( MemoryAllocateFlagsKHX flags_ = MemoryAl... method MemoryAllocateFlagsInfoKHX (line 20962) | MemoryAllocateFlagsInfoKHX( VkMemoryAllocateFlagsInfoKHX const & rhs ) method MemoryAllocateFlagsInfoKHX (line 20967) | MemoryAllocateFlagsInfoKHX& operator=( VkMemoryAllocateFlagsInfoKHX ... method MemoryAllocateFlagsInfoKHX (line 20973) | MemoryAllocateFlagsInfoKHX& setPNext( const void* pNext_ ) method MemoryAllocateFlagsInfoKHX (line 20979) | MemoryAllocateFlagsInfoKHX& setFlags( MemoryAllocateFlagsKHX flags_ ) method MemoryAllocateFlagsInfoKHX (line 20985) | MemoryAllocateFlagsInfoKHX& setDeviceMask( uint32_t deviceMask_ ) type DeviceGroupPresentModeFlagBitsKHX (line 21019) | enum class DeviceGroupPresentModeFlagBitsKHX function VULKAN_HPP_INLINE (line 21029) | VULKAN_HPP_INLINE DeviceGroupPresentModeFlagsKHX operator|( DeviceGrou... function VULKAN_HPP_INLINE (line 21034) | VULKAN_HPP_INLINE DeviceGroupPresentModeFlagsKHX operator~( DeviceGrou... type FlagTraits (line 21039) | struct FlagTraits type DeviceGroupPresentCapabilitiesKHX (line 21047) | struct DeviceGroupPresentCapabilitiesKHX type DeviceGroupPresentInfoKHX (line 21077) | struct DeviceGroupPresentInfoKHX method DeviceGroupPresentInfoKHX (line 21079) | DeviceGroupPresentInfoKHX( uint32_t swapchainCount_ = 0, const uint3... method DeviceGroupPresentInfoKHX (line 21088) | DeviceGroupPresentInfoKHX( VkDeviceGroupPresentInfoKHX const & rhs ) method DeviceGroupPresentInfoKHX (line 21093) | DeviceGroupPresentInfoKHX& operator=( VkDeviceGroupPresentInfoKHX co... method DeviceGroupPresentInfoKHX (line 21099) | DeviceGroupPresentInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupPresentInfoKHX (line 21105) | DeviceGroupPresentInfoKHX& setSwapchainCount( uint32_t swapchainCoun... method DeviceGroupPresentInfoKHX (line 21111) | DeviceGroupPresentInfoKHX& setPDeviceMasks( const uint32_t* pDeviceM... method DeviceGroupPresentInfoKHX (line 21117) | DeviceGroupPresentInfoKHX& setMode( DeviceGroupPresentModeFlagBitsKH... type DeviceGroupSwapchainCreateInfoKHX (line 21153) | struct DeviceGroupSwapchainCreateInfoKHX method DeviceGroupSwapchainCreateInfoKHX (line 21155) | DeviceGroupSwapchainCreateInfoKHX( DeviceGroupPresentModeFlagsKHX mo... method DeviceGroupSwapchainCreateInfoKHX (line 21162) | DeviceGroupSwapchainCreateInfoKHX( VkDeviceGroupSwapchainCreateInfoK... method DeviceGroupSwapchainCreateInfoKHX (line 21167) | DeviceGroupSwapchainCreateInfoKHX& operator=( VkDeviceGroupSwapchain... method DeviceGroupSwapchainCreateInfoKHX (line 21173) | DeviceGroupSwapchainCreateInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupSwapchainCreateInfoKHX (line 21179) | DeviceGroupSwapchainCreateInfoKHX& setModes( DeviceGroupPresentModeF... type SwapchainCreateFlagBitsKHR (line 21211) | enum class SwapchainCreateFlagBitsKHR function VULKAN_HPP_INLINE (line 21218) | VULKAN_HPP_INLINE SwapchainCreateFlagsKHR operator|( SwapchainCreateFl... function VULKAN_HPP_INLINE (line 21223) | VULKAN_HPP_INLINE SwapchainCreateFlagsKHR operator~( SwapchainCreateFl... type FlagTraits (line 21228) | struct FlagTraits type SwapchainCreateInfoKHR (line 21236) | struct SwapchainCreateInfoKHR method SwapchainCreateInfoKHR (line 21238) | SwapchainCreateInfoKHR( SwapchainCreateFlagsKHR flags_ = SwapchainCr... method SwapchainCreateInfoKHR (line 21260) | SwapchainCreateInfoKHR( VkSwapchainCreateInfoKHR const & rhs ) method SwapchainCreateInfoKHR (line 21265) | SwapchainCreateInfoKHR& operator=( VkSwapchainCreateInfoKHR const & ... method SwapchainCreateInfoKHR (line 21271) | SwapchainCreateInfoKHR& setPNext( const void* pNext_ ) method SwapchainCreateInfoKHR (line 21277) | SwapchainCreateInfoKHR& setFlags( SwapchainCreateFlagsKHR flags_ ) method SwapchainCreateInfoKHR (line 21283) | SwapchainCreateInfoKHR& setSurface( SurfaceKHR surface_ ) method SwapchainCreateInfoKHR (line 21289) | SwapchainCreateInfoKHR& setMinImageCount( uint32_t minImageCount_ ) method SwapchainCreateInfoKHR (line 21295) | SwapchainCreateInfoKHR& setImageFormat( Format imageFormat_ ) method SwapchainCreateInfoKHR (line 21301) | SwapchainCreateInfoKHR& setImageColorSpace( ColorSpaceKHR imageColor... method SwapchainCreateInfoKHR (line 21307) | SwapchainCreateInfoKHR& setImageExtent( Extent2D imageExtent_ ) method SwapchainCreateInfoKHR (line 21313) | SwapchainCreateInfoKHR& setImageArrayLayers( uint32_t imageArrayLaye... method SwapchainCreateInfoKHR (line 21319) | SwapchainCreateInfoKHR& setImageUsage( ImageUsageFlags imageUsage_ ) method SwapchainCreateInfoKHR (line 21325) | SwapchainCreateInfoKHR& setImageSharingMode( SharingMode imageSharin... method SwapchainCreateInfoKHR (line 21331) | SwapchainCreateInfoKHR& setQueueFamilyIndexCount( uint32_t queueFami... method SwapchainCreateInfoKHR (line 21337) | SwapchainCreateInfoKHR& setPQueueFamilyIndices( const uint32_t* pQue... method SwapchainCreateInfoKHR (line 21343) | SwapchainCreateInfoKHR& setPreTransform( SurfaceTransformFlagBitsKHR... method SwapchainCreateInfoKHR (line 21349) | SwapchainCreateInfoKHR& setCompositeAlpha( CompositeAlphaFlagBitsKHR... method SwapchainCreateInfoKHR (line 21355) | SwapchainCreateInfoKHR& setPresentMode( PresentModeKHR presentMode_ ) method SwapchainCreateInfoKHR (line 21361) | SwapchainCreateInfoKHR& setClipped( Bool32 clipped_ ) method SwapchainCreateInfoKHR (line 21367) | SwapchainCreateInfoKHR& setOldSwapchain( SwapchainKHR oldSwapchain_ ) type ViewportCoordinateSwizzleNV (line 21429) | enum class ViewportCoordinateSwizzleNV type ViewportSwizzleNV (line 21441) | struct ViewportSwizzleNV method ViewportSwizzleNV (line 21443) | ViewportSwizzleNV( ViewportCoordinateSwizzleNV x_ = ViewportCoordina... method ViewportSwizzleNV (line 21451) | ViewportSwizzleNV( VkViewportSwizzleNV const & rhs ) method ViewportSwizzleNV (line 21456) | ViewportSwizzleNV& operator=( VkViewportSwizzleNV const & rhs ) method ViewportSwizzleNV (line 21462) | ViewportSwizzleNV& setX( ViewportCoordinateSwizzleNV x_ ) method ViewportSwizzleNV (line 21468) | ViewportSwizzleNV& setY( ViewportCoordinateSwizzleNV y_ ) method ViewportSwizzleNV (line 21474) | ViewportSwizzleNV& setZ( ViewportCoordinateSwizzleNV z_ ) method ViewportSwizzleNV (line 21480) | ViewportSwizzleNV& setW( ViewportCoordinateSwizzleNV w_ ) type PipelineViewportSwizzleStateCreateInfoNV (line 21511) | struct PipelineViewportSwizzleStateCreateInfoNV method PipelineViewportSwizzleStateCreateInfoNV (line 21513) | PipelineViewportSwizzleStateCreateInfoNV( PipelineViewportSwizzleSta... method PipelineViewportSwizzleStateCreateInfoNV (line 21522) | PipelineViewportSwizzleStateCreateInfoNV( VkPipelineViewportSwizzleS... method PipelineViewportSwizzleStateCreateInfoNV (line 21527) | PipelineViewportSwizzleStateCreateInfoNV& operator=( VkPipelineViewp... method PipelineViewportSwizzleStateCreateInfoNV (line 21533) | PipelineViewportSwizzleStateCreateInfoNV& setPNext( const void* pNex... method PipelineViewportSwizzleStateCreateInfoNV (line 21539) | PipelineViewportSwizzleStateCreateInfoNV& setFlags( PipelineViewport... method PipelineViewportSwizzleStateCreateInfoNV (line 21545) | PipelineViewportSwizzleStateCreateInfoNV& setViewportCount( uint32_t... method PipelineViewportSwizzleStateCreateInfoNV (line 21551) | PipelineViewportSwizzleStateCreateInfoNV& setPViewportSwizzles( cons... type DiscardRectangleModeEXT (line 21587) | enum class DiscardRectangleModeEXT type PipelineDiscardRectangleStateCreateInfoEXT (line 21593) | struct PipelineDiscardRectangleStateCreateInfoEXT method PipelineDiscardRectangleStateCreateInfoEXT (line 21595) | PipelineDiscardRectangleStateCreateInfoEXT( PipelineDiscardRectangle... method PipelineDiscardRectangleStateCreateInfoEXT (line 21605) | PipelineDiscardRectangleStateCreateInfoEXT( VkPipelineDiscardRectang... method PipelineDiscardRectangleStateCreateInfoEXT (line 21610) | PipelineDiscardRectangleStateCreateInfoEXT& operator=( VkPipelineDis... method PipelineDiscardRectangleStateCreateInfoEXT (line 21616) | PipelineDiscardRectangleStateCreateInfoEXT& setPNext( const void* pN... method PipelineDiscardRectangleStateCreateInfoEXT (line 21622) | PipelineDiscardRectangleStateCreateInfoEXT& setFlags( PipelineDiscar... method PipelineDiscardRectangleStateCreateInfoEXT (line 21628) | PipelineDiscardRectangleStateCreateInfoEXT& setDiscardRectangleMode(... method PipelineDiscardRectangleStateCreateInfoEXT (line 21634) | PipelineDiscardRectangleStateCreateInfoEXT& setDiscardRectangleCount... method PipelineDiscardRectangleStateCreateInfoEXT (line 21640) | PipelineDiscardRectangleStateCreateInfoEXT& setPDiscardRectangles( c... type SubpassDescriptionFlagBits (line 21678) | enum class SubpassDescriptionFlagBits function VULKAN_HPP_INLINE (line 21686) | VULKAN_HPP_INLINE SubpassDescriptionFlags operator|( SubpassDescriptio... function VULKAN_HPP_INLINE (line 21691) | VULKAN_HPP_INLINE SubpassDescriptionFlags operator~( SubpassDescriptio... type FlagTraits (line 21696) | struct FlagTraits type SubpassDescription (line 21704) | struct SubpassDescription method SubpassDescription (line 21706) | SubpassDescription( SubpassDescriptionFlags flags_ = SubpassDescript... method SubpassDescription (line 21720) | SubpassDescription( VkSubpassDescription const & rhs ) method SubpassDescription (line 21725) | SubpassDescription& operator=( VkSubpassDescription const & rhs ) method SubpassDescription (line 21731) | SubpassDescription& setFlags( SubpassDescriptionFlags flags_ ) method SubpassDescription (line 21737) | SubpassDescription& setPipelineBindPoint( PipelineBindPoint pipeline... method SubpassDescription (line 21743) | SubpassDescription& setInputAttachmentCount( uint32_t inputAttachmen... method SubpassDescription (line 21749) | SubpassDescription& setPInputAttachments( const AttachmentReference*... method SubpassDescription (line 21755) | SubpassDescription& setColorAttachmentCount( uint32_t colorAttachmen... method SubpassDescription (line 21761) | SubpassDescription& setPColorAttachments( const AttachmentReference*... method SubpassDescription (line 21767) | SubpassDescription& setPResolveAttachments( const AttachmentReferenc... method SubpassDescription (line 21773) | SubpassDescription& setPDepthStencilAttachment( const AttachmentRefe... method SubpassDescription (line 21779) | SubpassDescription& setPreserveAttachmentCount( uint32_t preserveAtt... method SubpassDescription (line 21785) | SubpassDescription& setPPreserveAttachments( const uint32_t* pPreser... type RenderPassCreateInfo (line 21828) | struct RenderPassCreateInfo method RenderPassCreateInfo (line 21830) | RenderPassCreateInfo( RenderPassCreateFlags flags_ = RenderPassCreat... method RenderPassCreateInfo (line 21843) | RenderPassCreateInfo( VkRenderPassCreateInfo const & rhs ) method RenderPassCreateInfo (line 21848) | RenderPassCreateInfo& operator=( VkRenderPassCreateInfo const & rhs ) method RenderPassCreateInfo (line 21854) | RenderPassCreateInfo& setPNext( const void* pNext_ ) method RenderPassCreateInfo (line 21860) | RenderPassCreateInfo& setFlags( RenderPassCreateFlags flags_ ) method RenderPassCreateInfo (line 21866) | RenderPassCreateInfo& setAttachmentCount( uint32_t attachmentCount_ ) method RenderPassCreateInfo (line 21872) | RenderPassCreateInfo& setPAttachments( const AttachmentDescription* ... method RenderPassCreateInfo (line 21878) | RenderPassCreateInfo& setSubpassCount( uint32_t subpassCount_ ) method RenderPassCreateInfo (line 21884) | RenderPassCreateInfo& setPSubpasses( const SubpassDescription* pSubp... method RenderPassCreateInfo (line 21890) | RenderPassCreateInfo& setDependencyCount( uint32_t dependencyCount_ ) method RenderPassCreateInfo (line 21896) | RenderPassCreateInfo& setPDependencies( const SubpassDependency* pDe... function VULKAN_HPP_INLINE (line 21946) | VULKAN_HPP_INLINE Result enumerateInstanceLayerProperties( uint32_t* p... function VULKAN_HPP_INLINE (line 21952) | VULKAN_HPP_INLINE typename ResultValueType::type CommandBuffer::begin( co... function VULKAN_HPP_INLINE (line 22297) | VULKAN_HPP_INLINE Result CommandBuffer::end() const function VULKAN_HPP_INLINE (line 22302) | VULKAN_HPP_INLINE ResultValueType::type CommandBuffer::end() const function VULKAN_HPP_INLINE (line 22310) | VULKAN_HPP_INLINE Result CommandBuffer::reset( CommandBufferResetFlags... function VULKAN_HPP_INLINE (line 22315) | VULKAN_HPP_INLINE ResultValueType::type CommandBuffer::reset( Co... function VULKAN_HPP_INLINE (line 22322) | VULKAN_HPP_INLINE void CommandBuffer::bindPipeline( PipelineBindPoint ... function VULKAN_HPP_INLINE (line 22327) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t firstViewp... function VULKAN_HPP_INLINE (line 22332) | VULKAN_HPP_INLINE void CommandBuffer::setViewport( uint32_t firstViewp... function VULKAN_HPP_INLINE (line 22338) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t firstScisso... function VULKAN_HPP_INLINE (line 22343) | VULKAN_HPP_INLINE void CommandBuffer::setScissor( uint32_t firstScisso... function VULKAN_HPP_INLINE (line 22349) | VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) ... function VULKAN_HPP_INLINE (line 22354) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBias( float depthBiasCon... function VULKAN_HPP_INLINE (line 22359) | VULKAN_HPP_INLINE void CommandBuffer::setBlendConstants( const float b... function VULKAN_HPP_INLINE (line 22364) | VULKAN_HPP_INLINE void CommandBuffer::setDepthBounds( float minDepthBo... function VULKAN_HPP_INLINE (line 22369) | VULKAN_HPP_INLINE void CommandBuffer::setStencilCompareMask( StencilFa... function VULKAN_HPP_INLINE (line 22374) | VULKAN_HPP_INLINE void CommandBuffer::setStencilWriteMask( StencilFace... function VULKAN_HPP_INLINE (line 22379) | VULKAN_HPP_INLINE void CommandBuffer::setStencilReference( StencilFace... function VULKAN_HPP_INLINE (line 22384) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( PipelineBind... function VULKAN_HPP_INLINE (line 22389) | VULKAN_HPP_INLINE void CommandBuffer::bindDescriptorSets( PipelineBind... function VULKAN_HPP_INLINE (line 22395) | VULKAN_HPP_INLINE void CommandBuffer::bindIndexBuffer( Buffer buffer, ... function VULKAN_HPP_INLINE (line 22400) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firs... function VULKAN_HPP_INLINE (line 22405) | VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firs... function VULKAN_HPP_INLINE (line 22419) | VULKAN_HPP_INLINE void CommandBuffer::draw( uint32_t vertexCount, uint... function VULKAN_HPP_INLINE (line 22424) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexed( uint32_t indexCount... function VULKAN_HPP_INLINE (line 22429) | VULKAN_HPP_INLINE void CommandBuffer::drawIndirect( Buffer buffer, Dev... function VULKAN_HPP_INLINE (line 22434) | VULKAN_HPP_INLINE void CommandBuffer::drawIndexedIndirect( Buffer buff... function VULKAN_HPP_INLINE (line 22439) | VULKAN_HPP_INLINE void CommandBuffer::dispatch( uint32_t groupCountX, ... function VULKAN_HPP_INLINE (line 22444) | VULKAN_HPP_INLINE void CommandBuffer::dispatchIndirect( Buffer buffer,... function VULKAN_HPP_INLINE (line 22449) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( Buffer srcBuffer, Bu... function VULKAN_HPP_INLINE (line 22454) | VULKAN_HPP_INLINE void CommandBuffer::copyBuffer( Buffer srcBuffer, Bu... function VULKAN_HPP_INLINE (line 22460) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22465) | VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22471) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22476) | VULKAN_HPP_INLINE void CommandBuffer::blitImage( Image srcImage, Image... function VULKAN_HPP_INLINE (line 22482) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuf... function VULKAN_HPP_INLINE (line 22487) | VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuf... function VULKAN_HPP_INLINE (line 22493) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( Image srcImag... function VULKAN_HPP_INLINE (line 22498) | VULKAN_HPP_INLINE void CommandBuffer::copyImageToBuffer( Image srcImag... function VULKAN_HPP_INLINE (line 22504) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( Buffer dstBuffer, ... function VULKAN_HPP_INLINE (line 22510) | VULKAN_HPP_INLINE void CommandBuffer::updateBuffer( Buffer dstBuffer, ... function VULKAN_HPP_INLINE (line 22516) | VULKAN_HPP_INLINE void CommandBuffer::fillBuffer( Buffer dstBuffer, De... function VULKAN_HPP_INLINE (line 22521) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, Im... function VULKAN_HPP_INLINE (line 22526) | VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, Im... function VULKAN_HPP_INLINE (line 22532) | VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image im... function VULKAN_HPP_INLINE (line 22537) | VULKAN_HPP_INLINE void CommandBuffer::clearDepthStencilImage( Image im... function VULKAN_HPP_INLINE (line 22543) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( uint32_t attac... function VULKAN_HPP_INLINE (line 22548) | VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( ArrayProxy::type Queue::submit( ArrayProx... function VULKAN_HPP_INLINE (line 22987) | VULKAN_HPP_INLINE Result Queue::waitIdle() const function VULKAN_HPP_INLINE (line 22992) | VULKAN_HPP_INLINE ResultValueType::type Queue::waitIdle() const function VULKAN_HPP_INLINE (line 22999) | VULKAN_HPP_INLINE Result Queue::bindSparse( uint32_t bindInfoCount, co... function VULKAN_HPP_INLINE (line 23004) | VULKAN_HPP_INLINE ResultValueType::type Queue::bindSparse( Array... function VULKAN_HPP_INLINE (line 23011) | VULKAN_HPP_INLINE Result Queue::presentKHR( const PresentInfoKHR* pPre... function VULKAN_HPP_INLINE (line 23016) | VULKAN_HPP_INLINE Result Queue::presentKHR( const PresentInfoKHR & pre... class BufferDeleter (line 23024) | class BufferDeleter method BufferDeleter (line 23804) | BufferDeleter( Device device = Device(), Optional::type Device::waitIdle() const function VULKAN_HPP_INLINE (line 24300) | VULKAN_HPP_INLINE Result Device::allocateMemory( const MemoryAllocateI... function VULKAN_HPP_INLINE (line 24305) | VULKAN_HPP_INLINE ResultValueType::type Device::allocate... function VULKAN_HPP_INLINE (line 24312) | VULKAN_HPP_INLINE UniqueDeviceMemory Device::allocateMemoryUnique( con... function VULKAN_HPP_INLINE (line 24320) | VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, const ... function VULKAN_HPP_INLINE (line 24325) | VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, Option... function VULKAN_HPP_INLINE (line 24331) | VULKAN_HPP_INLINE Result Device::mapMemory( DeviceMemory memory, Devic... function VULKAN_HPP_INLINE (line 24336) | VULKAN_HPP_INLINE ResultValueType::type Device::mapMemory( Devi... function VULKAN_HPP_INLINE (line 24344) | VULKAN_HPP_INLINE void Device::unmapMemory( DeviceMemory memory ) const function VULKAN_HPP_INLINE (line 24349) | VULKAN_HPP_INLINE Result Device::flushMappedMemoryRanges( uint32_t mem... function VULKAN_HPP_INLINE (line 24354) | VULKAN_HPP_INLINE ResultValueType::type Device::flushMappedMemor... function VULKAN_HPP_INLINE (line 24361) | VULKAN_HPP_INLINE Result Device::invalidateMappedMemoryRanges( uint32_... function VULKAN_HPP_INLINE (line 24366) | VULKAN_HPP_INLINE ResultValueType::type Device::invalidateMapped... function VULKAN_HPP_INLINE (line 24373) | VULKAN_HPP_INLINE void Device::getMemoryCommitment( DeviceMemory memor... function VULKAN_HPP_INLINE (line 24378) | VULKAN_HPP_INLINE DeviceSize Device::getMemoryCommitment( DeviceMemory... function VULKAN_HPP_INLINE (line 24386) | VULKAN_HPP_INLINE void Device::getBufferMemoryRequirements( Buffer buf... function VULKAN_HPP_INLINE (line 24391) | VULKAN_HPP_INLINE MemoryRequirements Device::getBufferMemoryRequiremen... function VULKAN_HPP_INLINE (line 24400) | VULKAN_HPP_INLINE Result Device::bindBufferMemory( Buffer buffer, Devi... function VULKAN_HPP_INLINE (line 24405) | VULKAN_HPP_INLINE ResultValueType::type Device::bindBufferMemory... function VULKAN_HPP_INLINE (line 24412) | VULKAN_HPP_INLINE void Device::getImageMemoryRequirements( Image image... function VULKAN_HPP_INLINE (line 24417) | VULKAN_HPP_INLINE MemoryRequirements Device::getImageMemoryRequirement... function VULKAN_HPP_INLINE (line 24426) | VULKAN_HPP_INLINE Result Device::bindImageMemory( Image image, DeviceM... function VULKAN_HPP_INLINE (line 24431) | VULKAN_HPP_INLINE ResultValueType::type Device::bindImageMemory(... function VULKAN_HPP_INLINE (line 24438) | VULKAN_HPP_INLINE void Device::getImageSparseMemoryRequirements( Image... function VULKAN_HPP_INLINE (line 24444) | VULKAN_HPP_INLINE std::vector... function VULKAN_HPP_INLINE (line 24455) | VULKAN_HPP_INLINE Result Device::createFence( const FenceCreateInfo* p... function VULKAN_HPP_INLINE (line 24460) | VULKAN_HPP_INLINE ResultValueType::type Device::createFence( co... function VULKAN_HPP_INLINE (line 24467) | VULKAN_HPP_INLINE UniqueFence Device::createFenceUnique( const FenceCr... function VULKAN_HPP_INLINE (line 24475) | VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, const Alloca... function VULKAN_HPP_INLINE (line 24480) | VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, Optional::type Device::resetFences( Arr... function VULKAN_HPP_INLINE (line 24499) | VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence ) const function VULKAN_HPP_INLINE (line 24504) | VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence ) const function VULKAN_HPP_INLINE (line 24511) | VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t fenceCount, c... function VULKAN_HPP_INLINE (line 24516) | VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy::type Device::createSemap... function VULKAN_HPP_INLINE (line 24535) | VULKAN_HPP_INLINE UniqueSemaphore Device::createSemaphoreUnique( const... function VULKAN_HPP_INLINE (line 24543) | VULKAN_HPP_INLINE void Device::destroySemaphore( Semaphore semaphore, ... function VULKAN_HPP_INLINE (line 24548) | VULKAN_HPP_INLINE void Device::destroySemaphore( Semaphore semaphore, ... function VULKAN_HPP_INLINE (line 24554) | VULKAN_HPP_INLINE Result Device::createEvent( const EventCreateInfo* p... function VULKAN_HPP_INLINE (line 24559) | VULKAN_HPP_INLINE ResultValueType::type Device::createEvent( co... function VULKAN_HPP_INLINE (line 24566) | VULKAN_HPP_INLINE UniqueEvent Device::createEventUnique( const EventCr... function VULKAN_HPP_INLINE (line 24574) | VULKAN_HPP_INLINE void Device::destroyEvent( Event event, const Alloca... function VULKAN_HPP_INLINE (line 24579) | VULKAN_HPP_INLINE void Device::destroyEvent( Event event, Optional::type Device::setEvent( Event ... function VULKAN_HPP_INLINE (line 24612) | VULKAN_HPP_INLINE Result Device::resetEvent( Event event ) const function VULKAN_HPP_INLINE (line 24617) | VULKAN_HPP_INLINE ResultValueType::type Device::resetEvent( Even... function VULKAN_HPP_INLINE (line 24624) | VULKAN_HPP_INLINE Result Device::createQueryPool( const QueryPoolCreat... function VULKAN_HPP_INLINE (line 24629) | VULKAN_HPP_INLINE ResultValueType::type Device::createQuery... function VULKAN_HPP_INLINE (line 24636) | VULKAN_HPP_INLINE UniqueQueryPool Device::createQueryPoolUnique( const... function VULKAN_HPP_INLINE (line 24644) | VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, ... function VULKAN_HPP_INLINE (line 24649) | VULKAN_HPP_INLINE void Device::destroyQueryPool( QueryPool queryPool, ... function VULKAN_HPP_INLINE (line 24655) | VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryP... function VULKAN_HPP_INLINE (line 24661) | VULKAN_HPP_INLINE Result Device::getQueryPoolResults( QueryPool queryP... function VULKAN_HPP_INLINE (line 24668) | VULKAN_HPP_INLINE Result Device::createBuffer( const BufferCreateInfo*... function VULKAN_HPP_INLINE (line 24673) | VULKAN_HPP_INLINE ResultValueType::type Device::createBuffer( ... function VULKAN_HPP_INLINE (line 24680) | VULKAN_HPP_INLINE UniqueBuffer Device::createBufferUnique( const Buffe... function VULKAN_HPP_INLINE (line 24688) | VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, const All... function VULKAN_HPP_INLINE (line 24693) | VULKAN_HPP_INLINE void Device::destroyBuffer( Buffer buffer, Optional<... function VULKAN_HPP_INLINE (line 24699) | VULKAN_HPP_INLINE Result Device::createBufferView( const BufferViewCre... function VULKAN_HPP_INLINE (line 24704) | VULKAN_HPP_INLINE ResultValueType::type Device::createBuff... function VULKAN_HPP_INLINE (line 24711) | VULKAN_HPP_INLINE UniqueBufferView Device::createBufferViewUnique( con... function VULKAN_HPP_INLINE (line 24719) | VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferVie... function VULKAN_HPP_INLINE (line 24724) | VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferVie... function VULKAN_HPP_INLINE (line 24730) | VULKAN_HPP_INLINE Result Device::createImage( const ImageCreateInfo* p... function VULKAN_HPP_INLINE (line 24735) | VULKAN_HPP_INLINE ResultValueType::type Device::createImage( co... function VULKAN_HPP_INLINE (line 24742) | VULKAN_HPP_INLINE UniqueImage Device::createImageUnique( const ImageCr... function VULKAN_HPP_INLINE (line 24750) | VULKAN_HPP_INLINE void Device::destroyImage( Image image, const Alloca... function VULKAN_HPP_INLINE (line 24755) | VULKAN_HPP_INLINE void Device::destroyImage( Image image, Optional::type Device::createImage... function VULKAN_HPP_INLINE (line 24786) | VULKAN_HPP_INLINE UniqueImageView Device::createImageViewUnique( const... function VULKAN_HPP_INLINE (line 24794) | VULKAN_HPP_INLINE void Device::destroyImageView( ImageView imageView, ... function VULKAN_HPP_INLINE (line 24799) | VULKAN_HPP_INLINE void Device::destroyImageView( ImageView imageView, ... function VULKAN_HPP_INLINE (line 24805) | VULKAN_HPP_INLINE Result Device::createShaderModule( const ShaderModul... function VULKAN_HPP_INLINE (line 24810) | VULKAN_HPP_INLINE ResultValueType::type Device::createSh... function VULKAN_HPP_INLINE (line 24817) | VULKAN_HPP_INLINE UniqueShaderModule Device::createShaderModuleUnique(... function VULKAN_HPP_INLINE (line 24825) | VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shade... function VULKAN_HPP_INLINE (line 24830) | VULKAN_HPP_INLINE void Device::destroyShaderModule( ShaderModule shade... function VULKAN_HPP_INLINE (line 24836) | VULKAN_HPP_INLINE Result Device::createPipelineCache( const PipelineCa... function VULKAN_HPP_INLINE (line 24841) | VULKAN_HPP_INLINE ResultValueType::type Device::createP... function VULKAN_HPP_INLINE (line 24848) | VULKAN_HPP_INLINE UniquePipelineCache Device::createPipelineCacheUniqu... function VULKAN_HPP_INLINE (line 24856) | VULKAN_HPP_INLINE void Device::destroyPipelineCache( PipelineCache pip... function VULKAN_HPP_INLINE (line 24861) | VULKAN_HPP_INLINE void Device::destroyPipelineCache( PipelineCache pip... function VULKAN_HPP_INLINE (line 24867) | VULKAN_HPP_INLINE Result Device::getPipelineCacheData( PipelineCache p... function VULKAN_HPP_INLINE (line 24873) | VULKAN_HPP_INLINE typename ResultValueType::type Device::mergePipelineCac... function VULKAN_HPP_INLINE (line 24905) | VULKAN_HPP_INLINE Result Device::createGraphicsPipelines( PipelineCach... function VULKAN_HPP_INLINE (line 24911) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createGraphi... function VULKAN_HPP_INLINE (line 24925) | VULKAN_HPP_INLINE std::vector Device::createGraphicsPi... function VULKAN_HPP_INLINE (line 24937) | VULKAN_HPP_INLINE UniquePipeline Device::createGraphicsPipelineUnique(... function VULKAN_HPP_INLINE (line 24945) | VULKAN_HPP_INLINE Result Device::createComputePipelines( PipelineCache... function VULKAN_HPP_INLINE (line 24951) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createComput... function VULKAN_HPP_INLINE (line 24965) | VULKAN_HPP_INLINE std::vector Device::createComputePip... function VULKAN_HPP_INLINE (line 24977) | VULKAN_HPP_INLINE UniquePipeline Device::createComputePipelineUnique( ... function VULKAN_HPP_INLINE (line 24985) | VULKAN_HPP_INLINE void Device::destroyPipeline( Pipeline pipeline, con... function VULKAN_HPP_INLINE (line 24990) | VULKAN_HPP_INLINE void Device::destroyPipeline( Pipeline pipeline, Opt... function VULKAN_HPP_INLINE (line 24996) | VULKAN_HPP_INLINE Result Device::createPipelineLayout( const PipelineL... function VULKAN_HPP_INLINE (line 25001) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25008) | VULKAN_HPP_INLINE UniquePipelineLayout Device::createPipelineLayoutUni... function VULKAN_HPP_INLINE (line 25016) | VULKAN_HPP_INLINE void Device::destroyPipelineLayout( PipelineLayout p... function VULKAN_HPP_INLINE (line 25021) | VULKAN_HPP_INLINE void Device::destroyPipelineLayout( PipelineLayout p... function VULKAN_HPP_INLINE (line 25027) | VULKAN_HPP_INLINE Result Device::createSampler( const SamplerCreateInf... function VULKAN_HPP_INLINE (line 25032) | VULKAN_HPP_INLINE ResultValueType::type Device::createSampler... function VULKAN_HPP_INLINE (line 25039) | VULKAN_HPP_INLINE UniqueSampler Device::createSamplerUnique( const Sam... function VULKAN_HPP_INLINE (line 25047) | VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, const ... function VULKAN_HPP_INLINE (line 25052) | VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, Option... function VULKAN_HPP_INLINE (line 25058) | VULKAN_HPP_INLINE Result Device::createDescriptorSetLayout( const Desc... function VULKAN_HPP_INLINE (line 25063) | VULKAN_HPP_INLINE ResultValueType::type Device::c... function VULKAN_HPP_INLINE (line 25070) | VULKAN_HPP_INLINE UniqueDescriptorSetLayout Device::createDescriptorSe... function VULKAN_HPP_INLINE (line 25078) | VULKAN_HPP_INLINE void Device::destroyDescriptorSetLayout( DescriptorS... function VULKAN_HPP_INLINE (line 25083) | VULKAN_HPP_INLINE void Device::destroyDescriptorSetLayout( DescriptorS... function VULKAN_HPP_INLINE (line 25089) | VULKAN_HPP_INLINE Result Device::createDescriptorPool( const Descripto... function VULKAN_HPP_INLINE (line 25094) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25101) | VULKAN_HPP_INLINE UniqueDescriptorPool Device::createDescriptorPoolUni... function VULKAN_HPP_INLINE (line 25109) | VULKAN_HPP_INLINE void Device::destroyDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25114) | VULKAN_HPP_INLINE void Device::destroyDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25121) | VULKAN_HPP_INLINE Result Device::resetDescriptorPool( DescriptorPool d... function VULKAN_HPP_INLINE (line 25126) | VULKAN_HPP_INLINE ResultValueType::type Device::resetDescriptorP... function VULKAN_HPP_INLINE (line 25133) | VULKAN_HPP_INLINE Result Device::allocateDescriptorSets( const Descrip... function VULKAN_HPP_INLINE (line 25139) | VULKAN_HPP_INLINE typename ResultValueType Device::allocateDes... function VULKAN_HPP_INLINE (line 25162) | VULKAN_HPP_INLINE Result Device::freeDescriptorSets( DescriptorPool de... function VULKAN_HPP_INLINE (line 25167) | VULKAN_HPP_INLINE ResultValueType::type Device::freeDescriptorSe... function VULKAN_HPP_INLINE (line 25174) | VULKAN_HPP_INLINE void Device::updateDescriptorSets( uint32_t descript... function VULKAN_HPP_INLINE (line 25179) | VULKAN_HPP_INLINE void Device::updateDescriptorSets( ArrayProxy::type Device::createFra... function VULKAN_HPP_INLINE (line 25197) | VULKAN_HPP_INLINE UniqueFramebuffer Device::createFramebufferUnique( c... function VULKAN_HPP_INLINE (line 25205) | VULKAN_HPP_INLINE void Device::destroyFramebuffer( Framebuffer framebu... function VULKAN_HPP_INLINE (line 25210) | VULKAN_HPP_INLINE void Device::destroyFramebuffer( Framebuffer framebu... function VULKAN_HPP_INLINE (line 25216) | VULKAN_HPP_INLINE Result Device::createRenderPass( const RenderPassCre... function VULKAN_HPP_INLINE (line 25221) | VULKAN_HPP_INLINE ResultValueType::type Device::createRend... function VULKAN_HPP_INLINE (line 25228) | VULKAN_HPP_INLINE UniqueRenderPass Device::createRenderPassUnique( con... function VULKAN_HPP_INLINE (line 25236) | VULKAN_HPP_INLINE void Device::destroyRenderPass( RenderPass renderPas... function VULKAN_HPP_INLINE (line 25241) | VULKAN_HPP_INLINE void Device::destroyRenderPass( RenderPass renderPas... function VULKAN_HPP_INLINE (line 25247) | VULKAN_HPP_INLINE void Device::getRenderAreaGranularity( RenderPass re... function VULKAN_HPP_INLINE (line 25252) | VULKAN_HPP_INLINE Extent2D Device::getRenderAreaGranularity( RenderPas... function VULKAN_HPP_INLINE (line 25260) | VULKAN_HPP_INLINE Result Device::createCommandPool( const CommandPoolC... function VULKAN_HPP_INLINE (line 25265) | VULKAN_HPP_INLINE ResultValueType::type Device::createCom... function VULKAN_HPP_INLINE (line 25272) | VULKAN_HPP_INLINE UniqueCommandPool Device::createCommandPoolUnique( c... function VULKAN_HPP_INLINE (line 25280) | VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25285) | VULKAN_HPP_INLINE void Device::destroyCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25292) | VULKAN_HPP_INLINE Result Device::resetCommandPool( CommandPool command... function VULKAN_HPP_INLINE (line 25297) | VULKAN_HPP_INLINE ResultValueType::type Device::resetCommandPool... function VULKAN_HPP_INLINE (line 25304) | VULKAN_HPP_INLINE Result Device::allocateCommandBuffers( const Command... function VULKAN_HPP_INLINE (line 25310) | VULKAN_HPP_INLINE typename ResultValueType Device::allocateCom... function VULKAN_HPP_INLINE (line 25333) | VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool command... function VULKAN_HPP_INLINE (line 25338) | VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool command... function VULKAN_HPP_INLINE (line 25344) | VULKAN_HPP_INLINE Result Device::createSharedSwapchainsKHR( uint32_t s... function VULKAN_HPP_INLINE (line 25350) | VULKAN_HPP_INLINE typename ResultValueType::type Device::createSh... function VULKAN_HPP_INLINE (line 25364) | VULKAN_HPP_INLINE std::vector Device::createShared... function VULKAN_HPP_INLINE (line 25376) | VULKAN_HPP_INLINE UniqueSwapchainKHR Device::createSharedSwapchainKHRU... function VULKAN_HPP_INLINE (line 25384) | VULKAN_HPP_INLINE Result Device::createSwapchainKHR( const SwapchainCr... function VULKAN_HPP_INLINE (line 25389) | VULKAN_HPP_INLINE ResultValueType::type Device::createSw... function VULKAN_HPP_INLINE (line 25396) | VULKAN_HPP_INLINE UniqueSwapchainKHR Device::createSwapchainKHRUnique(... function VULKAN_HPP_INLINE (line 25404) | VULKAN_HPP_INLINE void Device::destroySwapchainKHR( SwapchainKHR swapc... function VULKAN_HPP_INLINE (line 25409) | VULKAN_HPP_INLINE void Device::destroySwapchainKHR( SwapchainKHR swapc... function VULKAN_HPP_INLINE (line 25415) | VULKAN_HPP_INLINE Result Device::getSwapchainImagesKHR( SwapchainKHR s... function VULKAN_HPP_INLINE (line 25421) | VULKAN_HPP_INLINE typename ResultValueType Device::acquireNextImageKHR( S... function VULKAN_HPP_INLINE (line 25454) | VULKAN_HPP_INLINE Result Device::debugMarkerSetObjectNameEXT( DebugMar... function VULKAN_HPP_INLINE (line 25459) | VULKAN_HPP_INLINE ResultValueType::type ... function VULKAN_HPP_INLINE (line 25467) | VULKAN_HPP_INLINE Result Device::debugMarkerSetObjectTagEXT( DebugMark... function VULKAN_HPP_INLINE (line 25472) | VULKAN_HPP_INLINE ResultValueType::type D... function VULKAN_HPP_INLINE (line 25481) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandleNV( DeviceMemory ... function VULKAN_HPP_INLINE (line 25486) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryWin32... function VULKAN_HPP_INLINE (line 25495) | VULKAN_HPP_INLINE Result Device::createIndirectCommandsLayoutNVX( cons... function VULKAN_HPP_INLINE (line 25500) | VULKAN_HPP_INLINE ResultValueType::type Dev... function VULKAN_HPP_INLINE (line 25507) | VULKAN_HPP_INLINE UniqueIndirectCommandsLayoutNVX Device::createIndire... function VULKAN_HPP_INLINE (line 25515) | VULKAN_HPP_INLINE void Device::destroyIndirectCommandsLayoutNVX( Indir... function VULKAN_HPP_INLINE (line 25520) | VULKAN_HPP_INLINE void Device::destroyIndirectCommandsLayoutNVX( Indir... function VULKAN_HPP_INLINE (line 25526) | VULKAN_HPP_INLINE Result Device::createObjectTableNVX( const ObjectTab... function VULKAN_HPP_INLINE (line 25531) | VULKAN_HPP_INLINE ResultValueType::type Device::create... function VULKAN_HPP_INLINE (line 25538) | VULKAN_HPP_INLINE UniqueObjectTableNVX Device::createObjectTableNVXUni... function VULKAN_HPP_INLINE (line 25546) | VULKAN_HPP_INLINE void Device::destroyObjectTableNVX( ObjectTableNVX o... function VULKAN_HPP_INLINE (line 25551) | VULKAN_HPP_INLINE void Device::destroyObjectTableNVX( ObjectTableNVX o... function VULKAN_HPP_INLINE (line 25557) | VULKAN_HPP_INLINE Result Device::registerObjectsNVX( ObjectTableNVX ob... function VULKAN_HPP_INLINE (line 25562) | VULKAN_HPP_INLINE ResultValueType::type Device::registerObjectsN... function VULKAN_HPP_INLINE (line 25577) | VULKAN_HPP_INLINE Result Device::unregisterObjectsNVX( ObjectTableNVX ... function VULKAN_HPP_INLINE (line 25582) | VULKAN_HPP_INLINE ResultValueType::type Device::unregisterObject... function VULKAN_HPP_INLINE (line 25597) | VULKAN_HPP_INLINE void Device::trimCommandPoolKHR( CommandPool command... function VULKAN_HPP_INLINE (line 25603) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandleKHX( DeviceMemory... function VULKAN_HPP_INLINE (line 25608) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryWin32... function VULKAN_HPP_INLINE (line 25618) | VULKAN_HPP_INLINE Result Device::getMemoryWin32HandlePropertiesKHX( Ex... function VULKAN_HPP_INLINE (line 25623) | VULKAN_HPP_INLINE ResultValueType::typ... function VULKAN_HPP_INLINE (line 25632) | VULKAN_HPP_INLINE Result Device::getMemoryFdKHX( DeviceMemory memory, ... function VULKAN_HPP_INLINE (line 25637) | VULKAN_HPP_INLINE ResultValueType::type Device::getMemoryFdKHX( D... function VULKAN_HPP_INLINE (line 25645) | VULKAN_HPP_INLINE Result Device::getMemoryFdPropertiesKHX( ExternalMem... function VULKAN_HPP_INLINE (line 25650) | VULKAN_HPP_INLINE ResultValueType::type Device:... function VULKAN_HPP_INLINE (line 25659) | VULKAN_HPP_INLINE Result Device::getSemaphoreWin32HandleKHX( Semaphore... function VULKAN_HPP_INLINE (line 25664) | VULKAN_HPP_INLINE ResultValueType::type Device::getSemaphoreWi... function VULKAN_HPP_INLINE (line 25674) | VULKAN_HPP_INLINE Result Device::importSemaphoreWin32HandleKHX( const ... function VULKAN_HPP_INLINE (line 25679) | VULKAN_HPP_INLINE ResultValueType::type Device::importSemaphoreW... function VULKAN_HPP_INLINE (line 25687) | VULKAN_HPP_INLINE Result Device::getSemaphoreFdKHX( Semaphore semaphor... function VULKAN_HPP_INLINE (line 25692) | VULKAN_HPP_INLINE ResultValueType::type Device::getSemaphoreFdKHX... function VULKAN_HPP_INLINE (line 25700) | VULKAN_HPP_INLINE Result Device::importSemaphoreFdKHX( const ImportSem... function VULKAN_HPP_INLINE (line 25705) | VULKAN_HPP_INLINE ResultValueType::type Device::importSemaphoreF... function VULKAN_HPP_INLINE (line 25712) | VULKAN_HPP_INLINE Result Device::displayPowerControlEXT( DisplayKHR di... function VULKAN_HPP_INLINE (line 25717) | VULKAN_HPP_INLINE ResultValueType::type Device::displayPowerCont... function VULKAN_HPP_INLINE (line 25724) | VULKAN_HPP_INLINE Result Device::registerEventEXT( const DeviceEventIn... function VULKAN_HPP_INLINE (line 25729) | VULKAN_HPP_INLINE ResultValueType::type Device::registerEventEX... function VULKAN_HPP_INLINE (line 25737) | VULKAN_HPP_INLINE Result Device::registerDisplayEventEXT( DisplayKHR d... function VULKAN_HPP_INLINE (line 25742) | VULKAN_HPP_INLINE ResultValueType::type Device::registerDisplay... function VULKAN_HPP_INLINE (line 25750) | VULKAN_HPP_INLINE Result Device::getSwapchainCounterEXT( SwapchainKHR ... function VULKAN_HPP_INLINE (line 25755) | VULKAN_HPP_INLINE ResultValue Device::getSwapchainCounterEXT... function VULKAN_HPP_INLINE (line 25763) | VULKAN_HPP_INLINE void Device::getGroupPeerMemoryFeaturesKHX( uint32_t... function VULKAN_HPP_INLINE (line 25768) | VULKAN_HPP_INLINE PeerMemoryFeatureFlagsKHX Device::getGroupPeerMemory... function VULKAN_HPP_INLINE (line 25776) | VULKAN_HPP_INLINE Result Device::bindBufferMemory2KHX( uint32_t bindIn... function VULKAN_HPP_INLINE (line 25781) | VULKAN_HPP_INLINE ResultValueType::type Device::bindBufferMemory... function VULKAN_HPP_INLINE (line 25788) | VULKAN_HPP_INLINE Result Device::bindImageMemory2KHX( uint32_t bindInf... function VULKAN_HPP_INLINE (line 25793) | VULKAN_HPP_INLINE ResultValueType::type Device::bindImageMemory2... function VULKAN_HPP_INLINE (line 25800) | VULKAN_HPP_INLINE Result Device::getGroupPresentCapabilitiesKHX( Devic... function VULKAN_HPP_INLINE (line 25805) | VULKAN_HPP_INLINE ResultValueType::... function VULKAN_HPP_INLINE (line 25813) | VULKAN_HPP_INLINE Result Device::getGroupSurfacePresentModesKHX( Surfa... function VULKAN_HPP_INLINE (line 25818) | VULKAN_HPP_INLINE ResultValueType::typ... function VULKAN_HPP_INLINE (line 25826) | VULKAN_HPP_INLINE Result Device::acquireNextImage2KHX( const AcquireNe... function VULKAN_HPP_INLINE (line 25831) | VULKAN_HPP_INLINE ResultValue Device::acquireNextImage2KHX( ... function VULKAN_HPP_INLINE (line 25839) | VULKAN_HPP_INLINE Result Device::createDescriptorUpdateTemplateKHR( co... function VULKAN_HPP_INLINE (line 25844) | VULKAN_HPP_INLINE ResultValueType::type D... function VULKAN_HPP_INLINE (line 25851) | VULKAN_HPP_INLINE UniqueDescriptorUpdateTemplateKHR Device::createDesc... function VULKAN_HPP_INLINE (line 25859) | VULKAN_HPP_INLINE void Device::destroyDescriptorUpdateTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25864) | VULKAN_HPP_INLINE void Device::destroyDescriptorUpdateTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25870) | VULKAN_HPP_INLINE void Device::updateDescriptorSetWithTemplateKHR( Des... function VULKAN_HPP_INLINE (line 25875) | VULKAN_HPP_INLINE void Device::setHdrMetadataEXT( uint32_t swapchainCo... function VULKAN_HPP_INLINE (line 25880) | VULKAN_HPP_INLINE void Device::setHdrMetadataEXT( ArrayProxy::type De... function VULKAN_HPP_INLINE (line 25920) | VULKAN_HPP_INLINE Result Device::getPastPresentationTimingGOOGLE( Swap... function VULKAN_HPP_INLINE (line 25926) | VULKAN_HPP_INLINE typename ResultValueType allocator = nullp... class PhysicalDevice (line 25945) | class PhysicalDevice method PhysicalDevice (line 25948) | PhysicalDevice() method PhysicalDevice (line 25952) | PhysicalDevice( std::nullptr_t ) method VULKAN_HPP_TYPESAFE_EXPLICIT (line 25956) | VULKAN_HPP_TYPESAFE_EXPLICIT PhysicalDevice(VkPhysicalDevice physica... method PhysicalDevice (line 25961) | PhysicalDevice& operator=(VkPhysicalDevice physicalDevice) method PhysicalDevice (line 25968) | PhysicalDevice& operator=( std::nullptr_t ) type wl_display (line 26110) | struct wl_display type wl_display (line 26112) | struct wl_display method VULKAN_HPP_TYPESAFE_EXPLICIT (line 26233) | VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPhysicalDevice() const class DeviceDeleter (line 26254) | class DeviceDeleter method DeviceDeleter (line 26257) | DeviceDeleter( Optional allocator = nullp... function VULKAN_HPP_INLINE (line 26271) | VULKAN_HPP_INLINE void PhysicalDevice::getProperties( PhysicalDevicePr... function VULKAN_HPP_INLINE (line 26276) | VULKAN_HPP_INLINE PhysicalDeviceProperties PhysicalDevice::getProperti... function VULKAN_HPP_INLINE (line 26284) | VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties( uint3... function VULKAN_HPP_INLINE (line 26290) | VULKAN_HPP_INLINE std::vector Physica... function VULKAN_HPP_INLINE (line 26301) | VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties( PhysicalDe... function VULKAN_HPP_INLINE (line 26306) | VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties PhysicalDevice::getMe... function VULKAN_HPP_INLINE (line 26314) | VULKAN_HPP_INLINE void PhysicalDevice::getFeatures( PhysicalDeviceFeat... function VULKAN_HPP_INLINE (line 26319) | VULKAN_HPP_INLINE PhysicalDeviceFeatures PhysicalDevice::getFeatures()... function VULKAN_HPP_INLINE (line 26327) | VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties( Format for... function VULKAN_HPP_INLINE (line 26332) | VULKAN_HPP_INLINE FormatProperties PhysicalDevice::getFormatProperties... function VULKAN_HPP_INLINE (line 26340) | VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties( For... function VULKAN_HPP_INLINE (line 26345) | VULKAN_HPP_INLINE ResultValueType::type Physica... function VULKAN_HPP_INLINE (line 26353) | VULKAN_HPP_INLINE Result PhysicalDevice::createDevice( const DeviceCre... function VULKAN_HPP_INLINE (line 26358) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::create... function VULKAN_HPP_INLINE (line 26365) | VULKAN_HPP_INLINE UniqueDevice PhysicalDevice::createDeviceUnique( con... function VULKAN_HPP_INLINE (line 26373) | VULKAN_HPP_INLINE Result PhysicalDevice::enumerateDeviceLayerPropertie... function VULKAN_HPP_INLINE (line 26379) | VULKAN_HPP_INLINE typename ResultValueType P... function VULKAN_HPP_INLINE (line 26442) | VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPropertiesKHR( uint... function VULKAN_HPP_INLINE (line 26448) | VULKAN_HPP_INLINE typename ResultValueType::type PhysicalDevice... function VULKAN_HPP_INLINE (line 26559) | VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneCapabilitiesKH... function VULKAN_HPP_INLINE (line 26564) | VULKAN_HPP_INLINE ResultValueType::type P... function VULKAN_HPP_INLINE (line 26573) | VULKAN_HPP_INLINE Bool32 PhysicalDevice::getMirPresentationSupportKHR(... function VULKAN_HPP_INLINE (line 26578) | VULKAN_HPP_INLINE Bool32 PhysicalDevice::getMirPresentationSupportKHR(... function VULKAN_HPP_INLINE (line 26585) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceSupportKHR( uint32_... function VULKAN_HPP_INLINE (line 26590) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::getSur... function VULKAN_HPP_INLINE (line 26598) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilitiesKHR( Su... function VULKAN_HPP_INLINE (line 26603) | VULKAN_HPP_INLINE ResultValueType::type Physic... function VULKAN_HPP_INLINE (line 26611) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceFormatsKHR( Surface... function VULKAN_HPP_INLINE (line 26617) | VULKAN_HPP_INLINE typename ResultValueType::ty... function VULKAN_HPP_INLINE (line 26722) | VULKAN_HPP_INLINE void PhysicalDevice::getGeneratedCommandsPropertiesN... function VULKAN_HPP_INLINE (line 26727) | VULKAN_HPP_INLINE DeviceGeneratedCommandsLimitsNVX PhysicalDevice::get... function VULKAN_HPP_INLINE (line 26735) | VULKAN_HPP_INLINE void PhysicalDevice::getFeatures2KHR( PhysicalDevice... function VULKAN_HPP_INLINE (line 26740) | VULKAN_HPP_INLINE PhysicalDeviceFeatures2KHR PhysicalDevice::getFeatur... function VULKAN_HPP_INLINE (line 26748) | VULKAN_HPP_INLINE void PhysicalDevice::getProperties2KHR( PhysicalDevi... function VULKAN_HPP_INLINE (line 26753) | VULKAN_HPP_INLINE PhysicalDeviceProperties2KHR PhysicalDevice::getProp... function VULKAN_HPP_INLINE (line 26761) | VULKAN_HPP_INLINE void PhysicalDevice::getFormatProperties2KHR( Format... function VULKAN_HPP_INLINE (line 26766) | VULKAN_HPP_INLINE FormatProperties2KHR PhysicalDevice::getFormatProper... function VULKAN_HPP_INLINE (line 26774) | VULKAN_HPP_INLINE Result PhysicalDevice::getImageFormatProperties2KHR(... function VULKAN_HPP_INLINE (line 26779) | VULKAN_HPP_INLINE ResultValueType::type Phy... function VULKAN_HPP_INLINE (line 26787) | VULKAN_HPP_INLINE void PhysicalDevice::getQueueFamilyProperties2KHR( u... function VULKAN_HPP_INLINE (line 26793) | VULKAN_HPP_INLINE std::vector Phy... function VULKAN_HPP_INLINE (line 26804) | VULKAN_HPP_INLINE void PhysicalDevice::getMemoryProperties2KHR( Physic... function VULKAN_HPP_INLINE (line 26809) | VULKAN_HPP_INLINE PhysicalDeviceMemoryProperties2KHR PhysicalDevice::g... function VULKAN_HPP_INLINE (line 26817) | VULKAN_HPP_INLINE void PhysicalDevice::getSparseImageFormatProperties2... function VULKAN_HPP_INLINE (line 26823) | VULKAN_HPP_INLINE std::vector::type PhysicalDevice::releaseD... function VULKAN_HPP_INLINE (line 26874) | VULKAN_HPP_INLINE Result PhysicalDevice::acquireXlibDisplayEXT( Displa... function VULKAN_HPP_INLINE (line 26879) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::acqui... function VULKAN_HPP_INLINE (line 26889) | VULKAN_HPP_INLINE Result PhysicalDevice::getRandROutputDisplayEXT( Dis... function VULKAN_HPP_INLINE (line 26894) | VULKAN_HPP_INLINE ResultValueType::type PhysicalDevice::ge... function VULKAN_HPP_INLINE (line 26903) | VULKAN_HPP_INLINE Result PhysicalDevice::getSurfaceCapabilities2EXT( S... function VULKAN_HPP_INLINE (line 26908) | VULKAN_HPP_INLINE ResultValueType::type Physi... function VULKAN_HPP_INLINE (line 26916) | VULKAN_HPP_INLINE Result PhysicalDevice::getPresentRectanglesKHX( Surf... function VULKAN_HPP_INLINE (line 26922) | VULKAN_HPP_INLINE typename ResultValueType::type Instance::createAn... function VULKAN_HPP_INLINE (line 27466) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createAndroidSurfaceKHRUn... function VULKAN_HPP_INLINE (line 27475) | VULKAN_HPP_INLINE Result Instance::createDisplayPlaneSurfaceKHR( const... function VULKAN_HPP_INLINE (line 27480) | VULKAN_HPP_INLINE ResultValueType::type Instance::createDi... function VULKAN_HPP_INLINE (line 27487) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createDisplayPlaneSurface... function VULKAN_HPP_INLINE (line 27496) | VULKAN_HPP_INLINE Result Instance::createMirSurfaceKHR( const MirSurfa... function VULKAN_HPP_INLINE (line 27501) | VULKAN_HPP_INLINE ResultValueType::type Instance::createMi... function VULKAN_HPP_INLINE (line 27508) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createMirSurfaceKHRUnique... function VULKAN_HPP_INLINE (line 27517) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( SurfaceKHR surface... function VULKAN_HPP_INLINE (line 27522) | VULKAN_HPP_INLINE void Instance::destroySurfaceKHR( SurfaceKHR surface... function VULKAN_HPP_INLINE (line 27529) | VULKAN_HPP_INLINE Result Instance::createViSurfaceNN( const ViSurfaceC... function VULKAN_HPP_INLINE (line 27534) | VULKAN_HPP_INLINE ResultValueType::type Instance::createVi... function VULKAN_HPP_INLINE (line 27541) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createViSurfaceNNUnique( ... function VULKAN_HPP_INLINE (line 27551) | VULKAN_HPP_INLINE Result Instance::createWaylandSurfaceKHR( const Wayl... function VULKAN_HPP_INLINE (line 27556) | VULKAN_HPP_INLINE ResultValueType::type Instance::createWa... function VULKAN_HPP_INLINE (line 27563) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createWaylandSurfaceKHRUn... function VULKAN_HPP_INLINE (line 27573) | VULKAN_HPP_INLINE Result Instance::createWin32SurfaceKHR( const Win32S... function VULKAN_HPP_INLINE (line 27578) | VULKAN_HPP_INLINE ResultValueType::type Instance::createWi... function VULKAN_HPP_INLINE (line 27585) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createWin32SurfaceKHRUniq... function VULKAN_HPP_INLINE (line 27595) | VULKAN_HPP_INLINE Result Instance::createXlibSurfaceKHR( const XlibSur... function VULKAN_HPP_INLINE (line 27600) | VULKAN_HPP_INLINE ResultValueType::type Instance::createXl... function VULKAN_HPP_INLINE (line 27607) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createXlibSurfaceKHRUniqu... function VULKAN_HPP_INLINE (line 27617) | VULKAN_HPP_INLINE Result Instance::createXcbSurfaceKHR( const XcbSurfa... function VULKAN_HPP_INLINE (line 27622) | VULKAN_HPP_INLINE ResultValueType::type Instance::createXc... function VULKAN_HPP_INLINE (line 27629) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createXcbSurfaceKHRUnique... function VULKAN_HPP_INLINE (line 27638) | VULKAN_HPP_INLINE Result Instance::createDebugReportCallbackEXT( const... function VULKAN_HPP_INLINE (line 27643) | VULKAN_HPP_INLINE ResultValueType::type Instan... function VULKAN_HPP_INLINE (line 27650) | VULKAN_HPP_INLINE UniqueDebugReportCallbackEXT Instance::createDebugRe... function VULKAN_HPP_INLINE (line 27658) | VULKAN_HPP_INLINE void Instance::destroyDebugReportCallbackEXT( DebugR... function VULKAN_HPP_INLINE (line 27663) | VULKAN_HPP_INLINE void Instance::destroyDebugReportCallbackEXT( DebugR... function VULKAN_HPP_INLINE (line 27669) | VULKAN_HPP_INLINE void Instance::debugReportMessageEXT( DebugReportFla... function VULKAN_HPP_INLINE (line 27674) | VULKAN_HPP_INLINE void Instance::debugReportMessageEXT( DebugReportFla... function VULKAN_HPP_INLINE (line 27688) | VULKAN_HPP_INLINE Result Instance::enumeratePhysicalDeviceGroupsKHX( u... function VULKAN_HPP_INLINE (line 27694) | VULKAN_HPP_INLINE typename ResultValueType::type Instance::createIO... function VULKAN_HPP_INLINE (line 27727) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createIOSSurfaceMVKUnique... function VULKAN_HPP_INLINE (line 27737) | VULKAN_HPP_INLINE Result Instance::createMacOSSurfaceMVK( const MacOSS... function VULKAN_HPP_INLINE (line 27742) | VULKAN_HPP_INLINE ResultValueType::type Instance::createMa... function VULKAN_HPP_INLINE (line 27749) | VULKAN_HPP_INLINE UniqueSurfaceKHR Instance::createMacOSSurfaceMVKUniq... type DeviceGroupDeviceCreateInfoKHX (line 27758) | struct DeviceGroupDeviceCreateInfoKHX method DeviceGroupDeviceCreateInfoKHX (line 27760) | DeviceGroupDeviceCreateInfoKHX( uint32_t physicalDeviceCount_ = 0, c... method DeviceGroupDeviceCreateInfoKHX (line 27768) | DeviceGroupDeviceCreateInfoKHX( VkDeviceGroupDeviceCreateInfoKHX con... method DeviceGroupDeviceCreateInfoKHX (line 27773) | DeviceGroupDeviceCreateInfoKHX& operator=( VkDeviceGroupDeviceCreate... method DeviceGroupDeviceCreateInfoKHX (line 27779) | DeviceGroupDeviceCreateInfoKHX& setPNext( const void* pNext_ ) method DeviceGroupDeviceCreateInfoKHX (line 27785) | DeviceGroupDeviceCreateInfoKHX& setPhysicalDeviceCount( uint32_t phy... method DeviceGroupDeviceCreateInfoKHX (line 27791) | DeviceGroupDeviceCreateInfoKHX& setPPhysicalDevices( const PhysicalD... class InstanceDeleter (line 27826) | class InstanceDeleter method InstanceDeleter (line 27842) | InstanceDeleter( Optional allocator = nul... class InstanceDeleter (line 27839) | class InstanceDeleter method InstanceDeleter (line 27842) | InstanceDeleter( Optional allocator = nul... function VULKAN_HPP_INLINE (line 27856) | VULKAN_HPP_INLINE Result createInstance( const InstanceCreateInfo* pCr... function VULKAN_HPP_INLINE (line 27861) | VULKAN_HPP_INLINE ResultValueType::type createInstance( cons... function VULKAN_HPP_INLINE (line 27868) | VULKAN_HPP_INLINE UniqueInstance createInstanceUnique( const InstanceC... function VULKAN_HPP_INLINE (line 27877) | VULKAN_HPP_INLINE std::string to_string(FramebufferCreateFlagBits) function VULKAN_HPP_INLINE (line 27882) | VULKAN_HPP_INLINE std::string to_string(FramebufferCreateFlags) function VULKAN_HPP_INLINE (line 27887) | VULKAN_HPP_INLINE std::string to_string(QueryPoolCreateFlagBits) function VULKAN_HPP_INLINE (line 27892) | VULKAN_HPP_INLINE std::string to_string(QueryPoolCreateFlags) function VULKAN_HPP_INLINE (line 27897) | VULKAN_HPP_INLINE std::string to_string(RenderPassCreateFlagBits) function VULKAN_HPP_INLINE (line 27902) | VULKAN_HPP_INLINE std::string to_string(RenderPassCreateFlags) function VULKAN_HPP_INLINE (line 27907) | VULKAN_HPP_INLINE std::string to_string(SamplerCreateFlagBits) function VULKAN_HPP_INLINE (line 27912) | VULKAN_HPP_INLINE std::string to_string(SamplerCreateFlags) function VULKAN_HPP_INLINE (line 27917) | VULKAN_HPP_INLINE std::string to_string(PipelineLayoutCreateFlagBits) function VULKAN_HPP_INLINE (line 27922) | VULKAN_HPP_INLINE std::string to_string(PipelineLayoutCreateFlags) function VULKAN_HPP_INLINE (line 27927) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheCreateFlagBits) function VULKAN_HPP_INLINE (line 27932) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheCreateFlags) function VULKAN_HPP_INLINE (line 27937) | VULKAN_HPP_INLINE std::string to_string(PipelineDepthStencilStateCreat... function VULKAN_HPP_INLINE (line 27942) | VULKAN_HPP_INLINE std::string to_string(PipelineDepthStencilStateCreat... function VULKAN_HPP_INLINE (line 27947) | VULKAN_HPP_INLINE std::string to_string(PipelineDynamicStateCreateFlag... function VULKAN_HPP_INLINE (line 27952) | VULKAN_HPP_INLINE std::string to_string(PipelineDynamicStateCreateFlags) function VULKAN_HPP_INLINE (line 27957) | VULKAN_HPP_INLINE std::string to_string(PipelineColorBlendStateCreateF... function VULKAN_HPP_INLINE (line 27962) | VULKAN_HPP_INLINE std::string to_string(PipelineColorBlendStateCreateF... function VULKAN_HPP_INLINE (line 27967) | VULKAN_HPP_INLINE std::string to_string(PipelineMultisampleStateCreate... function VULKAN_HPP_INLINE (line 27972) | VULKAN_HPP_INLINE std::string to_string(PipelineMultisampleStateCreate... function VULKAN_HPP_INLINE (line 27977) | VULKAN_HPP_INLINE std::string to_string(PipelineRasterizationStateCrea... function VULKAN_HPP_INLINE (line 27982) | VULKAN_HPP_INLINE std::string to_string(PipelineRasterizationStateCrea... function VULKAN_HPP_INLINE (line 27987) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportStateCreateFla... function VULKAN_HPP_INLINE (line 27992) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportStateCreateFlags) function VULKAN_HPP_INLINE (line 27997) | VULKAN_HPP_INLINE std::string to_string(PipelineTessellationStateCreat... function VULKAN_HPP_INLINE (line 28002) | VULKAN_HPP_INLINE std::string to_string(PipelineTessellationStateCreat... function VULKAN_HPP_INLINE (line 28007) | VULKAN_HPP_INLINE std::string to_string(PipelineInputAssemblyStateCrea... function VULKAN_HPP_INLINE (line 28012) | VULKAN_HPP_INLINE std::string to_string(PipelineInputAssemblyStateCrea... function VULKAN_HPP_INLINE (line 28017) | VULKAN_HPP_INLINE std::string to_string(PipelineVertexInputStateCreate... function VULKAN_HPP_INLINE (line 28022) | VULKAN_HPP_INLINE std::string to_string(PipelineVertexInputStateCreate... function VULKAN_HPP_INLINE (line 28027) | VULKAN_HPP_INLINE std::string to_string(PipelineShaderStageCreateFlagB... function VULKAN_HPP_INLINE (line 28032) | VULKAN_HPP_INLINE std::string to_string(PipelineShaderStageCreateFlags) function VULKAN_HPP_INLINE (line 28037) | VULKAN_HPP_INLINE std::string to_string(BufferViewCreateFlagBits) function VULKAN_HPP_INLINE (line 28042) | VULKAN_HPP_INLINE std::string to_string(BufferViewCreateFlags) function VULKAN_HPP_INLINE (line 28047) | VULKAN_HPP_INLINE std::string to_string(InstanceCreateFlagBits) function VULKAN_HPP_INLINE (line 28052) | VULKAN_HPP_INLINE std::string to_string(InstanceCreateFlags) function VULKAN_HPP_INLINE (line 28057) | VULKAN_HPP_INLINE std::string to_string(DeviceCreateFlagBits) function VULKAN_HPP_INLINE (line 28062) | VULKAN_HPP_INLINE std::string to_string(DeviceCreateFlags) function VULKAN_HPP_INLINE (line 28067) | VULKAN_HPP_INLINE std::string to_string(DeviceQueueCreateFlagBits) function VULKAN_HPP_INLINE (line 28072) | VULKAN_HPP_INLINE std::string to_string(DeviceQueueCreateFlags) function VULKAN_HPP_INLINE (line 28077) | VULKAN_HPP_INLINE std::string to_string(ImageViewCreateFlagBits) function VULKAN_HPP_INLINE (line 28082) | VULKAN_HPP_INLINE std::string to_string(ImageViewCreateFlags) function VULKAN_HPP_INLINE (line 28087) | VULKAN_HPP_INLINE std::string to_string(SemaphoreCreateFlagBits) function VULKAN_HPP_INLINE (line 28092) | VULKAN_HPP_INLINE std::string to_string(SemaphoreCreateFlags) function VULKAN_HPP_INLINE (line 28097) | VULKAN_HPP_INLINE std::string to_string(ShaderModuleCreateFlagBits) function VULKAN_HPP_INLINE (line 28102) | VULKAN_HPP_INLINE std::string to_string(ShaderModuleCreateFlags) function VULKAN_HPP_INLINE (line 28107) | VULKAN_HPP_INLINE std::string to_string(EventCreateFlagBits) function VULKAN_HPP_INLINE (line 28112) | VULKAN_HPP_INLINE std::string to_string(EventCreateFlags) function VULKAN_HPP_INLINE (line 28117) | VULKAN_HPP_INLINE std::string to_string(MemoryMapFlagBits) function VULKAN_HPP_INLINE (line 28122) | VULKAN_HPP_INLINE std::string to_string(MemoryMapFlags) function VULKAN_HPP_INLINE (line 28127) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolResetFlagBits) function VULKAN_HPP_INLINE (line 28132) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolResetFlags) function VULKAN_HPP_INLINE (line 28137) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateCreate... function VULKAN_HPP_INLINE (line 28142) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateCreate... function VULKAN_HPP_INLINE (line 28147) | VULKAN_HPP_INLINE std::string to_string(DisplayModeCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28152) | VULKAN_HPP_INLINE std::string to_string(DisplayModeCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28157) | VULKAN_HPP_INLINE std::string to_string(DisplaySurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28162) | VULKAN_HPP_INLINE std::string to_string(DisplaySurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28168) | VULKAN_HPP_INLINE std::string to_string(AndroidSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28175) | VULKAN_HPP_INLINE std::string to_string(AndroidSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28182) | VULKAN_HPP_INLINE std::string to_string(MirSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28189) | VULKAN_HPP_INLINE std::string to_string(MirSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28196) | VULKAN_HPP_INLINE std::string to_string(ViSurfaceCreateFlagBitsNN) function VULKAN_HPP_INLINE (line 28203) | VULKAN_HPP_INLINE std::string to_string(ViSurfaceCreateFlagsNN) function VULKAN_HPP_INLINE (line 28210) | VULKAN_HPP_INLINE std::string to_string(WaylandSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28217) | VULKAN_HPP_INLINE std::string to_string(WaylandSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28224) | VULKAN_HPP_INLINE std::string to_string(Win32SurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28231) | VULKAN_HPP_INLINE std::string to_string(Win32SurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28238) | VULKAN_HPP_INLINE std::string to_string(XlibSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28245) | VULKAN_HPP_INLINE std::string to_string(XlibSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28252) | VULKAN_HPP_INLINE std::string to_string(XcbSurfaceCreateFlagBitsKHR) function VULKAN_HPP_INLINE (line 28259) | VULKAN_HPP_INLINE std::string to_string(XcbSurfaceCreateFlagsKHR) function VULKAN_HPP_INLINE (line 28266) | VULKAN_HPP_INLINE std::string to_string(IOSSurfaceCreateFlagBitsMVK) function VULKAN_HPP_INLINE (line 28273) | VULKAN_HPP_INLINE std::string to_string(IOSSurfaceCreateFlagsMVK) function VULKAN_HPP_INLINE (line 28280) | VULKAN_HPP_INLINE std::string to_string(MacOSSurfaceCreateFlagBitsMVK) function VULKAN_HPP_INLINE (line 28287) | VULKAN_HPP_INLINE std::string to_string(MacOSSurfaceCreateFlagsMVK) function VULKAN_HPP_INLINE (line 28293) | VULKAN_HPP_INLINE std::string to_string(CommandPoolTrimFlagBitsKHR) function VULKAN_HPP_INLINE (line 28298) | VULKAN_HPP_INLINE std::string to_string(CommandPoolTrimFlagsKHR) function VULKAN_HPP_INLINE (line 28303) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportSwizzleStateCr... function VULKAN_HPP_INLINE (line 28308) | VULKAN_HPP_INLINE std::string to_string(PipelineViewportSwizzleStateCr... function VULKAN_HPP_INLINE (line 28313) | VULKAN_HPP_INLINE std::string to_string(PipelineDiscardRectangleStateC... function VULKAN_HPP_INLINE (line 28318) | VULKAN_HPP_INLINE std::string to_string(PipelineDiscardRectangleStateC... function VULKAN_HPP_INLINE (line 28323) | VULKAN_HPP_INLINE std::string to_string(ImageLayout value) function VULKAN_HPP_INLINE (line 28342) | VULKAN_HPP_INLINE std::string to_string(AttachmentLoadOp value) function VULKAN_HPP_INLINE (line 28353) | VULKAN_HPP_INLINE std::string to_string(AttachmentStoreOp value) function VULKAN_HPP_INLINE (line 28363) | VULKAN_HPP_INLINE std::string to_string(ImageType value) function VULKAN_HPP_INLINE (line 28374) | VULKAN_HPP_INLINE std::string to_string(ImageTiling value) function VULKAN_HPP_INLINE (line 28384) | VULKAN_HPP_INLINE std::string to_string(ImageViewType value) function VULKAN_HPP_INLINE (line 28399) | VULKAN_HPP_INLINE std::string to_string(CommandBufferLevel value) function VULKAN_HPP_INLINE (line 28409) | VULKAN_HPP_INLINE std::string to_string(ComponentSwizzle value) function VULKAN_HPP_INLINE (line 28424) | VULKAN_HPP_INLINE std::string to_string(DescriptorType value) function VULKAN_HPP_INLINE (line 28443) | VULKAN_HPP_INLINE std::string to_string(QueryType value) function VULKAN_HPP_INLINE (line 28454) | VULKAN_HPP_INLINE std::string to_string(BorderColor value) function VULKAN_HPP_INLINE (line 28468) | VULKAN_HPP_INLINE std::string to_string(PipelineBindPoint value) function VULKAN_HPP_INLINE (line 28478) | VULKAN_HPP_INLINE std::string to_string(PipelineCacheHeaderVersion value) function VULKAN_HPP_INLINE (line 28487) | VULKAN_HPP_INLINE std::string to_string(PrimitiveTopology value) function VULKAN_HPP_INLINE (line 28506) | VULKAN_HPP_INLINE std::string to_string(SharingMode value) function VULKAN_HPP_INLINE (line 28516) | VULKAN_HPP_INLINE std::string to_string(IndexType value) function VULKAN_HPP_INLINE (line 28526) | VULKAN_HPP_INLINE std::string to_string(Filter value) function VULKAN_HPP_INLINE (line 28537) | VULKAN_HPP_INLINE std::string to_string(SamplerMipmapMode value) function VULKAN_HPP_INLINE (line 28547) | VULKAN_HPP_INLINE std::string to_string(SamplerAddressMode value) function VULKAN_HPP_INLINE (line 28560) | VULKAN_HPP_INLINE std::string to_string(CompareOp value) function VULKAN_HPP_INLINE (line 28576) | VULKAN_HPP_INLINE std::string to_string(PolygonMode value) function VULKAN_HPP_INLINE (line 28587) | VULKAN_HPP_INLINE std::string to_string(CullModeFlagBits value) function VULKAN_HPP_INLINE (line 28599) | VULKAN_HPP_INLINE std::string to_string(CullModeFlags value) function VULKAN_HPP_INLINE (line 28610) | VULKAN_HPP_INLINE std::string to_string(FrontFace value) function VULKAN_HPP_INLINE (line 28620) | VULKAN_HPP_INLINE std::string to_string(BlendFactor value) function VULKAN_HPP_INLINE (line 28647) | VULKAN_HPP_INLINE std::string to_string(BlendOp value) function VULKAN_HPP_INLINE (line 28660) | VULKAN_HPP_INLINE std::string to_string(StencilOp value) function VULKAN_HPP_INLINE (line 28676) | VULKAN_HPP_INLINE std::string to_string(LogicOp value) function VULKAN_HPP_INLINE (line 28700) | VULKAN_HPP_INLINE std::string to_string(InternalAllocationType value) function VULKAN_HPP_INLINE (line 28709) | VULKAN_HPP_INLINE std::string to_string(SystemAllocationScope value) function VULKAN_HPP_INLINE (line 28722) | VULKAN_HPP_INLINE std::string to_string(PhysicalDeviceType value) function VULKAN_HPP_INLINE (line 28735) | VULKAN_HPP_INLINE std::string to_string(VertexInputRate value) function VULKAN_HPP_INLINE (line 28745) | VULKAN_HPP_INLINE std::string to_string(Format value) function VULKAN_HPP_INLINE (line 28946) | VULKAN_HPP_INLINE std::string to_string(StructureType value) function VULKAN_HPP_INLINE (line 29104) | VULKAN_HPP_INLINE std::string to_string(SubpassContents value) function VULKAN_HPP_INLINE (line 29114) | VULKAN_HPP_INLINE std::string to_string(DynamicState value) function VULKAN_HPP_INLINE (line 29133) | VULKAN_HPP_INLINE std::string to_string(DescriptorUpdateTemplateTypeKH... function VULKAN_HPP_INLINE (line 29143) | VULKAN_HPP_INLINE std::string to_string(ObjectType value) function VULKAN_HPP_INLINE (line 29185) | VULKAN_HPP_INLINE std::string to_string(QueueFlagBits value) function VULKAN_HPP_INLINE (line 29197) | VULKAN_HPP_INLINE std::string to_string(QueueFlags value) function VULKAN_HPP_INLINE (line 29208) | VULKAN_HPP_INLINE std::string to_string(MemoryPropertyFlagBits value) function VULKAN_HPP_INLINE (line 29221) | VULKAN_HPP_INLINE std::string to_string(MemoryPropertyFlags value) function VULKAN_HPP_INLINE (line 29233) | VULKAN_HPP_INLINE std::string to_string(MemoryHeapFlagBits value) function VULKAN_HPP_INLINE (line 29243) | VULKAN_HPP_INLINE std::string to_string(MemoryHeapFlags value) function VULKAN_HPP_INLINE (line 29252) | VULKAN_HPP_INLINE std::string to_string(AccessFlagBits value) function VULKAN_HPP_INLINE (line 29279) | VULKAN_HPP_INLINE std::string to_string(AccessFlags value) function VULKAN_HPP_INLINE (line 29305) | VULKAN_HPP_INLINE std::string to_string(BufferUsageFlagBits value) function VULKAN_HPP_INLINE (line 29322) | VULKAN_HPP_INLINE std::string to_string(BufferUsageFlags value) function VULKAN_HPP_INLINE (line 29338) | VULKAN_HPP_INLINE std::string to_string(BufferCreateFlagBits value) function VULKAN_HPP_INLINE (line 29349) | VULKAN_HPP_INLINE std::string to_string(BufferCreateFlags value) function VULKAN_HPP_INLINE (line 29359) | VULKAN_HPP_INLINE std::string to_string(ShaderStageFlagBits value) function VULKAN_HPP_INLINE (line 29375) | VULKAN_HPP_INLINE std::string to_string(ShaderStageFlags value) function VULKAN_HPP_INLINE (line 29390) | VULKAN_HPP_INLINE std::string to_string(ImageUsageFlagBits value) function VULKAN_HPP_INLINE (line 29406) | VULKAN_HPP_INLINE std::string to_string(ImageUsageFlags value) function VULKAN_HPP_INLINE (line 29421) | VULKAN_HPP_INLINE std::string to_string(ImageCreateFlagBits value) function VULKAN_HPP_INLINE (line 29436) | VULKAN_HPP_INLINE std::string to_string(ImageCreateFlags value) function VULKAN_HPP_INLINE (line 29450) | VULKAN_HPP_INLINE std::string to_string(PipelineCreateFlagBits value) function VULKAN_HPP_INLINE (line 29463) | VULKAN_HPP_INLINE std::string to_string(PipelineCreateFlags value) function VULKAN_HPP_INLINE (line 29475) | VULKAN_HPP_INLINE std::string to_string(ColorComponentFlagBits value) function VULKAN_HPP_INLINE (line 29487) | VULKAN_HPP_INLINE std::string to_string(ColorComponentFlags value) function VULKAN_HPP_INLINE (line 29498) | VULKAN_HPP_INLINE std::string to_string(FenceCreateFlagBits value) function VULKAN_HPP_INLINE (line 29507) | VULKAN_HPP_INLINE std::string to_string(FenceCreateFlags value) function VULKAN_HPP_INLINE (line 29515) | VULKAN_HPP_INLINE std::string to_string(FormatFeatureFlagBits value) function VULKAN_HPP_INLINE (line 29539) | VULKAN_HPP_INLINE std::string to_string(FormatFeatureFlags value) function VULKAN_HPP_INLINE (line 29562) | VULKAN_HPP_INLINE std::string to_string(QueryControlFlagBits value) function VULKAN_HPP_INLINE (line 29571) | VULKAN_HPP_INLINE std::string to_string(QueryControlFlags value) function VULKAN_HPP_INLINE (line 29579) | VULKAN_HPP_INLINE std::string to_string(QueryResultFlagBits value) function VULKAN_HPP_INLINE (line 29591) | VULKAN_HPP_INLINE std::string to_string(QueryResultFlags value) function VULKAN_HPP_INLINE (line 29602) | VULKAN_HPP_INLINE std::string to_string(CommandBufferUsageFlagBits value) function VULKAN_HPP_INLINE (line 29613) | VULKAN_HPP_INLINE std::string to_string(CommandBufferUsageFlags value) function VULKAN_HPP_INLINE (line 29623) | VULKAN_HPP_INLINE std::string to_string(QueryPipelineStatisticFlagBits... function VULKAN_HPP_INLINE (line 29642) | VULKAN_HPP_INLINE std::string to_string(QueryPipelineStatisticFlags va... function VULKAN_HPP_INLINE (line 29660) | VULKAN_HPP_INLINE std::string to_string(ImageAspectFlagBits value) function VULKAN_HPP_INLINE (line 29672) | VULKAN_HPP_INLINE std::string to_string(ImageAspectFlags value) function VULKAN_HPP_INLINE (line 29683) | VULKAN_HPP_INLINE std::string to_string(SparseImageFormatFlagBits value) function VULKAN_HPP_INLINE (line 29694) | VULKAN_HPP_INLINE std::string to_string(SparseImageFormatFlags value) function VULKAN_HPP_INLINE (line 29704) | VULKAN_HPP_INLINE std::string to_string(SparseMemoryBindFlagBits value) function VULKAN_HPP_INLINE (line 29713) | VULKAN_HPP_INLINE std::string to_string(SparseMemoryBindFlags value) function VULKAN_HPP_INLINE (line 29721) | VULKAN_HPP_INLINE std::string to_string(PipelineStageFlagBits value) function VULKAN_HPP_INLINE (line 29747) | VULKAN_HPP_INLINE std::string to_string(PipelineStageFlags value) function VULKAN_HPP_INLINE (line 29772) | VULKAN_HPP_INLINE std::string to_string(CommandPoolCreateFlagBits value) function VULKAN_HPP_INLINE (line 29782) | VULKAN_HPP_INLINE std::string to_string(CommandPoolCreateFlags value) function VULKAN_HPP_INLINE (line 29791) | VULKAN_HPP_INLINE std::string to_string(CommandPoolResetFlagBits value) function VULKAN_HPP_INLINE (line 29800) | VULKAN_HPP_INLINE std::string to_string(CommandPoolResetFlags value) function VULKAN_HPP_INLINE (line 29808) | VULKAN_HPP_INLINE std::string to_string(CommandBufferResetFlagBits value) function VULKAN_HPP_INLINE (line 29817) | VULKAN_HPP_INLINE std::string to_string(CommandBufferResetFlags value) function VULKAN_HPP_INLINE (line 29825) | VULKAN_HPP_INLINE std::string to_string(SampleCountFlagBits value) function VULKAN_HPP_INLINE (line 29840) | VULKAN_HPP_INLINE std::string to_string(SampleCountFlags value) function VULKAN_HPP_INLINE (line 29854) | VULKAN_HPP_INLINE std::string to_string(AttachmentDescriptionFlagBits ... function VULKAN_HPP_INLINE (line 29863) | VULKAN_HPP_INLINE std::string to_string(AttachmentDescriptionFlags value) function VULKAN_HPP_INLINE (line 29871) | VULKAN_HPP_INLINE std::string to_string(StencilFaceFlagBits value) function VULKAN_HPP_INLINE (line 29882) | VULKAN_HPP_INLINE std::string to_string(StencilFaceFlags value) function VULKAN_HPP_INLINE (line 29892) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolCreateFlagBits v... function VULKAN_HPP_INLINE (line 29901) | VULKAN_HPP_INLINE std::string to_string(DescriptorPoolCreateFlags value) function VULKAN_HPP_INLINE (line 29909) | VULKAN_HPP_INLINE std::string to_string(DependencyFlagBits value) function VULKAN_HPP_INLINE (line 29920) | VULKAN_HPP_INLINE std::string to_string(DependencyFlags value) function VULKAN_HPP_INLINE (line 29930) | VULKAN_HPP_INLINE std::string to_string(PresentModeKHR value) function VULKAN_HPP_INLINE (line 29944) | VULKAN_HPP_INLINE std::string to_string(ColorSpaceKHR value) function VULKAN_HPP_INLINE (line 29966) | VULKAN_HPP_INLINE std::string to_string(DisplayPlaneAlphaFlagBitsKHR v... function VULKAN_HPP_INLINE (line 29978) | VULKAN_HPP_INLINE std::string to_string(DisplayPlaneAlphaFlagsKHR value) function VULKAN_HPP_INLINE (line 29989) | VULKAN_HPP_INLINE std::string to_string(CompositeAlphaFlagBitsKHR value) function VULKAN_HPP_INLINE (line 30001) | VULKAN_HPP_INLINE std::string to_string(CompositeAlphaFlagsKHR value) function VULKAN_HPP_INLINE (line 30012) | VULKAN_HPP_INLINE std::string to_string(SurfaceTransformFlagBitsKHR va... function VULKAN_HPP_INLINE (line 30029) | VULKAN_HPP_INLINE std::string to_string(SurfaceTransformFlagsKHR value) function VULKAN_HPP_INLINE (line 30045) | VULKAN_HPP_INLINE std::string to_string(DebugReportFlagBitsEXT value) function VULKAN_HPP_INLINE (line 30058) | VULKAN_HPP_INLINE std::string to_string(DebugReportFlagsEXT value) function VULKAN_HPP_INLINE (line 30070) | VULKAN_HPP_INLINE std::string to_string(DebugReportObjectTypeEXT value) function VULKAN_HPP_INLINE (line 30112) | VULKAN_HPP_INLINE std::string to_string(DebugReportErrorEXT value) function VULKAN_HPP_INLINE (line 30122) | VULKAN_HPP_INLINE std::string to_string(RasterizationOrderAMD value) function VULKAN_HPP_INLINE (line 30132) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagBi... function VULKAN_HPP_INLINE (line 30144) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagsN... function VULKAN_HPP_INLINE (line 30155) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagBitsN... function VULKAN_HPP_INLINE (line 30166) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagsNV v... function VULKAN_HPP_INLINE (line 30176) | VULKAN_HPP_INLINE std::string to_string(ValidationCheckEXT value) function VULKAN_HPP_INLINE (line 30185) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsLayoutUsageFla... function VULKAN_HPP_INLINE (line 30197) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsLayoutUsageFla... function VULKAN_HPP_INLINE (line 30208) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryUsageFlagBitsNVX va... function VULKAN_HPP_INLINE (line 30218) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryUsageFlagsNVX value) function VULKAN_HPP_INLINE (line 30227) | VULKAN_HPP_INLINE std::string to_string(IndirectCommandsTokenTypeNVX v... function VULKAN_HPP_INLINE (line 30243) | VULKAN_HPP_INLINE std::string to_string(ObjectEntryTypeNVX value) function VULKAN_HPP_INLINE (line 30256) | VULKAN_HPP_INLINE std::string to_string(DescriptorSetLayoutCreateFlagB... function VULKAN_HPP_INLINE (line 30265) | VULKAN_HPP_INLINE std::string to_string(DescriptorSetLayoutCreateFlags... function VULKAN_HPP_INLINE (line 30273) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagBi... function VULKAN_HPP_INLINE (line 30288) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryHandleTypeFlagsK... function VULKAN_HPP_INLINE (line 30302) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagBitsK... function VULKAN_HPP_INLINE (line 30313) | VULKAN_HPP_INLINE std::string to_string(ExternalMemoryFeatureFlagsKHX ... function VULKAN_HPP_INLINE (line 30323) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreHandleTypeFla... function VULKAN_HPP_INLINE (line 30336) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreHandleTypeFla... function VULKAN_HPP_INLINE (line 30348) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreFeatureFlagBi... function VULKAN_HPP_INLINE (line 30358) | VULKAN_HPP_INLINE std::string to_string(ExternalSemaphoreFeatureFlagsK... function VULKAN_HPP_INLINE (line 30367) | VULKAN_HPP_INLINE std::string to_string(SurfaceCounterFlagBitsEXT value) function VULKAN_HPP_INLINE (line 30376) | VULKAN_HPP_INLINE std::string to_string(SurfaceCounterFlagsEXT value) function VULKAN_HPP_INLINE (line 30384) | VULKAN_HPP_INLINE std::string to_string(DisplayPowerStateEXT value) function VULKAN_HPP_INLINE (line 30395) | VULKAN_HPP_INLINE std::string to_string(DeviceEventTypeEXT value) function VULKAN_HPP_INLINE (line 30404) | VULKAN_HPP_INLINE std::string to_string(DisplayEventTypeEXT value) function VULKAN_HPP_INLINE (line 30413) | VULKAN_HPP_INLINE std::string to_string(PeerMemoryFeatureFlagBitsKHX v... function VULKAN_HPP_INLINE (line 30425) | VULKAN_HPP_INLINE std::string to_string(PeerMemoryFeatureFlagsKHX value) function VULKAN_HPP_INLINE (line 30436) | VULKAN_HPP_INLINE std::string to_string(MemoryAllocateFlagBitsKHX value) function VULKAN_HPP_INLINE (line 30445) | VULKAN_HPP_INLINE std::string to_string(MemoryAllocateFlagsKHX value) function VULKAN_HPP_INLINE (line 30453) | VULKAN_HPP_INLINE std::string to_string(DeviceGroupPresentModeFlagBits... function VULKAN_HPP_INLINE (line 30465) | VULKAN_HPP_INLINE std::string to_string(DeviceGroupPresentModeFlagsKHX... function VULKAN_HPP_INLINE (line 30476) | VULKAN_HPP_INLINE std::string to_string(SwapchainCreateFlagBitsKHR value) function VULKAN_HPP_INLINE (line 30485) | VULKAN_HPP_INLINE std::string to_string(SwapchainCreateFlagsKHR value) function VULKAN_HPP_INLINE (line 30493) | VULKAN_HPP_INLINE std::string to_string(ViewportCoordinateSwizzleNV va... function VULKAN_HPP_INLINE (line 30509) | VULKAN_HPP_INLINE std::string to_string(DiscardRectangleModeEXT value) function VULKAN_HPP_INLINE (line 30519) | VULKAN_HPP_INLINE std::string to_string(SubpassDescriptionFlagBits value) function VULKAN_HPP_INLINE (line 30529) | VULKAN_HPP_INLINE std::string to_string(SubpassDescriptionFlags value) FILE: src/engine/server/server.h type svEntity_t (line 36) | typedef struct svEntity_s { type serverState_t (line 48) | typedef enum { type server_t (line 54) | typedef struct { type clientSnapshot_t (line 87) | typedef struct { type clientState_t (line 100) | typedef enum { type netchan_buffer_t (line 109) | typedef struct netchan_buffer_s { type client_t (line 115) | typedef struct client_s { type challenge_t (line 180) | typedef struct { type serverStatic_t (line 194) | typedef struct { FILE: src/engine/server/sv_bot.c type bot_debugpoly_t (line 27) | typedef struct bot_debugpoly_s function SV_BotAllocateClient (line 47) | int SV_BotAllocateClient(void) { function SV_BotFreeClient (line 77) | void SV_BotFreeClient( int clientNum ) { function BotDrawDebugPolygons (line 96) | void BotDrawDebugPolygons(void (*drawPoly)(int color, int numPoints, flo... function BotImport_Print (line 136) | void QDECL BotImport_Print(int type, char *fmt, ...) function BotImport_Trace (line 178) | void BotImport_Trace(bsp_trace_t *bsptrace, vec3_t start, vec3_t mins, v... function BotImport_EntityTrace (line 203) | void BotImport_EntityTrace(bsp_trace_t *bsptrace, vec3_t start, vec3_t m... function BotImport_PointContents (line 229) | int BotImport_PointContents(vec3_t point) { function BotImport_inPVS (line 238) | int BotImport_inPVS(vec3_t p1, vec3_t p2) { function BotImport_BSPModelMinsMaxsOrigin (line 256) | void BotImport_BSPModelMinsMaxsOrigin(int modelnum, vec3_t angles, vec3_... function BotImport_FreeMemory (line 296) | void BotImport_FreeMemory(void *ptr) { function BotImport_DebugPolygonCreate (line 317) | int BotImport_DebugPolygonCreate(int color, int numPoints, vec3_t *point... function BotImport_DebugPolygonShow (line 344) | void BotImport_DebugPolygonShow(int id, int color, int numPoints, vec3_t... function BotImport_DebugPolygonDelete (line 360) | void BotImport_DebugPolygonDelete(int id) function BotImport_DebugLineCreate (line 371) | int BotImport_DebugLineCreate(void) { function BotImport_DebugLineDelete (line 381) | void BotImport_DebugLineDelete(int line) { function BotImport_DebugLineShow (line 390) | void BotImport_DebugLineShow(int line, vec3_t start, vec3_t end, int col... function BotClientCommand (line 423) | void BotClientCommand( int client, char *command ) { function SV_BotFrame (line 432) | void SV_BotFrame( int time ) { function SV_BotLibSetup (line 444) | int SV_BotLibSetup( void ) { function SV_BotLibShutdown (line 465) | int SV_BotLibShutdown( void ) { function SV_BotInitCvars (line 479) | void SV_BotInitCvars(void) { function SV_BotInitBotLib (line 518) | void SV_BotInitBotLib(void) { function SV_BotGetConsoleMessage (line 574) | int SV_BotGetConsoleMessage( int client, char *buf, int size ) function EntityInPVS (line 603) | int EntityInPVS( int client, int entityNum ) { function SV_BotGetSnapshotEntity (line 624) | int SV_BotGetSnapshotEntity( int client, int sequence ) { FILE: src/engine/server/sv_ccmds.c function client_t (line 42) | static client_t *SV_GetPlayerByName( void ) { function client_t (line 88) | static client_t *SV_GetPlayerByNum( void ) { function SV_Map_f (line 138) | static void SV_Map_f( void ) { function SV_MapRestart_f (line 210) | static void SV_MapRestart_f( void ) { function SV_Kick_f (line 330) | static void SV_Kick_f( void ) { function SV_Ban_f (line 390) | static void SV_Ban_f( void ) { function SV_BanNum_f (line 446) | static void SV_BanNum_f( void ) { function SV_KickNum_f (line 499) | static void SV_KickNum_f( void ) { function SV_Status_f (line 531) | static void SV_Status_f( void ) { function SV_ConSay_f (line 596) | static void SV_ConSay_f(void) { function SV_Heartbeat_f (line 631) | void SV_Heartbeat_f( void ) { function SV_Serverinfo_f (line 643) | static void SV_Serverinfo_f( void ) { function SV_Systeminfo_f (line 656) | static void SV_Systeminfo_f( void ) { function SV_DumpUser_f (line 669) | static void SV_DumpUser_f( void ) { function SV_KillServer_f (line 699) | static void SV_KillServer_f( void ) { function SV_AddOperatorCommands (line 710) | void SV_AddOperatorCommands( void ) { function SV_RemoveOperatorCommands (line 746) | void SV_RemoveOperatorCommands( void ) { FILE: src/engine/server/sv_client.c function SV_GetChallenge (line 46) | void SV_GetChallenge( netadr_t from ) { function SV_AuthorizeIpPacket (line 147) | void SV_AuthorizeIpPacket( netadr_t from ) { function SV_DirectConnect (line 230) | void SV_DirectConnect( netadr_t from ) { function SV_DropClient (line 472) | void SV_DropClient( client_t *drop, const char *reason ) { function SV_SendClientGameState (line 545) | void SV_SendClientGameState( client_t *client ) { function SV_ClientEnterWorld (line 615) | void SV_ClientEnterWorld( client_t *client, usercmd_t *cmd ) { function SV_CloseDownload (line 651) | static void SV_CloseDownload( client_t *cl ) { function SV_StopDownload_f (line 678) | void SV_StopDownload_f( client_t *cl ) { function SV_DoneDownload_f (line 692) | void SV_DoneDownload_f( client_t *cl ) { function SV_NextDownload_f (line 706) | void SV_NextDownload_f( client_t *cl ) function SV_BeginDownload_f (line 735) | void SV_BeginDownload_f( client_t *cl ) { function SV_WriteDownloadToClient (line 753) | void SV_WriteDownloadToClient( client_t *cl , msg_t *msg ) function SV_Disconnect_f (line 929) | static void SV_Disconnect_f( client_t *cl ) { function SV_VerifyPaks_f (line 946) | static void SV_VerifyPaks_f( client_t *cl ) { function SV_ResetPureClient_f (line 1101) | static void SV_ResetPureClient_f( client_t *cl ) { function SV_UserinfoChanged (line 1114) | void SV_UserinfoChanged( client_t *cl ) { function SV_UpdateUserinfo_f (line 1185) | static void SV_UpdateUserinfo_f( client_t *cl ) { type ucmd_t (line 1193) | typedef struct { function SV_ExecuteClientCommand (line 1218) | void SV_ExecuteClientCommand( client_t *cl, const char *s, qboolean clie... function qboolean (line 1248) | static qboolean SV_ClientCommand( client_t *cl, msg_t *msg ) { function SV_ClientThink (line 1309) | void SV_ClientThink (client_t *cl, usercmd_t *cmd) { function SV_UserMove (line 1331) | static void SV_UserMove( client_t *cl, msg_t *msg, qboolean delta ) { function SV_ExecuteClientMessage (line 1443) | void SV_ExecuteClientMessage( client_t *cl, msg_t *msg ) { FILE: src/engine/server/sv_game.c function SV_GameError (line 30) | void SV_GameError( const char *string ) { function SV_GamePrint (line 34) | void SV_GamePrint( const char *string ) { function SV_NumForGentity (line 40) | int SV_NumForGentity( sharedEntity_t *ent ) { function sharedEntity_t (line 48) | sharedEntity_t *SV_GentityNum( int num ) { function playerState_t (line 56) | playerState_t *SV_GameClientNum( int num ) { function svEntity_t (line 64) | svEntity_t *SV_SvEntityForGentity( sharedEntity_t *gEnt ) { function sharedEntity_t (line 71) | sharedEntity_t *SV_GEntityForSvEntity( svEntity_t *svEnt ) { function SV_GameSendServerCommand (line 85) | void SV_GameSendServerCommand( int clientNum, const char *text ) { function SV_GameDropClient (line 104) | void SV_GameDropClient( int clientNum, const char *reason ) { function SV_SetBrushModel (line 119) | void SV_SetBrushModel( sharedEntity_t *ent, const char *name ) { function qboolean (line 154) | qboolean SV_inPVS (const vec3_t p1, const vec3_t p2) function qboolean (line 184) | qboolean SV_inPVSIgnorePortals( const vec3_t p1, const vec3_t p2) function SV_AdjustAreaPortalState (line 212) | void SV_AdjustAreaPortalState( sharedEntity_t *ent, qboolean open ) { function qboolean (line 228) | qboolean SV_EntityContact( vec3_t mins, vec3_t maxs, const sharedEntity_... function SV_GetServerinfo (line 251) | void SV_GetServerinfo( char *buffer, int bufferSize ) { function SV_LocateGameData (line 264) | void SV_LocateGameData( sharedEntity_t *gEnts, int numGEntities, int siz... function SV_GetUsercmd (line 281) | void SV_GetUsercmd( int clientNum, usercmd_t *cmd ) { function FloatAsInt (line 290) | static int FloatAsInt( float f ) { function SV_GameSystemCalls (line 311) | intptr_t SV_GameSystemCalls( intptr_t *args ) { function SV_ShutdownGameProgs (line 871) | void SV_ShutdownGameProgs( void ) { function SV_InitGameVM (line 887) | static void SV_InitGameVM( qboolean restart ) { function SV_RestartGameProgs (line 915) | void SV_RestartGameProgs( void ) { function SV_InitGameProgs (line 938) | void SV_InitGameProgs( void ) { function qboolean (line 968) | qboolean SV_GameCommand( void ) { FILE: src/engine/server/sv_init.c function SV_SetConfigstring (line 31) | void SV_SetConfigstring (int index, const char *val) { function SV_GetConfigstring (line 107) | void SV_GetConfigstring( int index, char *buffer, int bufferSize ) { function SV_SetUserinfo (line 129) | void SV_SetUserinfo( int index, const char *val ) { function SV_GetUserinfo (line 150) | void SV_GetUserinfo( int index, char *buffer, int bufferSize ) { function SV_CreateBaseline (line 170) | void SV_CreateBaseline( void ) { function SV_BoundMaxClients (line 195) | void SV_BoundMaxClients( int minimum ) { function SV_Startup (line 219) | void SV_Startup( void ) { function SV_ChangeMaxClients (line 243) | void SV_ChangeMaxClients( void ) { function SV_ClearServer (line 309) | void SV_ClearServer(void) { function SV_TouchCGame (line 327) | void SV_TouchCGame(void) { function SV_SpawnServer (line 347) | void SV_SpawnServer( char *server, qboolean killBots ) { function SV_Init (line 560) | void SV_Init (void) { function SV_FinalMessage (line 633) | void SV_FinalMessage( char *message ) { function SV_Shutdown (line 663) | void SV_Shutdown( char *finalmsg ) { FILE: src/engine/server/sv_main.c function SV_ReplacePendingServerCommands (line 97) | int SV_ReplacePendingServerCommands( client_t *client, const char *cmd ) { function SV_AddServerCommand (line 128) | void SV_AddServerCommand( client_t *client, const char *cmd ) { function SV_SendServerCommand (line 165) | void QDECL SV_SendServerCommand(client_t *cl, const char *fmt, ...) { function SV_MasterHeartbeat (line 216) | void SV_MasterHeartbeat( void ) { function SV_MasterShutdown (line 276) | void SV_MasterShutdown( void ) { function SVC_Status (line 307) | void SVC_Status( netadr_t from ) { function SVC_Info (line 366) | void SVC_Info( netadr_t from ) { function SV_FlushRedirect (line 419) | void SV_FlushRedirect( char *outputbuf ) { function SVC_RemoteCommand (line 432) | void SVC_RemoteCommand( netadr_t from, msg_t *msg ) { function SV_ConnectionlessPacket (line 502) | void SV_ConnectionlessPacket( netadr_t from, msg_t *msg ) { function SV_PacketEvent (line 548) | void SV_PacketEvent( netadr_t from, msg_t *msg ) { function SV_CalcPings (line 613) | void SV_CalcPings( void ) { function SV_CheckTimeouts (line 673) | void SV_CheckTimeouts( void ) { function qboolean (line 714) | qboolean SV_CheckPaused( void ) { function SV_Frame (line 751) | void SV_Frame( int msec ) { FILE: src/engine/server/sv_net_chan.c function SV_Netchan_Encode (line 36) | static void SV_Netchan_Encode( client_t *client, msg_t *msg ) { function SV_Netchan_Decode (line 90) | static void SV_Netchan_Decode( client_t *client, msg_t *msg ) { function SV_Netchan_TransmitNextFragment (line 134) | void SV_Netchan_TransmitNextFragment( client_t *client ) { function SV_Netchan_Transmit (line 174) | void SV_Netchan_Transmit( client_t *client, msg_t *msg) { //int length, ... function qboolean (line 199) | qboolean SV_Netchan_Process( client_t *client, msg_t *msg ) { FILE: src/engine/server/sv_snapshot.c function SV_EmitPacketEntities (line 55) | static void SV_EmitPacketEntities( clientSnapshot_t *from, clientSnapsho... function SV_WriteSnapshotToClient (line 122) | static void SV_WriteSnapshotToClient( client_t *client, msg_t *msg ) { function SV_UpdateServerCommandsToClient (line 208) | void SV_UpdateServerCommandsToClient( client_t *client, msg_t *msg ) { type snapshotEntityNumbers_t (line 229) | typedef struct { function SV_QsortEntityNumbers (line 239) | static int QDECL SV_QsortEntityNumbers( const void *a, const void *b ) { function SV_AddEntToSnapshot (line 262) | static void SV_AddEntToSnapshot( svEntity_t *svEnt, sharedEntity_t *gEnt... function SV_AddEntitiesVisibleFromPoint (line 283) | static void SV_AddEntitiesVisibleFromPoint( vec3_t origin, clientSnapsho... function SV_BuildClientSnapshot (line 436) | static void SV_BuildClientSnapshot( client_t *client ) { function SV_RateMsec (line 527) | static int SV_RateMsec( client_t *client, int messageSize ) { function SV_SendMessageToClient (line 556) | void SV_SendMessageToClient( msg_t *msg, client_t *client ) { function SV_SendClientSnapshot (line 610) | void SV_SendClientSnapshot( client_t *client ) { function SV_SendClientMessages (line 655) | void SV_SendClientMessages( void ) { FILE: src/engine/server/sv_world.c function clipHandle_t (line 35) | clipHandle_t SV_ClipHandleForEntity( const sharedEntity_t *ent ) { type worldSector_t (line 64) | typedef struct worldSector_s { function SV_SectorList_f (line 83) | void SV_SectorList_f( void ) { function worldSector_t (line 106) | worldSector_t *SV_CreateworldSector( int depth, vec3_t mins, vec3_t maxs... function SV_ClearWorld (line 147) | void SV_ClearWorld( void ) { function SV_UnlinkEntity (line 167) | void SV_UnlinkEntity( sharedEntity_t *gEnt ) { function SV_LinkEntity (line 205) | void SV_LinkEntity( sharedEntity_t *gEnt ) { type areaParms_t (line 368) | typedef struct { function SV_AreaEntities_r (line 382) | void SV_AreaEntities_r( worldSector_t *node, areaParms_t *ap ) { function SV_AreaEntities (line 430) | int SV_AreaEntities( const vec3_t mins, const vec3_t maxs, int *entityLi... type moveclip_t (line 449) | typedef struct { function SV_ClipToEntity (line 468) | void SV_ClipToEntity( trace_t *trace, const vec3_t start, const vec3_t m... function SV_ClipMoveToEntities (line 510) | void SV_ClipMoveToEntities( moveclip_t *clip ) { function SV_Trace (line 605) | void SV_Trace( trace_t *results, const vec3_t start, vec3_t mins, vec3_t... function SV_PointContents (line 662) | int SV_PointContents( const vec3_t p, int passEntityNum ) { FILE: src/game/ai_chat.c function BotNumActivePlayers (line 63) | int BotNumActivePlayers(void) { function BotIsFirstInRankings (line 89) | int BotIsFirstInRankings(bot_state_t *bs) { function BotIsLastInRankings (line 117) | int BotIsLastInRankings(bot_state_t *bs) { function BotVisibleEnemies (line 322) | int BotVisibleEnemies(bot_state_t *bs) { function BotValidChatPosition (line 354) | int BotValidChatPosition(bot_state_t *bs) { function BotChat_EnterGame (line 393) | int BotChat_EnterGame(bot_state_t *bs) { function BotChat_ExitGame (line 426) | int BotChat_ExitGame(bot_state_t *bs) { function BotChat_StartLevel (line 459) | int BotChat_StartLevel(bot_state_t *bs) { function BotChat_EndLevel (line 491) | int BotChat_EndLevel(bot_state_t *bs) { function BotChat_Death (line 551) | int BotChat_Death(bot_state_t *bs) { function BotChat_Kill (line 648) | int BotChat_Kill(bot_state_t *bs) { function BotChat_EnemySuicide (line 708) | int BotChat_EnemySuicide(bot_state_t *bs) { function BotChat_HitTalking (line 742) | int BotChat_HitTalking(bot_state_t *bs) { function BotChat_HitNoDeath (line 781) | int BotChat_HitNoDeath(bot_state_t *bs) { function BotChat_HitNoKill (line 826) | int BotChat_HitNoKill(bot_state_t *bs) { function BotChat_Random (line 864) | int BotChat_Random(bot_state_t *bs) { function BotChatTime (line 931) | float BotChatTime(bot_state_t *bs) { function BotChatTest (line 944) | void BotChatTest(bot_state_t *bs) { FILE: src/game/ai_cmd.c function BotPrintTeamGoal (line 67) | void BotPrintTeamGoal(bot_state_t *bs) { function BotGetItemTeamGoal (line 147) | int BotGetItemTeamGoal(char *goalname, bot_goal_t *goal) { function BotGetMessageTeamGoal (line 169) | int BotGetMessageTeamGoal(bot_state_t *bs, char *goalname, bot_goal_t *g... function BotGetTime (line 187) | float BotGetTime(bot_match_t *match) { function FindClientByName (line 225) | int FindClientByName(char *name) { function FindEnemyByName (line 248) | int FindEnemyByName(bot_state_t *bs, char *name) { function NumPlayersOnSameTeam (line 273) | int NumPlayersOnSameTeam(bot_state_t *bs) { function BotGetPatrolWaypoints (line 296) | int BotGetPatrolWaypoints(bot_state_t *bs, bot_match_t *match) { function BotAddressedToBot (line 376) | int BotAddressedToBot(bot_state_t *bs, bot_match_t *match) { function BotGPSToPosition (line 437) | int BotGPSToPosition(char *buf, vec3_t position) { function BotMatch_HelpAccompany (line 472) | void BotMatch_HelpAccompany(bot_state_t *bs, bot_match_t *match) { function BotMatch_DefendKeyArea (line 598) | void BotMatch_DefendKeyArea(bot_state_t *bs, bot_match_t *match) { function BotMatch_GetItem (line 646) | void BotMatch_GetItem(bot_state_t *bs, bot_match_t *match) { function BotMatch_Camp (line 686) | void BotMatch_Camp(bot_state_t *bs, bot_match_t *match) { function BotMatch_Patrol (line 778) | void BotMatch_Patrol(bot_state_t *bs, bot_match_t *match) { function BotMatch_GetFlag (line 817) | void BotMatch_GetFlag(bot_state_t *bs, bot_match_t *match) { function BotMatch_AttackEnemyBase (line 863) | void BotMatch_AttackEnemyBase(bot_state_t *bs, bot_match_t *match) { function BotMatch_RushBase (line 904) | void BotMatch_RushBase(bot_state_t *bs, bot_match_t *match) { function BotMatch_TaskPreference (line 944) | void BotMatch_TaskPreference(bot_state_t *bs, bot_match_t *match) { function BotMatch_ReturnFlag (line 991) | void BotMatch_ReturnFlag(bot_state_t *bs, bot_match_t *match) { function BotMatch_JoinSubteam (line 1030) | void BotMatch_JoinSubteam(bot_state_t *bs, bot_match_t *match) { function BotMatch_LeaveSubteam (line 1055) | void BotMatch_LeaveSubteam(bot_state_t *bs, bot_match_t *match) { function BotMatch_WhichTeam (line 1078) | void BotMatch_WhichTeam(bot_state_t *bs, bot_match_t *match) { function BotMatch_CheckPoint (line 1097) | void BotMatch_CheckPoint(bot_state_t *bs, bot_match_t *match) { function BotMatch_FormationSpace (line 1154) | void BotMatch_FormationSpace(bot_state_t *bs, bot_match_t *match) { function BotMatch_Dismiss (line 1177) | void BotMatch_Dismiss(bot_state_t *bs, bot_match_t *match) { function BotMatch_Suicide (line 1202) | void BotMatch_Suicide(bot_state_t *bs, bot_match_t *match) { function BotMatch_StartTeamLeaderShip (line 1224) | void BotMatch_StartTeamLeaderShip(bot_state_t *bs, bot_match_t *match) { function BotMatch_StopTeamLeaderShip (line 1250) | void BotMatch_StopTeamLeaderShip(bot_state_t *bs, bot_match_t *match) { function BotMatch_WhoIsTeamLeader (line 1280) | void BotMatch_WhoIsTeamLeader(bot_state_t *bs, bot_match_t *match) { function BotMatch_WhatAreYouDoing (line 1297) | void BotMatch_WhatAreYouDoing(bot_state_t *bs, bot_match_t *match) { function BotMatch_WhatIsMyCommand (line 1379) | void BotMatch_WhatIsMyCommand(bot_state_t *bs, bot_match_t *match) { function BotNearestVisibleItem (line 1392) | float BotNearestVisibleItem(bot_state_t *bs, char *itemname, bot_goal_t ... function BotMatch_WhereAreYou (line 1426) | void BotMatch_WhereAreYou(bot_state_t *bs, bot_match_t *match) { function BotMatch_LeadTheWay (line 1496) | void BotMatch_LeadTheWay(bot_state_t *bs, bot_match_t *match) { function BotMatch_Kill (line 1565) | void BotMatch_Kill(bot_state_t *bs, bot_match_t *match) { function BotMatch_CTF (line 1603) | void BotMatch_CTF(bot_state_t *bs, bot_match_t *match) { function BotMatch_EnterGame (line 1641) | void BotMatch_EnterGame(bot_state_t *bs, bot_match_t *match) { function BotMatch_NewLeader (line 1655) | void BotMatch_NewLeader(bot_state_t *bs, bot_match_t *match) { function BotMatchMessage (line 1671) | int BotMatchMessage(bot_state_t *bs, char *message) { FILE: src/game/ai_dmnet.c function BotResetNodeSwitches (line 72) | void BotResetNodeSwitches(void) { function BotDumpNodeSwitches (line 81) | void BotDumpNodeSwitches(bot_state_t *bs) { function BotRecordNodeSwitch (line 98) | void BotRecordNodeSwitch(bot_state_t *bs, char *node, char *str, char *s) { function BotGetAirGoal (line 116) | int BotGetAirGoal(bot_state_t *bs, bot_goal_t *goal) { function BotGoForAir (line 156) | int BotGoForAir(bot_state_t *bs, int tfl, bot_goal_t *ltg, float range) { function BotNearbyGoal (line 191) | int BotNearbyGoal(bot_state_t *bs, int tfl, bot_goal_t *ltg, float range) { function BotReachedGoal (line 225) | int BotReachedGoal(bot_state_t *bs, bot_goal_t *goal) { function BotGetItemLongTermGoal (line 278) | int BotGetItemLongTermGoal(bot_state_t *bs, int tfl, bot_goal_t *goal) { function BotGetLongTermGoal (line 332) | int BotGetLongTermGoal(bot_state_t *bs, int tfl, int retreat, bot_goal_t... function BotLongTermGoal (line 845) | int BotLongTermGoal(bot_state_t *bs, int tfl, int retreat, bot_goal_t *g... function AIEnter_Intermission (line 933) | void AIEnter_Intermission(bot_state_t *bs, char *s) { function AINode_Intermission (line 949) | int AINode_Intermission(bot_state_t *bs) { function AIEnter_Observer (line 968) | void AIEnter_Observer(bot_state_t *bs, char *s) { function AINode_Observer (line 980) | int AINode_Observer(bot_state_t *bs) { function AIEnter_Stand (line 993) | void AIEnter_Stand(bot_state_t *bs, char *s) { function AINode_Stand (line 1004) | int AINode_Stand(bot_state_t *bs) { function AIEnter_Respawn (line 1037) | void AIEnter_Respawn(bot_state_t *bs, char *s) { function AINode_Respawn (line 1063) | int AINode_Respawn(bot_state_t *bs) { function BotSelectActivateWeapon (line 1096) | int BotSelectActivateWeapon(bot_state_t *bs) { function BotClearPath (line 1124) | void BotClearPath(bot_state_t *bs, bot_moveresult_t *moveresult) { function AIEnter_Seek_ActivateEntity (line 1230) | void AIEnter_Seek_ActivateEntity(bot_state_t *bs, char *s) { function AINode_Seek_ActivateEntity (line 1240) | int AINode_Seek_ActivateEntity(bot_state_t *bs) { function AIEnter_Seek_NBG (line 1440) | void AIEnter_Seek_NBG(bot_state_t *bs, char *s) { function AINode_Seek_NBG (line 1459) | int AINode_Seek_NBG(bot_state_t *bs) { function AIEnter_Seek_LTG (line 1573) | void AIEnter_Seek_LTG(bot_state_t *bs, char *s) { function AINode_Seek_LTG (line 1592) | int AINode_Seek_LTG(bot_state_t *bs) function AIEnter_Battle_Fight (line 1750) | void AIEnter_Battle_Fight(bot_state_t *bs, char *s) { function AIEnter_Battle_SuicidalFight (line 1761) | void AIEnter_Battle_SuicidalFight(bot_state_t *bs, char *s) { function AINode_Battle_Fight (line 1773) | int AINode_Battle_Fight(bot_state_t *bs) { function AIEnter_Battle_Chase (line 1920) | void AIEnter_Battle_Chase(bot_state_t *bs, char *s) { function AINode_Battle_Chase (line 1931) | int AINode_Battle_Chase(bot_state_t *bs) function AIEnter_Battle_Retreat (line 2060) | void AIEnter_Battle_Retreat(bot_state_t *bs, char *s) { function AINode_Battle_Retreat (line 2070) | int AINode_Battle_Retreat(bot_state_t *bs) { function AIEnter_Battle_NBG (line 2232) | void AIEnter_Battle_NBG(bot_state_t *bs, char *s) { function AINode_Battle_NBG (line 2242) | int AINode_Battle_NBG(bot_state_t *bs) { FILE: src/game/ai_dmq3.c function BotSetUserInfo (line 110) | void BotSetUserInfo(bot_state_t *bs, char *key, char *value) { function BotCTFCarryingFlag (line 124) | int BotCTFCarryingFlag(bot_state_t *bs) { function BotTeam (line 137) | int BotTeam(bot_state_t *bs) { function BotOppositeTeam (line 156) | int BotOppositeTeam(bot_state_t *bs) { function bot_goal_t (line 169) | bot_goal_t *BotEnemyFlag(bot_state_t *bs) { function bot_goal_t (line 183) | bot_goal_t *BotTeamFlag(bot_state_t *bs) { function qboolean (line 198) | qboolean EntityIsDead(aas_entityinfo_t *entinfo) { function qboolean (line 214) | qboolean EntityCarriesFlag(aas_entityinfo_t *entinfo) { function qboolean (line 227) | qboolean EntityIsInvisible(aas_entityinfo_t *entinfo) { function qboolean (line 243) | qboolean EntityIsShooting(aas_entityinfo_t *entinfo) { function qboolean (line 255) | qboolean EntityIsChatting(aas_entityinfo_t *entinfo) { function qboolean (line 267) | qboolean EntityHasQuad(aas_entityinfo_t *entinfo) { function BotRememberLastOrderedTask (line 279) | void BotRememberLastOrderedTask(bot_state_t *bs) { function BotSetTeamStatus (line 294) | void BotSetTeamStatus(bot_state_t *bs) { function BotSetLastOrderedTask (line 302) | int BotSetLastOrderedTask(bot_state_t *bs) { function BotRefuseOrder (line 355) | void BotRefuseOrder(bot_state_t *bs) { function BotCTFSeekGoals (line 371) | void BotCTFSeekGoals(bot_state_t *bs) { function BotCTFRetreatGoals (line 654) | void BotCTFRetreatGoals(bot_state_t *bs) { function BotTeamGoals (line 675) | void BotTeamGoals(bot_state_t *bs, int retreat) { function BotPointAreaNum (line 698) | int BotPointAreaNum(vec3_t origin) { function ClientFromName (line 753) | int ClientFromName(char *name) { function ClientOnSameTeamFromName (line 773) | int ClientOnSameTeamFromName(bot_state_t *bs, char *name) { function BotSynonymContext (line 862) | int BotSynonymContext(bot_state_t *bs) { function BotChooseWeapon (line 880) | void BotChooseWeapon(bot_state_t *bs) { function BotSetupForMovement (line 901) | void BotSetupForMovement(bot_state_t *bs) { function BotCheckItemPickup (line 938) | void BotCheckItemPickup(bot_state_t *bs, int *oldinventory) { function BotUpdateInventory (line 946) | void BotUpdateInventory(bot_state_t *bs) { function BotUpdateBattleInventory (line 993) | void BotUpdateBattleInventory(bot_state_t *bs, int enemy) { function BotBattleUseItems (line 1010) | void BotBattleUseItems(bot_state_t *bs) { function BotSetTeleportTime (line 1031) | void BotSetTeleportTime(bot_state_t *bs) { function qboolean (line 1043) | qboolean BotIsDead(bot_state_t *bs) { function qboolean (line 1052) | qboolean BotIsObserver(bot_state_t *bs) { function qboolean (line 1065) | qboolean BotIntermission(bot_state_t *bs) { function qboolean (line 1076) | qboolean BotInLavaOrSlime(bot_state_t *bs) { function bot_waypoint_t (line 1089) | bot_waypoint_t *BotCreateWayPoint(char *name, vec3_t origin, int areanum) { function bot_waypoint_t (line 1115) | bot_waypoint_t *BotFindWayPoint(bot_waypoint_t *waypoints, char *name) { function BotFreeWaypoints (line 1129) | void BotFreeWaypoints(bot_waypoint_t *wp) { function BotInitWaypoints (line 1144) | void BotInitWaypoints(void) { function TeamPlayIsOn (line 1159) | int TeamPlayIsOn(void) { function BotAggression (line 1168) | float BotAggression(bot_state_t *bs) { function BotFeelingBad (line 1216) | float BotFeelingBad(bot_state_t *bs) { function BotWantsToRetreat (line 1237) | int BotWantsToRetreat(bot_state_t *bs) { function BotWantsToChase (line 1266) | int BotWantsToChase(bot_state_t *bs) { function BotWantsToHelp (line 1292) | int BotWantsToHelp(bot_state_t *bs) { function BotCanAndWantsToRocketJump (line 1301) | int BotCanAndWantsToRocketJump(bot_state_t *bs) { function BotHasPersistantPowerupAndWeapon (line 1329) | int BotHasPersistantPowerupAndWeapon(bot_state_t *bs) { function BotGoCamp (line 1369) | void BotGoCamp(bot_state_t *bs, bot_goal_t *goal) { function BotWantsToCamp (line 1396) | int BotWantsToCamp(bot_state_t *bs) { function BotDontAvoid (line 1451) | void BotDontAvoid(bot_state_t *bs, char *itemname) { function BotGoForPowerups (line 1467) | void BotGoForPowerups(bot_state_t *bs) { function BotRoamGoal (line 1486) | void BotRoamGoal(bot_state_t *bs, vec3_t goal) { function bot_moveresult_t (line 1542) | bot_moveresult_t BotAttackMove(bot_state_t *bs, int tfl) { function BotSameTeam (line 1679) | int BotSameTeam(bot_state_t *bs, int entnum) { function qboolean (line 1704) | qboolean InFieldOfVision(vec3_t viewangles, float fov, vec3_t angles) function BotEntityVisible (line 1736) | float BotEntityVisible(int viewer, vec3_t eye, vec3_t viewangles, float ... function BotFindEnemy (line 1840) | int BotFindEnemy(bot_state_t *bs, int curenemy) { function BotTeamFlagCarrierVisible (line 1938) | int BotTeamFlagCarrierVisible(bot_state_t *bs) { function BotTeamFlagCarrier (line 1972) | int BotTeamFlagCarrier(bot_state_t *bs) { function BotEnemyFlagCarrierVisible (line 2001) | int BotEnemyFlagCarrierVisible(bot_state_t *bs) { function BotVisibleTeamMatesAndEnemies (line 2035) | void BotVisibleTeamMatesAndEnemies(bot_state_t *bs, int *teammates, int ... function BotAimAtEnemy (line 2081) | void BotAimAtEnemy(bot_state_t *bs) { function BotCheckAttack (line 2368) | void BotCheckAttack(bot_state_t *bs) { function BotMapScripts (line 2477) | void BotMapScripts(bot_state_t *bs) { function BotSetMovedir (line 2562) | void BotSetMovedir(vec3_t angles, vec3_t movedir) { function BotModelMinsMaxs (line 2581) | int BotModelMinsMaxs(int modelindex, int eType, int contents, vec3_t min... function BotFuncButtonActivateGoal (line 2616) | int BotFuncButtonActivateGoal(bot_state_t *bs, int bspent, bot_activateg... function BotFuncDoorActivateGoal (line 2769) | int BotFuncDoorActivateGoal(bot_state_t *bs, int bspent, bot_activategoa... function BotTriggerMultipleActivateGoal (line 2804) | int BotTriggerMultipleActivateGoal(bot_state_t *bs, int bspent, bot_acti... function BotPopFromActivateGoalStack (line 2856) | int BotPopFromActivateGoalStack(bot_state_t *bs) { function BotPushOntoActivateGoalStack (line 2871) | int BotPushOntoActivateGoalStack(bot_state_t *bs, bot_activategoal_t *ac... function BotClearActivateGoalStack (line 2901) | void BotClearActivateGoalStack(bot_state_t *bs) { function BotEnableActivateGoalAreas (line 2911) | void BotEnableActivateGoalAreas(bot_activategoal_t *activategoal, int en... function BotIsGoingToActivateEntity (line 2926) | int BotIsGoingToActivateEntity(bot_state_t *bs, int entitynum) { function BotGetActivateGoal (line 2959) | int BotGetActivateGoal(bot_state_t *bs, int entitynum, bot_activategoal_... function BotGoForActivateGoal (line 3149) | int BotGoForActivateGoal(bot_state_t *bs, bot_activategoal_t *activatego... function BotPrintActivateGoalInfo (line 3176) | void BotPrintActivateGoalInfo(bot_state_t *bs, bot_activategoal_t *activ... function BotRandomMove (line 3207) | void BotRandomMove(bot_state_t *bs, bot_moveresult_t *moveresult) { function BotAIBlocked (line 3232) | void BotAIBlocked(bot_state_t *bs, bot_moveresult_t *moveresult, int act... function BotAIPredictObstacles (line 3340) | int BotAIPredictObstacles(bot_state_t *bs, bot_goal_t *goal) { function BotCheckConsoleMessages (line 3407) | void BotCheckConsoleMessages(bot_state_t *bs) { function BotCheckForGrenades (line 3510) | void BotCheckForGrenades(bot_state_t *bs, entityState_t *state) { function BotCheckEvents (line 3523) | void BotCheckEvents(bot_state_t *bs, entityState_t *state) { function BotCheckSnapshot (line 3716) | void BotCheckSnapshot(bot_state_t *bs) { function BotCheckAir (line 3749) | void BotCheckAir(bot_state_t *bs) { function bot_goal_t (line 3763) | bot_goal_t *BotAlternateRoute(bot_state_t *bs, bot_goal_t *goal) { function BotGetAlternateRouteGoal (line 3788) | int BotGetAlternateRouteGoal(bot_state_t *bs, int base) { function BotSetupAlternativeRouteGoals (line 3825) | void BotSetupAlternativeRouteGoals(void) { function BotDeathmatchAI (line 3837) | void BotDeathmatchAI(bot_state_t *bs, float thinktime) { function BotSetEntityNumForGoalWithModel (line 3930) | void BotSetEntityNumForGoalWithModel(bot_goal_t *goal, int eType, char *... function BotSetEntityNumForGoal (line 3960) | void BotSetEntityNumForGoal(bot_goal_t *goal, char *classname) { function BotGoalForBSPEntity (line 3986) | int BotGoalForBSPEntity( char *classname, bot_goal_t *goal ) { function BotSetupDeathmatchAI (line 4018) | void BotSetupDeathmatchAI(void) { function BotShutdownDeathmatchAI (line 4059) | void BotShutdownDeathmatchAI(void) { FILE: src/game/ai_main.c function BotAI_Print (line 95) | void QDECL BotAI_Print(int type, char *fmt, ...) { function BotAI_Trace (line 137) | void BotAI_Trace(bsp_trace_t *bsptrace, vec3_t start, vec3_t mins, vec3_... function BotAI_GetClientState (line 162) | int BotAI_GetClientState( int clientNum, playerState_t *state ) { function BotAI_GetEntityState (line 182) | int BotAI_GetEntityState( int entityNum, entityState_t *state ) { function BotAI_GetSnapshotEntity (line 199) | int BotAI_GetSnapshotEntity( int clientNum, int sequence, entityState_t ... function BotAI_BotInitialChat (line 218) | void QDECL BotAI_BotInitialChat( bot_state_t *bs, char *type, ... ) { function BotTestAAS (line 247) | void BotTestAAS(vec3_t origin) { function BotReportStatus (line 276) | void BotReportStatus(bot_state_t *bs) { function BotTeamplayReport (line 373) | void BotTeamplayReport(void) { function BotSetInfoConfigString (line 410) | void BotSetInfoConfigString(bot_state_t *bs) { function BotUpdateInfoConfigStrings (line 515) | void BotUpdateInfoConfigStrings(void) { function BotInterbreedBots (line 537) | void BotInterbreedBots(void) { function BotWriteInterbreeded (line 570) | void BotWriteInterbreeded(char *filename) { function BotInterbreedEndMatch (line 602) | void BotInterbreedEndMatch(void) { function BotInterbreeding (line 623) | void BotInterbreeding(void) { function BotEntityInfo (line 657) | void BotEntityInfo(int entnum, aas_entityinfo_t *info) { function NumBots (line 666) | int NumBots(void) { function BotTeamLeader (line 675) | int BotTeamLeader(bot_state_t *bs) { function AngleDifference (line 689) | float AngleDifference(float ang1, float ang2) { function BotChangeViewAngle (line 707) | float BotChangeViewAngle(float angle, float ideal_angle, float speed) { function BotChangeViewAngles (line 734) | void BotChangeViewAngles(bot_state_t *bs, float thinktime) { function BotInputToUserCommand (line 791) | void BotInputToUserCommand(bot_input_t *bi, usercmd_t *ucmd, int delta_a... function BotUpdateInput (line 872) | void BotUpdateInput(bot_state_t *bs, int time, int elapsed_time) { function BotAIRegularUpdate (line 901) | void BotAIRegularUpdate(void) { function RemoveColorEscapeSequences (line 913) | void RemoveColorEscapeSequences( char *text ) { function BotAI (line 934) | int BotAI(int client, float thinktime) { function BotScheduleBotThink (line 1019) | void BotScheduleBotThink(void) { function BotWriteSessionData (line 1039) | void BotWriteSessionData(bot_state_t *bs) { function BotReadSessionData (line 1077) | void BotReadSessionData(bot_state_t *bs) { function BotAISetupClient (line 1114) | int BotAISetupClient(int client, struct bot_settings_s *settings, qboole... function BotAIShutdownClient (line 1210) | int BotAIShutdownClient(int client, qboolean restart) { function BotResetState (line 1259) | void BotResetState(bot_state_t *bs) { function BotAILoadMap (line 1309) | int BotAILoadMap( int restart ) { function BotAIStartFrame (line 1335) | int BotAIStartFrame(int time) { function BotInitLibrary (line 1519) | int BotInitLibrary(void) { function BotAISetup (line 1587) | int BotAISetup( int restart ) { function BotAIShutdown (line 1621) | int BotAIShutdown( int restart ) { FILE: src/game/ai_main.h type bot_waypoint_t (line 93) | typedef struct bot_waypoint_s type bot_activategoal_t (line 104) | typedef struct bot_activategoal_s type bot_state_t (line 122) | typedef struct bot_state_s FILE: src/game/ai_team.c type bot_ctftaskpreference_t (line 58) | typedef struct bot_ctftaskpreference_s function BotValidTeamLeader (line 72) | int BotValidTeamLeader(bot_state_t *bs) { function BotNumTeamMates (line 83) | int BotNumTeamMates(bot_state_t *bs) { function BotClientTravelTimeToGoal (line 111) | int BotClientTravelTimeToGoal(int client, bot_goal_t *goal) { function BotSortTeamMatesByBaseTravelTime (line 126) | int BotSortTeamMatesByBaseTravelTime(bot_state_t *bs, int *teammates, in... function BotSetTeamMateTaskPreference (line 178) | void BotSetTeamMateTaskPreference(bot_state_t *bs, int teammate, int pre... function BotGetTeamMateTaskPreference (line 191) | int BotGetTeamMateTaskPreference(bot_state_t *bs, int teammate) { function BotSortTeamMatesByTaskPreference (line 205) | int BotSortTeamMatesByTaskPreference(bot_state_t *bs, int *teammates, in... function BotSayTeamOrderAlways (line 243) | void BotSayTeamOrderAlways(bot_state_t *bs, int toclient) { function BotSayTeamOrder (line 266) | void BotSayTeamOrder(bot_state_t *bs, int toclient) { function BotVoiceChat (line 275) | void BotVoiceChat(bot_state_t *bs, int toclient, char *voicechat) { function BotVoiceChatOnly (line 283) | void BotVoiceChatOnly(bot_state_t *bs, int toclient, char *voicechat) { function BotSayVoiceTeamOrder (line 291) | void BotSayVoiceTeamOrder(bot_state_t *bs, int toclient, char *voicechat) { function BotCTFOrders_BothFlagsNotAtBase (line 299) | void BotCTFOrders_BothFlagsNotAtBase(bot_state_t *bs) { function BotCTFOrders_FlagNotAtBase (line 413) | void BotCTFOrders_FlagNotAtBase(bot_state_t *bs) { function BotCTFOrders_EnemyFlagNotAtBase (line 554) | void BotCTFOrders_EnemyFlagNotAtBase(bot_state_t *bs) { function BotCTFOrders_BothFlagsAtBase (line 657) | void BotCTFOrders_BothFlagsAtBase(bot_state_t *bs) { function BotCTFOrders (line 798) | void BotCTFOrders(bot_state_t *bs) { function BotCreateGroup (line 819) | void BotCreateGroup(bot_state_t *bs, int *teammates, int groupsize) { function BotTeamOrders (line 845) | void BotTeamOrders(bot_state_t *bs) { function FindHumanTeamLeader (line 910) | int FindHumanTeamLeader(bot_state_t *bs) { function BotTeamAI (line 941) | void BotTeamAI(bot_state_t *bs) { FILE: src/game/ai_vcmd.c type voiceCommand_t (line 61) | typedef struct voiceCommand_s function BotVoiceChat_GetFlag (line 72) | void BotVoiceChat_GetFlag(bot_state_t *bs, int client, int mode) { function BotVoiceChat_Offense (line 110) | void BotVoiceChat_Offense(bot_state_t *bs, int client, int mode) { function BotVoiceChat_Defend (line 143) | void BotVoiceChat_Defend(bot_state_t *bs, int client, int mode) { function BotVoiceChat_DefendFlag (line 182) | void BotVoiceChat_DefendFlag(bot_state_t *bs, int client, int mode) { function BotVoiceChat_Patrol (line 191) | void BotVoiceChat_Patrol(bot_state_t *bs, int client, int mode) { function BotVoiceChat_Camp (line 214) | void BotVoiceChat_Camp(bot_state_t *bs, int client, int mode) { function BotVoiceChat_FollowMe (line 270) | void BotVoiceChat_FollowMe(bot_state_t *bs, int client, int mode) { function BotVoiceChat_FollowFlagCarrier (line 324) | void BotVoiceChat_FollowFlagCarrier(bot_state_t *bs, int client, int mod... function BotVoiceChat_ReturnFlag (line 340) | void BotVoiceChat_ReturnFlag(bot_state_t *bs, int client, int mode) { function BotVoiceChat_StartLeader (line 369) | void BotVoiceChat_StartLeader(bot_state_t *bs, int client, int mode) { function BotVoiceChat_StopLeader (line 378) | void BotVoiceChat_StopLeader(bot_state_t *bs, int client, int mode) { function BotVoiceChat_WhoIsLeader (line 392) | void BotVoiceChat_WhoIsLeader(bot_state_t *bs, int client, int mode) { function BotVoiceChat_WantOnDefense (line 411) | void BotVoiceChat_WantOnDefense(bot_state_t *bs, int client, int mode) { function BotVoiceChat_WantOnOffense (line 432) | void BotVoiceChat_WantOnOffense(bot_state_t *bs, int client, int mode) { function BotVoiceChat_Dummy (line 448) | void BotVoiceChat_Dummy(bot_state_t *bs, int client, int mode) { function BotVoiceChatCommand (line 469) | int BotVoiceChatCommand(bot_state_t *bs, int mode, char *voiceChat) { FILE: src/game/be_aas.h type solid_t (line 75) | typedef enum type aas_trace_t (line 84) | typedef struct aas_trace_s type aas_entityinfo_t (line 123) | typedef struct aas_entityinfo_s type aas_areainfo_t (line 151) | typedef struct aas_areainfo_s type aas_clientmove_t (line 178) | typedef struct aas_clientmove_s type aas_altroutegoal_t (line 196) | typedef struct aas_altroutegoal_s type aas_predictroute_t (line 212) | typedef struct aas_predictroute_s FILE: src/game/be_ai_chat.h type bot_consolemessage_t (line 45) | typedef struct bot_consolemessage_s type bot_matchvariable_t (line 55) | typedef struct bot_matchvariable_s type bot_match_t (line 61) | typedef struct bot_match_s FILE: src/game/be_ai_goal.h type bot_goal_t (line 41) | typedef struct bot_goal_s FILE: src/game/be_ai_move.h type bot_initmove_t (line 76) | typedef struct bot_initmove_s type bot_moveresult_t (line 90) | typedef struct bot_moveresult_s type bot_avoidspot_t (line 105) | typedef struct bot_avoidspot_s FILE: src/game/be_ai_weap.h type projectileinfo_t (line 43) | typedef struct projectileinfo_s type weaponinfo_t (line 61) | typedef struct weaponinfo_s FILE: src/game/bg_lib.c function swapfunc (line 77) | static void function qsort (line 108) | void function strlen (line 198) | int strlen( const char *string ) { function strcmp (line 235) | int strcmp( const char *string1, const char *string2 ) { function tolower (line 276) | int tolower( int c ) { function toupper (line 284) | int toupper( int c ) { function floor (line 312) | double floor( double x ) { function sqrt (line 344) | double sqrt( double x ) { function sin (line 499) | double sin( double x ) { function cos (line 520) | double cos( double x ) { function acos (line 691) | double acos( double x ) { function atan2 (line 702) | double atan2( double y, double x ) { function tan (line 764) | double tan( double x ) { function srand (line 772) | void srand( unsigned seed ) { function rand (line 776) | int rand( void ) { function atof (line 781) | double atof( const char *string ) { function _atof (line 848) | double _atof( const char **stringPtr ) { function atoi (line 922) | int atoi( const char *string ) { function _atoi (line 968) | int _atoi( const char **stringPtr ) { function abs (line 1017) | int abs( int n ) { function fabs (line 1021) | double fabs( double x ) { function AddInt (line 1044) | void AddInt( char **buf_p, int val, int width, int flags ) { function AddFloat (line 1087) | void AddFloat( char **buf_p, float fval, int width, int prec ) { function AddString (line 1147) | void AddString( char **buf_p, char *string, int width, int prec ) { function vsprintf (line 1190) | int vsprintf( char *buffer, const char *fmt, va_list argptr ) { function sscanf (line 1291) | int sscanf( const char *buffer, const char *fmt, ... ) { FILE: src/game/bg_local.h type pml_t (line 39) | typedef struct { FILE: src/game/bg_misc.c function gitem_t (line 669) | gitem_t *BG_FindItemForPowerup( powerup_t pw ) { function gitem_t (line 690) | gitem_t *BG_FindItemForHoldable( holdable_t pw ) { function gitem_t (line 711) | gitem_t *BG_FindItemForWeapon( weapon_t weapon ) { function gitem_t (line 730) | gitem_t *BG_FindItem( const char *pickupName ) { function qboolean (line 749) | qboolean BG_PlayerTouchesItem( playerState_t *ps, entityState_t *item, i... function qboolean (line 777) | qboolean BG_CanItemBeGrabbed( int gametype, const entityState_t *ent, co... function BG_EvaluateTrajectory (line 869) | void BG_EvaluateTrajectory( const trajectory_t *tr, int atTime, vec3_t r... function BG_EvaluateTrajectoryDelta (line 915) | void BG_EvaluateTrajectoryDelta( const trajectory_t *tr, int atTime, vec... function BG_AddPredictableEventToPlayerstate (line 1051) | void BG_AddPredictableEventToPlayerstate( int newEvent, int eventParm, p... function BG_TouchJumpPad (line 1076) | void BG_TouchJumpPad( playerState_t *ps, entityState_t *jumppad ) { function BG_PlayerStateToEntityState (line 1119) | void BG_PlayerStateToEntityState( playerState_t *ps, entityState_t *s, q... function BG_PlayerStateToEntityStateExtraPolate (line 1195) | void BG_PlayerStateToEntityStateExtraPolate( playerState_t *ps, entitySt... FILE: src/game/bg_pmove.c function PM_AddEvent (line 58) | void PM_AddEvent( int newEvent ) { function PM_AddTouchEnt (line 67) | void PM_AddTouchEnt( int entityNum ) { function PM_StartTorsoAnim (line 94) | static void PM_StartTorsoAnim( int anim ) { function PM_StartLegsAnim (line 101) | static void PM_StartLegsAnim( int anim ) { function PM_ContinueLegsAnim (line 112) | static void PM_ContinueLegsAnim( int anim ) { function PM_ContinueTorsoAnim (line 122) | static void PM_ContinueTorsoAnim( int anim ) { function PM_ForceLegsAnim (line 132) | static void PM_ForceLegsAnim( int anim ) { function PM_ClipVelocity (line 145) | void PM_ClipVelocity( vec3_t in, vec3_t normal, vec3_t out, float overbo... function PM_Friction (line 172) | static void PM_Friction( void ) { function PM_Accelerate (line 240) | static void PM_Accelerate( vec3_t wishdir, float wishspeed, float accel ) { function PM_CmdScale (line 290) | static float PM_CmdScale( usercmd_t *cmd ) { function PM_SetMovementDir (line 322) | static void PM_SetMovementDir( void ) { function qboolean (line 359) | static qboolean PM_CheckJump( void ) { function qboolean (line 400) | static qboolean PM_CheckWaterJump( void ) { function PM_WaterJumpMove (line 452) | static void PM_WaterJumpMove( void ) { function PM_WaterMove (line 471) | static void PM_WaterMove( void ) { function PM_FlyMove (line 544) | static void PM_FlyMove( void ) { function PM_AirMove (line 585) | static void PM_AirMove( void ) { function PM_GrappleMove (line 650) | static void PM_GrappleMove( void ) { function PM_WalkMove (line 676) | static void PM_WalkMove( void ) { function PM_DeadMove (line 801) | static void PM_DeadMove( void ) { function PM_NoclipMove (line 826) | static void PM_NoclipMove( void ) { function PM_FootstepForSurface (line 890) | static int PM_FootstepForSurface( void ) { function PM_CrashLand (line 908) | static void PM_CrashLand( void ) { function PM_CorrectAllSolid (line 1008) | static int PM_CorrectAllSolid( trace_t *trace ) { function PM_GroundTraceMissed (line 1053) | static void PM_GroundTraceMissed( void ) { function PM_GroundTrace (line 1091) | static void PM_GroundTrace( void ) { function PM_SetWaterLevel (line 1189) | static void PM_SetWaterLevel( void ) { function PM_CheckDuck (line 1233) | static void PM_CheckDuck (void) function PM_Footsteps (line 1306) | static void PM_Footsteps( void ) { function PM_WaterEvents (line 1417) | static void PM_WaterEvents( void ) { // FIXME? function PM_BeginWeaponChange (line 1453) | static void PM_BeginWeaponChange( int weapon ) { function PM_FinishWeaponChange (line 1478) | static void PM_FinishWeaponChange( void ) { function PM_TorsoAnimation (line 1503) | static void PM_TorsoAnimation( void ) { function PM_Weapon (line 1522) | static void PM_Weapon( void ) { function PM_Animate (line 1677) | static void PM_Animate( void ) { function PM_DropTimers (line 1693) | static void PM_DropTimers( void ) { function PM_UpdateViewAngles (line 1728) | void PM_UpdateViewAngles( playerState_t *ps, const usercmd_t *cmd ) { function PmoveSingle (line 1767) | void PmoveSingle (pmove_t *pmove) { function Pmove (line 1952) | void Pmove (pmove_t *pmove) { FILE: src/game/bg_public.h type gametype_t (line 97) | typedef enum { type gender_t (line 112) | typedef enum { GENDER_MALE, GENDER_FEMALE, GENDER_NEUTER } gender_t; type pmtype_t (line 125) | typedef enum { type weaponstate_t (line 135) | typedef enum { type pmove_t (line 160) | typedef struct { type statIndex_t (line 203) | typedef enum { type persEnum_t (line 218) | typedef enum { type powerup_t (line 261) | typedef enum { type holdable_t (line 285) | typedef enum { type weapon_t (line 298) | typedef enum { type entity_event_t (line 336) | typedef enum { type global_team_sound_t (line 433) | typedef enum { type animNumber_t (line 451) | typedef enum { type animation_t (line 506) | typedef struct animation_s { type team_t (line 522) | typedef enum { type teamtask_t (line 538) | typedef enum { type meansOfDeath_t (line 550) | typedef enum { type itemType_t (line 581) | typedef enum { type gitem_t (line 597) | typedef struct gitem_s { type entityType_t (line 645) | typedef enum { FILE: src/game/bg_slidemove.c function qboolean (line 45) | qboolean PM_SlideMove( qboolean gravity ) { function PM_StepSlideMove (line 233) | void PM_StepSlideMove( qboolean gravity ) { FILE: src/game/botlib.h type aas_clientmove_s (line 34) | struct aas_clientmove_s type aas_entityinfo_s (line 35) | struct aas_entityinfo_s type aas_areainfo_s (line 36) | struct aas_areainfo_s type aas_altroutegoal_s (line 37) | struct aas_altroutegoal_s type aas_predictroute_s (line 38) | struct aas_predictroute_s type bot_consolemessage_s (line 39) | struct bot_consolemessage_s type bot_match_s (line 40) | struct bot_match_s type bot_goal_s (line 41) | struct bot_goal_s type bot_moveresult_s (line 42) | struct bot_moveresult_s type bot_initmove_s (line 43) | struct bot_initmove_s type weaponinfo_s (line 44) | struct weaponinfo_s type bot_input_t (line 105) | typedef struct bot_input_s type bsp_surface_t (line 120) | typedef struct bsp_surface_s type bsp_trace_t (line 129) | typedef struct bsp_trace_s type bot_entitystate_t (line 146) | typedef struct bot_entitystate_s type botlib_import_t (line 169) | typedef struct botlib_import_s type aas_export_t (line 207) | typedef struct aas_export_s type ea_export_t (line 267) | typedef struct ea_export_s type ai_export_t (line 299) | typedef struct ai_export_s type botlib_export_t (line 398) | typedef struct botlib_export_s FILE: src/game/g_active.c function P_DamageFeedback (line 37) | void P_DamageFeedback( gentity_t *player ) { function P_WorldEffects (line 99) | void P_WorldEffects( gentity_t *ent ) { function G_SetClientSound (line 184) | void G_SetClientSound( gentity_t *ent ) { function ClientImpacts (line 201) | void ClientImpacts( gentity_t *ent, pmove_t *pm ) { function G_TouchTriggers (line 239) | void G_TouchTriggers( gentity_t *ent ) { function SpectatorThink (line 320) | void SpectatorThink( gentity_t *ent, usercmd_t *ucmd ) { function qboolean (line 365) | qboolean ClientInactivityTimer( gclient_t *client ) { function ClientTimerActions (line 397) | void ClientTimerActions( gentity_t *ent, int msec ) { function ClientIntermissionThink (line 440) | void ClientIntermissionThink( gclient_t *client ) { function ClientEvents (line 464) | void ClientEvents( gentity_t *ent, int oldEventSequence ) { function SendPendingPredictableEvents (line 556) | void SendPendingPredictableEvents( playerState_t *ps ) { function ClientThink_real (line 597) | void ClientThink_real( gentity_t *ent ) { function ClientThink (line 819) | void ClientThink( int clientNum ) { function G_RunClient (line 835) | void G_RunClient( gentity_t *ent ) { function SpectatorClientEndFrame (line 850) | void SpectatorClientEndFrame( gentity_t *ent ) { function ClientEndFrame (line 899) | void ClientEndFrame( gentity_t *ent ) { FILE: src/game/g_arenas.c function UpdateTournamentInfo (line 40) | void UpdateTournamentInfo( void ) { function gentity_t (line 100) | static gentity_t *SpawnModelOnVictoryPad( gentity_t *pad, vec3_t offset,... function CelebrateStop (line 164) | static void CelebrateStop( gentity_t *player ) { function CelebrateStart (line 178) | static void CelebrateStart( gentity_t *player ) { function PodiumPlacementThink (line 196) | static void PodiumPlacementThink( gentity_t *podium ) { function gentity_t (line 252) | static gentity_t *SpawnPodium( void ) { function SpawnModelsOnVictoryPads (line 289) | void SpawnModelsOnVictoryPads( void ) { function Svcmd_AbortPodium_f (line 328) | void Svcmd_AbortPodium_f( void ) { FILE: src/game/g_bot.c type botSpawnQueue_t (line 41) | typedef struct { function trap_Cvar_VariableValue (line 55) | float trap_Cvar_VariableValue( const char *var_name ) { function G_ParseInfos (line 69) | int G_ParseInfos( char *buf, int max, char *infos[] ) { function G_LoadArenasFromFile (line 125) | static void G_LoadArenasFromFile( char *filename ) { function G_LoadArenas (line 153) | static void G_LoadArenas( void ) { function PlayerIntroSound (line 212) | static void PlayerIntroSound( const char *modelAndSkin ) { function G_AddRandomBot (line 237) | void G_AddRandomBot( int team ) { function G_RemoveRandomBot (line 307) | int G_RemoveRandomBot( int team ) { function G_CountHumanPlayers (line 336) | int G_CountHumanPlayers( int team ) { function G_CountBotPlayers (line 362) | int G_CountBotPlayers( int team ) { function G_CheckMinimumPlayers (line 397) | void G_CheckMinimumPlayers( void ) { function G_CheckBotSpawn (line 472) | void G_CheckBotSpawn( void ) { function AddBotToSpawnQueue (line 501) | static void AddBotToSpawnQueue( int clientNum, int delay ) { function G_RemoveQueuedBotBegin (line 525) | void G_RemoveQueuedBotBegin( int clientNum ) { function qboolean (line 542) | qboolean G_BotConnect( int clientNum, qboolean restart ) { function G_AddBot (line 566) | static void G_AddBot( const char *name, float skill, const char *team, i... function Svcmd_AddBot_f (line 707) | void Svcmd_AddBot_f( void ) { function Svcmd_BotList_f (line 766) | void Svcmd_BotList_f( void ) { function G_SpawnBots (line 801) | static void G_SpawnBots( char *botList, int baseDelay ) { function G_LoadBotsFromFile (line 859) | static void G_LoadBotsFromFile( char *filename ) { function G_LoadBots (line 887) | static void G_LoadBots( void ) { function G_InitBots (line 962) | void G_InitBots( qboolean restart ) { FILE: src/game/g_client.c function SP_info_player_deathmatch (line 37) | void SP_info_player_deathmatch( gentity_t *ent ) { function SP_info_player_start (line 53) | void SP_info_player_start(gentity_t *ent) { function SP_info_player_intermission (line 61) | void SP_info_player_intermission( gentity_t *ent ) { function qboolean (line 81) | qboolean SpotWouldTelefrag( gentity_t *spot ) { function gentity_t (line 111) | gentity_t *SelectNearestDeathmatchSpawnPoint( vec3_t from ) { function gentity_t (line 143) | gentity_t *SelectRandomDeathmatchSpawnPoint( void ) { function gentity_t (line 175) | gentity_t *SelectRandomFurthestSpawnPoint ( vec3_t avoidPoint, vec3_t or... function gentity_t (line 241) | gentity_t *SelectSpawnPoint ( vec3_t avoidPoint, vec3_t origin, vec3_t a... function gentity_t (line 281) | gentity_t *SelectInitialSpawnPoint( vec3_t origin, vec3_t angles ) { function gentity_t (line 308) | gentity_t *SelectSpectatorSpawnPoint( vec3_t origin, vec3_t angles ) { function InitBodyQue (line 330) | void InitBodyQue (void) { function BodySink (line 350) | void BodySink( gentity_t *ent ) { function CopyToBodyQue (line 369) | void CopyToBodyQue( gentity_t *ent ) { function SetClientViewAngle (line 458) | void SetClientViewAngle( gentity_t *ent, vec3_t angle ) { function respawn (line 477) | void respawn( gentity_t *ent ) { function team_t (line 495) | team_t TeamCount( int ignoreClientNum, int team ) { function TeamLeader (line 521) | int TeamLeader( int team ) { function team_t (line 544) | team_t PickTeam( int ignoreClientNum ) { function ClientCleanName (line 588) | static void ClientCleanName( const char *in, char *out, int outSize ) { function ClientUserinfoChanged (line 677) | void ClientUserinfoChanged( int clientNum ) { function ClientBegin (line 946) | void ClientBegin( int clientNum ) { function ClientSpawn (line 1004) | void ClientSpawn(gentity_t *ent) { function ClientDisconnect (line 1229) | void ClientDisconnect( int clientNum ) { FILE: src/game/g_cmds.c function DeathmatchScoreboardMessage (line 33) | void DeathmatchScoreboardMessage( gentity_t *ent ) { function Cmd_Score_f (line 98) | void Cmd_Score_f( gentity_t *ent ) { function qboolean (line 109) | qboolean CheatsOk( gentity_t *ent ) { function SanitizeString (line 161) | void SanitizeString( char *in, char *out ) { function ClientNumberFromString (line 185) | int ClientNumberFromString( gentity_t *to, char *s ) { function Cmd_Give_f (line 230) | void Cmd_Give_f (gentity_t *ent) function Cmd_God_f (line 333) | void Cmd_God_f (gentity_t *ent) function Cmd_Notarget_f (line 360) | void Cmd_Notarget_f( gentity_t *ent ) { function Cmd_Noclip_f (line 384) | void Cmd_Noclip_f( gentity_t *ent ) { function Cmd_LevelShot_f (line 412) | void Cmd_LevelShot_f( gentity_t *ent ) { function Cmd_TeamTask_f (line 439) | void Cmd_TeamTask_f( gentity_t *ent ) { function Cmd_Kill_f (line 464) | void Cmd_Kill_f( gentity_t *ent ) { function BroadcastTeamChange (line 483) | void BroadcastTeamChange( gclient_t *client, int oldTeam ) function SetTeam (line 505) | void SetTeam( gentity_t *ent, char *s ) { function StopFollowing (line 646) | void StopFollowing( gentity_t *ent ) { function Cmd_Team_f (line 660) | void Cmd_Team_f( gentity_t *ent ) { function Cmd_Follow_f (line 707) | void Cmd_Follow_f( gentity_t *ent ) { function Cmd_FollowCycle_f (line 754) | void Cmd_FollowCycle_f( gentity_t *ent, int dir ) { function G_SayTo (line 809) | static void G_SayTo( gentity_t *ent, gentity_t *other, int mode, int col... function G_Say (line 839) | void G_Say( gentity_t *ent, gentity_t *target, int mode, const char *cha... function Cmd_Say_f (line 905) | static void Cmd_Say_f( gentity_t *ent, int mode, qboolean arg0 ) { function Cmd_Tell_f (line 929) | static void Cmd_Tell_f( gentity_t *ent ) { function G_VoiceTo (line 962) | static void G_VoiceTo( gentity_t *ent, gentity_t *other, int mode, const... function G_Voice (line 999) | void G_Voice( gentity_t *ent, gentity_t *target, int mode, const char *i... function Cmd_Voice_f (line 1029) | static void Cmd_Voice_f( gentity_t *ent, int mode, qboolean arg0, qboole... function Cmd_VoiceTell_f (line 1053) | static void Cmd_VoiceTell_f( gentity_t *ent, qboolean voiceonly ) { function Cmd_VoiceTaunt_f (line 1091) | static void Cmd_VoiceTaunt_f( gentity_t *ent ) { function Cmd_GameCommand_f (line 1170) | void Cmd_GameCommand_f( gentity_t *ent ) { function Cmd_Where_f (line 1195) | void Cmd_Where_f( gentity_t *ent ) { function Cmd_CallVote_f (line 1215) | void Cmd_CallVote_f( gentity_t *ent ) { function Cmd_Vote_f (line 1328) | void Cmd_Vote_f( gentity_t *ent ) { function Cmd_CallTeamVote_f (line 1367) | void Cmd_CallTeamVote_f( gentity_t *ent ) { function Cmd_TeamVote_f (line 1494) | void Cmd_TeamVote_f( gentity_t *ent ) { function Cmd_SetViewpos_f (line 1543) | void Cmd_SetViewpos_f( gentity_t *ent ) { function Cmd_Stats_f (line 1576) | void Cmd_Stats_f( gentity_t *ent ) { function ClientCommand (line 1598) | void ClientCommand( int clientNum ) { FILE: src/game/g_combat.c function ScorePlum (line 33) | void ScorePlum( gentity_t *ent, vec3_t origin, int score ) { function AddScore (line 52) | void AddScore( gentity_t *ent, vec3_t origin, int score ) { function TossClientItems (line 76) | void TossClientItems( gentity_t *self ) { function LookAtKiller (line 134) | void LookAtKiller( gentity_t *self, gentity_t *inflictor, gentity_t *att... function GibEntity (line 159) | void GibEntity( gentity_t *self, int killer ) { function body_die (line 189) | void body_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacke... function CheckAlmostCapture (line 235) | void CheckAlmostCapture( gentity_t *self, gentity_t *attacker ) { function CheckAlmostScored (line 285) | void CheckAlmostScored( gentity_t *self, gentity_t *attacker ) { function player_die (line 318) | void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attac... function CheckArmor (line 551) | int CheckArmor (gentity_t *ent, int damage, int dflags) function RaySphereIntersections (line 587) | int RaySphereIntersections( vec3_t origin, float radius, vec3_t point, v... function G_Damage (line 643) | void G_Damage( gentity_t *targ, gentity_t *inflictor, gentity_t *attacker, function qboolean (line 859) | qboolean CanDamage (gentity_t *targ, vec3_t origin) { function qboolean (line 914) | qboolean G_RadiusDamage ( vec3_t origin, gentity_t *attacker, float dama... FILE: src/game/g_items.c function Pickup_Powerup (line 49) | int Pickup_Powerup( gentity_t *ent, gentity_t *other ) { function Pickup_Holdable (line 119) | int Pickup_Holdable( gentity_t *ent, gentity_t *other ) { function Add_Ammo (line 133) | void Add_Ammo (gentity_t *ent, int weapon, int count) function Pickup_Ammo (line 141) | int Pickup_Ammo (gentity_t *ent, gentity_t *other) function Pickup_Weapon (line 159) | int Pickup_Weapon (gentity_t *ent, gentity_t *other) { function Pickup_Health (line 202) | int Pickup_Health (gentity_t *ent, gentity_t *other) { function Pickup_Armor (line 235) | int Pickup_Armor( gentity_t *ent, gentity_t *other ) { function RespawnItem (line 250) | void RespawnItem( gentity_t *ent ) { function Touch_Item (line 318) | void Touch_Item (gentity_t *ent, gentity_t *other, trace_t *trace) { function gentity_t (line 458) | gentity_t *LaunchItem( gitem_t *item, vec3_t origin, vec3_t velocity ) { function gentity_t (line 504) | gentity_t *Drop_Item( gentity_t *ent, gitem_t *item, float angle ) { function Use_Item (line 527) | void Use_Item( gentity_t *ent, gentity_t *other, gentity_t *activator ) { function FinishSpawningItem (line 541) | void FinishSpawningItem( gentity_t *ent ) { function G_CheckTeamItems (line 607) | void G_CheckTeamItems( void ) { function ClearRegisteredItems (line 632) | void ClearRegisteredItems( void ) { function RegisterItem (line 647) | void RegisterItem( gitem_t *item ) { function SaveRegisteredItems (line 663) | void SaveRegisteredItems( void ) { function G_ItemDisabled (line 688) | int G_ItemDisabled( gitem_t *item ) { function G_SpawnItem (line 706) | void G_SpawnItem (gentity_t *ent, gitem_t *item) { function G_BounceItem (line 735) | void G_BounceItem( gentity_t *ent, trace_t *trace ) { function G_RunItem (line 770) | void G_RunItem( gentity_t *ent ) { FILE: src/game/g_local.h type moverState_t (line 56) | typedef enum { type gentity_t (line 67) | typedef struct gentity_s gentity_t; type gclient_t (line 68) | typedef struct gclient_s gclient_t; type gentity_s (line 70) | struct gentity_s { type clientConnected_t (line 176) | typedef enum { type spectatorState_t (line 182) | typedef enum { type playerTeamStateState_t (line 189) | typedef enum { type playerTeamState_t (line 194) | typedef struct { type clientSession_t (line 221) | typedef struct { type clientPersistant_t (line 236) | typedef struct { type gclient_s (line 255) | struct gclient_s { type level_locals_t (line 323) | typedef struct { type bot_settings_t (line 662) | typedef struct bot_settings_s type bot_settings_s (line 672) | struct bot_settings_s FILE: src/game/g_main.c type cvarTable_t (line 28) | typedef struct { function vmMain (line 175) | intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, in... function G_Printf (line 213) | void QDECL G_Printf( const char *fmt, ... ) { function G_Error (line 224) | void QDECL G_Error( const char *fmt, ... ) { function G_FindTeams (line 246) | void G_FindTeams( void ) { function G_RemapTeamShaders (line 291) | void G_RemapTeamShaders() { function G_RegisterCvars (line 300) | void G_RegisterCvars( void ) { function G_UpdateCvars (line 334) | void G_UpdateCvars( void ) { function G_InitGame (line 369) | void G_InitGame( int levelTime, int randomSeed, int restart ) { function G_ShutdownGame (line 479) | void G_ShutdownGame( int restart ) { function Com_Error (line 503) | void QDECL Com_Error ( int level, const char *error, ... ) { function Com_Printf (line 514) | void QDECL Com_Printf( const char *msg, ... ) { function AddTournamentPlayer (line 543) | void AddTournamentPlayer( void ) { function RemoveTournamentLoser (line 595) | void RemoveTournamentLoser( void ) { function RemoveTournamentWinner (line 617) | void RemoveTournamentWinner( void ) { function AdjustTournamentScores (line 639) | void AdjustTournamentScores( void ) { function SortRanks (line 662) | int QDECL SortRanks( const void *a, const void *b ) { function CalculateRanks (line 723) | void CalculateRanks( void ) { function SendScoreboardMessageToAllClients (line 848) | void SendScoreboardMessageToAllClients( void ) { function MoveClientToIntermission (line 866) | void MoveClientToIntermission( gentity_t *ent ) { function FindIntermissionPoint (line 898) | void FindIntermissionPoint( void ) { function BeginIntermission (line 926) | void BeginIntermission( void ) { function ExitLevel (line 975) | void ExitLevel (void) { function G_LogPrintf (line 1031) | void QDECL G_LogPrintf( const char *fmt, ... ) { function LogExit (line 1067) | void LogExit( const char *string ) { function CheckIntermissionExit (line 1119) | void CheckIntermissionExit( void ) { function qboolean (line 1199) | qboolean ScoreIsTied( void ) { function CheckExitRules (line 1225) | void CheckExitRules( void ) { function CheckTournament (line 1326) | void CheckTournament( void ) { function CheckVote (line 1437) | void CheckVote( void ) { function PrintTeam (line 1471) | void PrintTeam(int team, char *message) { function SetLeader (line 1486) | void SetLeader(int team, int client) { function CheckTeamLeader (line 1515) | void CheckTeamLeader( int team ) { function CheckTeamVote (line 1547) | void CheckTeamVote( int team ) { function CheckCvars (line 1593) | void CheckCvars( void ) { function G_RunThink (line 1613) | void G_RunThink (gentity_t *ent) { function G_RunFrame (line 1638) | void G_RunFrame( int levelTime ) { FILE: src/game/g_mem.c function G_InitMemory (line 55) | void G_InitMemory( void ) { function Svcmd_GameMem_f (line 59) | void Svcmd_GameMem_f( void ) { FILE: src/game/g_misc.c function SP_info_camp (line 36) | void SP_info_camp( gentity_t *self ) { function SP_info_null (line 44) | void SP_info_null( gentity_t *self ) { function SP_info_notnull (line 53) | void SP_info_notnull( gentity_t *self ){ function SP_light (line 65) | void SP_light( gentity_t *self ) { function TeleportPlayer (line 79) | void TeleportPlayer( gentity_t *player, vec3_t origin, vec3_t angles ) { function SP_misc_teleporter_dest (line 132) | void SP_misc_teleporter_dest( gentity_t *ent ) { function SP_misc_model (line 141) | void SP_misc_model( gentity_t *ent ) { function locateCamera (line 158) | void locateCamera( gentity_t *ent ) { function SP_misc_portal_surface (line 208) | void SP_misc_portal_surface(gentity_t *ent) { function SP_misc_portal_camera (line 228) | void SP_misc_portal_camera(gentity_t *ent) { function Use_Shooter (line 248) | void Use_Shooter( gentity_t *ent, gentity_t *other, gentity_t *activator... function InitShooter_Finish (line 289) | static void InitShooter_Finish( gentity_t *ent ) { function InitShooter (line 295) | void InitShooter( gentity_t *ent, int weapon ) { function SP_shooter_rocket (line 319) | void SP_shooter_rocket( gentity_t *ent ) { function SP_shooter_plasma (line 327) | void SP_shooter_plasma( gentity_t *ent ) { function SP_shooter_grenade (line 335) | void SP_shooter_grenade( gentity_t *ent ) { FILE: src/game/g_missile.c function G_BounceMissile (line 33) | void G_BounceMissile( gentity_t *ent, trace_t *trace ) { function G_ExplodeMissile (line 66) | void G_ExplodeMissile( gentity_t *ent ) { function G_MissileImpact (line 99) | void G_MissileImpact( gentity_t *ent, trace_t *trace ) { function G_RunMissile (line 217) | void G_RunMissile( gentity_t *ent ) { function gentity_t (line 275) | gentity_t *fire_plasma (gentity_t *self, vec3_t start, vec3_t dir) { function gentity_t (line 316) | gentity_t *fire_grenade (gentity_t *self, vec3_t start, vec3_t dir) { function gentity_t (line 358) | gentity_t *fire_bfg (gentity_t *self, vec3_t start, vec3_t dir) { function gentity_t (line 398) | gentity_t *fire_rocket (gentity_t *self, vec3_t start, vec3_t dir) { function gentity_t (line 435) | gentity_t *fire_grapple (gentity_t *self, vec3_t start, vec3_t dir) { FILE: src/game/g_mover.c type pushed_t (line 38) | typedef struct { function gentity_t (line 53) | gentity_t *G_TestEntityPosition( gentity_t *ent ) { function G_CreateRotationMatrix (line 79) | void G_CreateRotationMatrix(vec3_t angles, vec3_t matrix[3]) { function G_TransposeMatrix (line 89) | void G_TransposeMatrix(vec3_t matrix[3], vec3_t transpose[3]) { function G_RotatePoint (line 103) | void G_RotatePoint(vec3_t point, vec3_t matrix[3]) { function qboolean (line 119) | qboolean G_TryPushingEntity( gentity_t *check, gentity_t *pusher, vec3_t... function qboolean (line 208) | qboolean G_CheckProxMinePosition( gentity_t *check ) { function qboolean (line 227) | qboolean G_TryPushingProxMine( gentity_t *check, gentity_t *pusher, vec3... function qboolean (line 266) | qboolean G_MoverPush( gentity_t *pusher, vec3_t move, vec3_t amove, gent... function G_MoverTeam (line 386) | void G_MoverTeam( gentity_t *ent ) { function G_RunMover (line 444) | void G_RunMover( gentity_t *ent ) { function SetMoverState (line 475) | void SetMoverState( gentity_t *ent, moverState_t moverState, int time ) { function MatchTeam (line 518) | void MatchTeam( gentity_t *teamLeader, int moverState, int time ) { function ReturnToPos1 (line 533) | void ReturnToPos1( gentity_t *ent ) { function Reached_BinaryMover (line 551) | void Reached_BinaryMover( gentity_t *ent ) { function Use_BinaryMover (line 598) | void Use_BinaryMover( gentity_t *ent, gentity_t *other, gentity_t *activ... function InitMover (line 679) | void InitMover( gentity_t *ent ) { function Blocked_Door (line 766) | void Blocked_Door( gentity_t *ent, gentity_t *other ) { function Touch_DoorTriggerSpectator (line 795) | static void Touch_DoorTriggerSpectator( gentity_t *ent, gentity_t *other... function Touch_DoorTrigger (line 823) | void Touch_DoorTrigger( gentity_t *ent, gentity_t *other, trace_t *trace... function Think_SpawnNewDoorTrigger (line 845) | void Think_SpawnNewDoorTrigger( gentity_t *ent ) { function Think_MatchTeam (line 889) | void Think_MatchTeam( gentity_t *ent ) { function SP_func_door (line 910) | void SP_func_door (gentity_t *ent) { function Touch_Plat (line 995) | void Touch_Plat( gentity_t *ent, gentity_t *other, trace_t *trace ) { function Touch_PlatCenterTrigger (line 1013) | void Touch_PlatCenterTrigger(gentity_t *ent, gentity_t *other, trace_t *... function SpawnPlatTrigger (line 1033) | void SpawnPlatTrigger( gentity_t *ent ) { function SP_func_plat (line 1080) | void SP_func_plat (gentity_t *ent) { function Touch_Button (line 1138) | void Touch_Button(gentity_t *ent, gentity_t *other, trace_t *trace ) { function SP_func_button (line 1162) | void SP_func_button( gentity_t *ent ) { function Think_BeginMoving (line 1228) | void Think_BeginMoving( gentity_t *ent ) { function Reached_Train (line 1238) | void Reached_Train( gentity_t *ent ) { function Think_SetupTrainTargets (line 1297) | void Think_SetupTrainTargets( gentity_t *ent ) { function SP_path_corner (line 1347) | void SP_path_corner( gentity_t *self ) { function SP_func_train (line 1370) | void SP_func_train (gentity_t *self) { function SP_func_static (line 1417) | void SP_func_static( gentity_t *ent ) { function SP_func_rotating (line 1445) | void SP_func_rotating (gentity_t *ent) { function SP_func_bobbing (line 1494) | void SP_func_bobbing (gentity_t *ent) { function SP_func_pendulum (line 1543) | void SP_func_pendulum(gentity_t *ent) { FILE: src/game/g_public.h type entityShared_t (line 56) | typedef struct { type sharedEntity_t (line 94) | typedef struct { type gameImport_t (line 106) | typedef enum { type gameExport_t (line 397) | typedef enum { FILE: src/game/g_rankings.c function G_RankRunFrame (line 32) | void G_RankRunFrame() function G_RankFireWeapon (line 172) | void G_RankFireWeapon( int self, int weapon ) function G_RankDamage (line 227) | void G_RankDamage( int self, int attacker, int damage, int means_of_death ) function G_RankPlayerDie (line 490) | void G_RankPlayerDie( int self, int attacker, int means_of_death ) function G_RankWeaponTime (line 642) | void G_RankWeaponTime( int self, int weapon ) function G_RankPickupWeapon (line 706) | void G_RankPickupWeapon( int self, int weapon ) function G_RankPickupAmmo (line 757) | void G_RankPickupAmmo( int self, int weapon, int quantity ) function G_RankPickupHealth (line 812) | void G_RankPickupHealth( int self, int quantity ) function G_RankPickupArmor (line 847) | void G_RankPickupArmor( int self, int quantity ) function G_RankPickupPowerup (line 879) | void G_RankPickupPowerup( int self, int powerup ) function G_RankPickupHoldable (line 926) | void G_RankPickupHoldable( int self, int holdable ) function G_RankUseHoldable (line 952) | void G_RankUseHoldable( int self, int holdable ) function G_RankReward (line 978) | void G_RankReward( int self, int award ) function G_RankCapture (line 1004) | void G_RankCapture( int self ) function G_RankUserTeamName (line 1020) | void G_RankUserTeamName( int self, char* team_name ) function G_RankClientDisconnect (line 1036) | void G_RankClientDisconnect( int self ) function G_RankGameOver (line 1067) | void G_RankGameOver( void ) FILE: src/game/g_session.c function G_WriteClientSessionData (line 43) | void G_WriteClientSessionData( gclient_t *client ) { function G_ReadSessionData (line 69) | void G_ReadSessionData( gclient_t *client ) { function G_InitSessionData (line 105) | void G_InitSessionData( gclient_t *client, char *userinfo ) { function G_InitWorldSession (line 162) | void G_InitWorldSession( void ) { function G_WriteSessionData (line 183) | void G_WriteSessionData( void ) { FILE: src/game/g_spawn.c function qboolean (line 26) | qboolean G_SpawnString( const char *key, const char *defaultString, char... function qboolean (line 45) | qboolean G_SpawnFloat( const char *key, const char *defaultString, float... function qboolean (line 54) | qboolean G_SpawnInt( const char *key, const char *defaultString, int *ou... function qboolean (line 63) | qboolean G_SpawnVector( const char *key, const char *defaultString, floa... type fieldtype_t (line 77) | typedef enum { type field_t (line 90) | typedef struct type spawn_t (line 124) | typedef struct { function SP_item_botroam (line 189) | void SP_item_botroam( gentity_t *ent ) {} function qboolean (line 270) | qboolean G_CallSpawn( gentity_t *ent ) { function G_ParseField (line 345) | void G_ParseField( const char *key, const char *value, gentity_t *ent ) { function G_SpawnGEntityFromSpawnVars (line 398) | void G_SpawnGEntityFromSpawnVars( void ) { function qboolean (line 496) | qboolean G_ParseSpawnVars( void ) { function SP_worldspawn (line 551) | void SP_worldspawn( void ) { function G_SpawnEntitiesFromString (line 605) | void G_SpawnEntitiesFromString( void ) { FILE: src/game/g_svcmds.c type ipFilter_t (line 62) | typedef struct ipFilter_s function qboolean (line 78) | static qboolean StringToFilter (char *s, ipFilter_t *f) function UpdateIPBans (line 133) | static void UpdateIPBans (void) function qboolean (line 177) | qboolean G_FilterPacket (char *from) function AddIP (line 211) | static void AddIP( char *str ) function G_ProcessIPBans (line 239) | void G_ProcessIPBans(void) function Svcmd_AddIP_f (line 264) | void Svcmd_AddIP_f (void) function Svcmd_RemoveIP_f (line 284) | void Svcmd_RemoveIP_f (void) function Svcmd_EntityList_f (line 319) | void Svcmd_EntityList_f (void) { function gclient_t (line 378) | gclient_t *ClientForString( const char *s ) { function Svcmd_ForceTeam_f (line 422) | void Svcmd_ForceTeam_f( void ) { function qboolean (line 446) | qboolean ConsoleCommand( void ) { FILE: src/game/g_syscalls.c function dllEntry (line 34) | void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) ) { function PASSFLOAT (line 38) | int PASSFLOAT( float x ) { function trap_Printf (line 44) | void trap_Printf( const char *fmt ) { function trap_Error (line 48) | void trap_Error( const char *fmt ) { function trap_Milliseconds (line 52) | int trap_Milliseconds( void ) { function trap_Argc (line 55) | int trap_Argc( void ) { function trap_Argv (line 59) | void trap_Argv( int n, char *buffer, int bufferLength ) { function trap_FS_FOpenFile (line 63) | int trap_FS_FOpenFile( const char *qpath, fileHandle_t *f, fsMode_t mod... function trap_FS_Read (line 67) | void trap_FS_Read( void *buffer, int len, fileHandle_t f ) { function trap_FS_Write (line 71) | void trap_FS_Write( const void *buffer, int len, fileHandle_t f ) { function trap_FS_FCloseFile (line 75) | void trap_FS_FCloseFile( fileHandle_t f ) { function trap_FS_GetFileList (line 79) | int trap_FS_GetFileList( const char *path, const char *extension, char ... function trap_FS_Seek (line 83) | int trap_FS_Seek( fileHandle_t f, long offset, int origin ) { function trap_SendConsoleCommand (line 87) | void trap_SendConsoleCommand( int exec_when, const char *text ) { function trap_Cvar_Register (line 91) | void trap_Cvar_Register( vmCvar_t *cvar, const char *var_name, const cha... function trap_Cvar_Update (line 95) | void trap_Cvar_Update( vmCvar_t *cvar ) { function trap_Cvar_Set (line 99) | void trap_Cvar_Set( const char *var_name, const char *value ) { function trap_Cvar_VariableIntegerValue (line 103) | int trap_Cvar_VariableIntegerValue( const char *var_name ) { function trap_Cvar_VariableStringBuffer (line 107) | void trap_Cvar_VariableStringBuffer( const char *var_name, char *buffer,... function trap_LocateGameData (line 112) | void trap_LocateGameData( gentity_t *gEnts, int numGEntities, int sizeof... function trap_DropClient (line 117) | void trap_DropClient( int clientNum, const char *reason ) { function trap_SendServerCommand (line 121) | void trap_SendServerCommand( int clientNum, const char *text ) { function trap_SetConfigstring (line 125) | void trap_SetConfigstring( int num, const char *string ) { function trap_GetConfigstring (line 129) | void trap_GetConfigstring( int num, char *buffer, int bufferSize ) { function trap_GetUserinfo (line 133) | void trap_GetUserinfo( int num, char *buffer, int bufferSize ) { function trap_SetUserinfo (line 137) | void trap_SetUserinfo( int num, const char *buffer ) { function trap_GetServerinfo (line 141) | void trap_GetServerinfo( char *buffer, int bufferSize ) { function trap_SetBrushModel (line 145) | void trap_SetBrushModel( gentity_t *ent, const char *name ) { function trap_Trace (line 149) | void trap_Trace( trace_t *results, const vec3_t start, const vec3_t mins... function trap_TraceCapsule (line 153) | void trap_TraceCapsule( trace_t *results, const vec3_t start, const vec3... function trap_PointContents (line 157) | int trap_PointContents( const vec3_t point, int passEntityNum ) { function qboolean (line 162) | qboolean trap_InPVS( const vec3_t p1, const vec3_t p2 ) { function qboolean (line 166) | qboolean trap_InPVSIgnorePortals( const vec3_t p1, const vec3_t p2 ) { function trap_AdjustAreaPortalState (line 170) | void trap_AdjustAreaPortalState( gentity_t *ent, qboolean open ) { function qboolean (line 174) | qboolean trap_AreasConnected( int area1, int area2 ) { function trap_LinkEntity (line 178) | void trap_LinkEntity( gentity_t *ent ) { function trap_UnlinkEntity (line 182) | void trap_UnlinkEntity( gentity_t *ent ) { function trap_EntitiesInBox (line 186) | int trap_EntitiesInBox( const vec3_t mins, const vec3_t maxs, int *list,... function qboolean (line 190) | qboolean trap_EntityContact( const vec3_t mins, const vec3_t maxs, const... function qboolean (line 194) | qboolean trap_EntityContactCapsule( const vec3_t mins, const vec3_t maxs... function trap_BotAllocateClient (line 198) | int trap_BotAllocateClient( void ) { function trap_BotFreeClient (line 202) | void trap_BotFreeClient( int clientNum ) { function trap_GetUsercmd (line 206) | void trap_GetUsercmd( int clientNum, usercmd_t *cmd ) { function qboolean (line 210) | qboolean trap_GetEntityToken( char *buffer, int bufferSize ) { function trap_DebugPolygonCreate (line 214) | int trap_DebugPolygonCreate(int color, int numPoints, vec3_t *points) { function trap_DebugPolygonDelete (line 218) | void trap_DebugPolygonDelete(int id) { function trap_RealTime (line 222) | int trap_RealTime( qtime_t *qtime ) { function trap_SnapVector (line 226) | void trap_SnapVector( float *v ) { function trap_BotLibSetup (line 232) | int trap_BotLibSetup( void ) { function trap_BotLibShutdown (line 236) | int trap_BotLibShutdown( void ) { function trap_BotLibVarSet (line 240) | int trap_BotLibVarSet(char *var_name, char *value) { function trap_BotLibVarGet (line 244) | int trap_BotLibVarGet(char *var_name, char *value, int size) { function trap_BotLibDefine (line 248) | int trap_BotLibDefine(char *string) { function trap_BotLibStartFrame (line 252) | int trap_BotLibStartFrame(float time) { function trap_BotLibLoadMap (line 256) | int trap_BotLibLoadMap(const char *mapname) { function trap_BotLibUpdateEntity (line 260) | int trap_BotLibUpdateEntity(int ent, void /* struct bot_updateentity_s *... function trap_BotLibTest (line 264) | int trap_BotLibTest(int parm0, char *parm1, vec3_t parm2, vec3_t parm3) { function trap_BotGetSnapshotEntity (line 268) | int trap_BotGetSnapshotEntity( int clientNum, int sequence ) { function trap_BotGetServerCommand (line 272) | int trap_BotGetServerCommand(int clientNum, char *message, int size) { function trap_BotUserCommand (line 276) | void trap_BotUserCommand(int clientNum, usercmd_t *ucmd) { function trap_AAS_EntityInfo (line 280) | void trap_AAS_EntityInfo(int entnum, void /* struct aas_entityinfo_s */ ... function trap_AAS_Initialized (line 284) | int trap_AAS_Initialized(void) { function trap_AAS_PresenceTypeBoundingBox (line 288) | void trap_AAS_PresenceTypeBoundingBox(int presencetype, vec3_t mins, vec... function trap_AAS_Time (line 292) | float trap_AAS_Time(void) { function trap_AAS_PointAreaNum (line 298) | int trap_AAS_PointAreaNum(vec3_t point) { function trap_AAS_PointReachabilityAreaIndex (line 302) | int trap_AAS_PointReachabilityAreaIndex(vec3_t point) { function trap_AAS_TraceAreas (line 306) | int trap_AAS_TraceAreas(vec3_t start, vec3_t end, int *areas, vec3_t *po... function trap_AAS_BBoxAreas (line 310) | int trap_AAS_BBoxAreas(vec3_t absmins, vec3_t absmaxs, int *areas, int m... function trap_AAS_AreaInfo (line 314) | int trap_AAS_AreaInfo( int areanum, void /* struct aas_areainfo_s */ *in... function trap_AAS_PointContents (line 318) | int trap_AAS_PointContents(vec3_t point) { function trap_AAS_NextBSPEntity (line 322) | int trap_AAS_NextBSPEntity(int ent) { function trap_AAS_ValueForBSPEpairKey (line 326) | int trap_AAS_ValueForBSPEpairKey(int ent, char *key, char *value, int si... function trap_AAS_VectorForBSPEpairKey (line 330) | int trap_AAS_VectorForBSPEpairKey(int ent, char *key, vec3_t v) { function trap_AAS_FloatForBSPEpairKey (line 334) | int trap_AAS_FloatForBSPEpairKey(int ent, char *key, float *value) { function trap_AAS_IntForBSPEpairKey (line 338) | int trap_AAS_IntForBSPEpairKey(int ent, char *key, int *value) { function trap_AAS_AreaReachability (line 342) | int trap_AAS_AreaReachability(int areanum) { function trap_AAS_AreaTravelTimeToGoalArea (line 346) | int trap_AAS_AreaTravelTimeToGoalArea(int areanum, vec3_t origin, int go... function trap_AAS_EnableRoutingArea (line 350) | int trap_AAS_EnableRoutingArea( int areanum, int enable ) { function trap_AAS_PredictRoute (line 354) | int trap_AAS_PredictRoute(void /*struct aas_predictroute_s*/ *route, int... function trap_AAS_AlternativeRouteGoals (line 360) | int trap_AAS_AlternativeRouteGoals(vec3_t start, int startareanum, vec3_... function trap_AAS_Swimming (line 366) | int trap_AAS_Swimming(vec3_t origin) { function trap_AAS_PredictClientMovement (line 370) | int trap_AAS_PredictClientMovement(void /* struct aas_clientmove_s */ *m... function trap_EA_Say (line 374) | void trap_EA_Say(int client, char *str) { function trap_EA_SayTeam (line 378) | void trap_EA_SayTeam(int client, char *str) { function trap_EA_Command (line 382) | void trap_EA_Command(int client, char *command) { function trap_EA_Action (line 386) | void trap_EA_Action(int client, int action) { function trap_EA_Gesture (line 390) | void trap_EA_Gesture(int client) { function trap_EA_Talk (line 394) | void trap_EA_Talk(int client) { function trap_EA_Attack (line 398) | void trap_EA_Attack(int client) { function trap_EA_Use (line 402) | void trap_EA_Use(int client) { function trap_EA_Respawn (line 406) | void trap_EA_Respawn(int client) { function trap_EA_Crouch (line 410) | void trap_EA_Crouch(int client) { function trap_EA_MoveUp (line 414) | void trap_EA_MoveUp(int client) { function trap_EA_MoveDown (line 418) | void trap_EA_MoveDown(int client) { function trap_EA_MoveForward (line 422) | void trap_EA_MoveForward(int client) { function trap_EA_MoveBack (line 426) | void trap_EA_MoveBack(int client) { function trap_EA_MoveLeft (line 430) | void trap_EA_MoveLeft(int client) { function trap_EA_MoveRight (line 434) | void trap_EA_MoveRight(int client) { function trap_EA_SelectWeapon (line 438) | void trap_EA_SelectWeapon(int client, int weapon) { function trap_EA_Jump (line 442) | void trap_EA_Jump(int client) { function trap_EA_DelayedJump (line 446) | void trap_EA_DelayedJump(int client) { function trap_EA_Move (line 450) | void trap_EA_Move(int client, vec3_t dir, float speed) { function trap_EA_View (line 454) | void trap_EA_View(int client, vec3_t viewangles) { function trap_EA_EndRegular (line 458) | void trap_EA_EndRegular(int client, float thinktime) { function trap_EA_GetInput (line 462) | void trap_EA_GetInput(int client, float thinktime, void /* struct bot_in... function trap_EA_ResetInput (line 466) | void trap_EA_ResetInput(int client) { function trap_BotLoadCharacter (line 470) | int trap_BotLoadCharacter(char *charfile, float skill) { function trap_BotFreeCharacter (line 474) | void trap_BotFreeCharacter(int character) { function trap_Characteristic_Float (line 478) | float trap_Characteristic_Float(int character, int index) { function trap_Characteristic_BFloat (line 484) | float trap_Characteristic_BFloat(int character, int index, float min, fl... function trap_Characteristic_Integer (line 490) | int trap_Characteristic_Integer(int character, int index) { function trap_Characteristic_BInteger (line 494) | int trap_Characteristic_BInteger(int character, int index, int min, int ... function trap_Characteristic_String (line 498) | void trap_Characteristic_String(int character, int index, char *buf, int... function trap_BotAllocChatState (line 502) | int trap_BotAllocChatState(void) { function trap_BotFreeChatState (line 506) | void trap_BotFreeChatState(int handle) { function trap_BotQueueConsoleMessage (line 510) | void trap_BotQueueConsoleMessage(int chatstate, int type, char *message) { function trap_BotRemoveConsoleMessage (line 514) | void trap_BotRemoveConsoleMessage(int chatstate, int handle) { function trap_BotNextConsoleMessage (line 518) | int trap_BotNextConsoleMessage(int chatstate, void /* struct bot_console... function trap_BotNumConsoleMessages (line 522) | int trap_BotNumConsoleMessages(int chatstate) { function trap_BotInitialChat (line 526) | void trap_BotInitialChat(int chatstate, char *type, int mcontext, char *... function trap_BotNumInitialChats (line 530) | int trap_BotNumInitialChats(int chatstate, char *type) { function trap_BotReplyChat (line 534) | int trap_BotReplyChat(int chatstate, char *message, int mcontext, int vc... function trap_BotChatLength (line 538) | int trap_BotChatLength(int chatstate) { function trap_BotEnterChat (line 542) | void trap_BotEnterChat(int chatstate, int client, int sendto) { function trap_BotGetChatMessage (line 546) | void trap_BotGetChatMessage(int chatstate, char *buf, int size) { function trap_StringContains (line 550) | int trap_StringContains(char *str1, char *str2, int casesensitive) { function trap_BotFindMatch (line 554) | int trap_BotFindMatch(char *str, void /* struct bot_match_s */ *match, u... function trap_BotMatchVariable (line 558) | void trap_BotMatchVariable(void /* struct bot_match_s */ *match, int var... function trap_UnifyWhiteSpaces (line 562) | void trap_UnifyWhiteSpaces(char *string) { function trap_BotReplaceSynonyms (line 566) | void trap_BotReplaceSynonyms(char *string, unsigned long int context) { function trap_BotLoadChatFile (line 570) | int trap_BotLoadChatFile(int chatstate, char *chatfile, char *chatname) { function trap_BotSetChatGender (line 574) | void trap_BotSetChatGender(int chatstate, int gender) { function trap_BotSetChatName (line 578) | void trap_BotSetChatName(int chatstate, char *name, int client) { function trap_BotResetGoalState (line 582) | void trap_BotResetGoalState(int goalstate) { function trap_BotResetAvoidGoals (line 586) | void trap_BotResetAvoidGoals(int goalstate) { function trap_BotRemoveFromAvoidGoals (line 590) | void trap_BotRemoveFromAvoidGoals(int goalstate, int number) { function trap_BotPushGoal (line 594) | void trap_BotPushGoal(int goalstate, void /* struct bot_goal_s */ *goal) { function trap_BotPopGoal (line 598) | void trap_BotPopGoal(int goalstate) { function trap_BotEmptyGoalStack (line 602) | void trap_BotEmptyGoalStack(int goalstate) { function trap_BotDumpAvoidGoals (line 606) | void trap_BotDumpAvoidGoals(int goalstate) { function trap_BotDumpGoalStack (line 610) | void trap_BotDumpGoalStack(int goalstate) { function trap_BotGoalName (line 614) | void trap_BotGoalName(int number, char *name, int size) { function trap_BotGetTopGoal (line 618) | int trap_BotGetTopGoal(int goalstate, void /* struct bot_goal_s */ *goal) { function trap_BotGetSecondGoal (line 622) | int trap_BotGetSecondGoal(int goalstate, void /* struct bot_goal_s */ *g... function trap_BotChooseLTGItem (line 626) | int trap_BotChooseLTGItem(int goalstate, vec3_t origin, int *inventory, ... function trap_BotChooseNBGItem (line 630) | int trap_BotChooseNBGItem(int goalstate, vec3_t origin, int *inventory, ... function trap_BotTouchingGoal (line 634) | int trap_BotTouchingGoal(vec3_t origin, void /* struct bot_goal_s */ *go... function trap_BotItemGoalInVisButNotVisible (line 638) | int trap_BotItemGoalInVisButNotVisible(int viewer, vec3_t eye, vec3_t vi... function trap_BotGetLevelItemGoal (line 642) | int trap_BotGetLevelItemGoal(int index, char *classname, void /* struct ... function trap_BotGetNextCampSpotGoal (line 646) | int trap_BotGetNextCampSpotGoal(int num, void /* struct bot_goal_s */ *g... function trap_BotGetMapLocationGoal (line 650) | int trap_BotGetMapLocationGoal(char *name, void /* struct bot_goal_s */ ... function trap_BotAvoidGoalTime (line 654) | float trap_BotAvoidGoalTime(int goalstate, int number) { function trap_BotSetAvoidGoalTime (line 660) | void trap_BotSetAvoidGoalTime(int goalstate, int number, float avoidtime) { function trap_BotInitLevelItems (line 664) | void trap_BotInitLevelItems(void) { function trap_BotUpdateEntityItems (line 668) | void trap_BotUpdateEntityItems(void) { function trap_BotLoadItemWeights (line 672) | int trap_BotLoadItemWeights(int goalstate, char *filename) { function trap_BotFreeItemWeights (line 676) | void trap_BotFreeItemWeights(int goalstate) { function trap_BotInterbreedGoalFuzzyLogic (line 680) | void trap_BotInterbreedGoalFuzzyLogic(int parent1, int parent2, int chil... function trap_BotSaveGoalFuzzyLogic (line 684) | void trap_BotSaveGoalFuzzyLogic(int goalstate, char *filename) { function trap_BotMutateGoalFuzzyLogic (line 688) | void trap_BotMutateGoalFuzzyLogic(int goalstate, float range) { function trap_BotAllocGoalState (line 692) | int trap_BotAllocGoalState(int state) { function trap_BotFreeGoalState (line 696) | void trap_BotFreeGoalState(int handle) { function trap_BotResetMoveState (line 700) | void trap_BotResetMoveState(int movestate) { function trap_BotAddAvoidSpot (line 704) | void trap_BotAddAvoidSpot(int movestate, vec3_t origin, float radius, in... function trap_BotMoveToGoal (line 708) | void trap_BotMoveToGoal(void /* struct bot_moveresult_s */ *result, int ... function trap_BotMoveInDirection (line 712) | int trap_BotMoveInDirection(int movestate, vec3_t dir, float speed, int ... function trap_BotResetAvoidReach (line 716) | void trap_BotResetAvoidReach(int movestate) { function trap_BotResetLastAvoidReach (line 720) | void trap_BotResetLastAvoidReach(int movestate) { function trap_BotReachabilityArea (line 724) | int trap_BotReachabilityArea(vec3_t origin, int testground) { function trap_BotMovementViewTarget (line 728) | int trap_BotMovementViewTarget(int movestate, void /* struct bot_goal_s ... function trap_BotPredictVisiblePosition (line 732) | int trap_BotPredictVisiblePosition(vec3_t origin, int areanum, void /* s... function trap_BotAllocMoveState (line 736) | int trap_BotAllocMoveState(void) { function trap_BotFreeMoveState (line 740) | void trap_BotFreeMoveState(int handle) { function trap_BotInitMoveState (line 744) | void trap_BotInitMoveState(int handle, void /* struct bot_initmove_s */ ... function trap_BotChooseBestFightWeapon (line 748) | int trap_BotChooseBestFightWeapon(int weaponstate, int *inventory) { function trap_BotGetWeaponInfo (line 752) | void trap_BotGetWeaponInfo(int weaponstate, int weapon, void /* struct w... function trap_BotLoadWeaponWeights (line 756) | int trap_BotLoadWeaponWeights(int weaponstate, char *filename) { function trap_BotAllocWeaponState (line 760) | int trap_BotAllocWeaponState(void) { function trap_BotFreeWeaponState (line 764) | void trap_BotFreeWeaponState(int weaponstate) { function trap_BotResetWeaponState (line 768) | void trap_BotResetWeaponState(int weaponstate) { function trap_GeneticParentsAndChildSelection (line 772) | int trap_GeneticParentsAndChildSelection(int numranks, float *ranks, int... function trap_PC_LoadSource (line 776) | int trap_PC_LoadSource( const char *filename ) { function trap_PC_FreeSource (line 780) | int trap_PC_FreeSource( int handle ) { function trap_PC_ReadToken (line 784) | int trap_PC_ReadToken( int handle, pc_token_t *pc_token ) { function trap_PC_SourceFileAndLine (line 788) | int trap_PC_SourceFileAndLine( int handle, char *filename, int *line ) { FILE: src/game/g_target.c function Use_Target_Give (line 30) | void Use_Target_Give( gentity_t *ent, gentity_t *other, gentity_t *activ... function SP_target_give (line 56) | void SP_target_give( gentity_t *ent ) { function Use_target_remove_powerups (line 67) | void Use_target_remove_powerups( gentity_t *ent, gentity_t *other, genti... function SP_target_remove_powerups (line 83) | void SP_target_remove_powerups( gentity_t *ent ) { function Think_Target_Delay (line 94) | void Think_Target_Delay( gentity_t *ent ) { function Use_Target_Delay (line 98) | void Use_Target_Delay( gentity_t *ent, gentity_t *other, gentity_t *acti... function SP_target_delay (line 104) | void SP_target_delay( gentity_t *ent ) { function Use_Target_Score (line 124) | void Use_Target_Score (gentity_t *ent, gentity_t *other, gentity_t *acti... function SP_target_score (line 128) | void SP_target_score( gentity_t *ent ) { function Use_Target_Print (line 142) | void Use_Target_Print (gentity_t *ent, gentity_t *other, gentity_t *acti... function SP_target_print (line 161) | void SP_target_print( gentity_t *ent ) { function Use_Target_Speaker (line 181) | void Use_Target_Speaker (gentity_t *ent, gentity_t *other, gentity_t *ac... function SP_target_speaker (line 198) | void SP_target_speaker( gentity_t *ent ) { function target_laser_think (line 254) | void target_laser_think (gentity_t *self) { function target_laser_on (line 284) | void target_laser_on (gentity_t *self) function target_laser_off (line 291) | void target_laser_off (gentity_t *self) function target_laser_use (line 297) | void target_laser_use (gentity_t *self, gentity_t *other, gentity_t *act... function target_laser_start (line 306) | void target_laser_start (gentity_t *self) function SP_target_laser (line 335) | void SP_target_laser (gentity_t *self) function target_teleporter_use (line 345) | void target_teleporter_use( gentity_t *self, gentity_t *other, gentity_t... function SP_target_teleporter (line 362) | void SP_target_teleporter( gentity_t *self ) { function target_relay_use (line 377) | void target_relay_use (gentity_t *self, gentity_t *other, gentity_t *act... function SP_target_relay (line 398) | void SP_target_relay (gentity_t *self) { function target_kill_use (line 408) | void target_kill_use( gentity_t *self, gentity_t *other, gentity_t *acti... function SP_target_kill (line 412) | void SP_target_kill( gentity_t *self ) { function SP_target_position (line 419) | void SP_target_position( gentity_t *self ){ function target_location_linkup (line 423) | static void target_location_linkup(gentity_t *ent) function SP_target_location (line 461) | void SP_target_location( gentity_t *self ){ FILE: src/game/g_team.c type teamgame_t (line 27) | typedef struct teamgame_s { function Team_InitGame (line 45) | void Team_InitGame( void ) { function OtherTeam (line 59) | int OtherTeam(int team) { function PrintMsg (line 98) | void QDECL PrintMsg( gentity_t *ent, const char *fmt, ... ) { function AddTeamScore (line 124) | void AddTeamScore(vec3_t origin, int team, int score) { function qboolean (line 168) | qboolean OnSameTeam( gentity_t *ent1, gentity_t *ent2 ) { function Team_SetFlagStatus (line 188) | void Team_SetFlagStatus( int team, flagStatus_t status ) { function Team_CheckDroppedItem (line 231) | void Team_CheckDroppedItem( gentity_t *dropped ) { function Team_ForceGesture (line 248) | void Team_ForceGesture(int team) { function Team_FragBonuses (line 274) | void Team_FragBonuses(gentity_t *targ, gentity_t *inflictor, gentity_t *... function Team_CheckHurtCarrier (line 470) | void Team_CheckHurtCarrier(gentity_t *targ, gentity_t *attacker) function gentity_t (line 494) | gentity_t *Team_ResetFlag( int team ) { function Team_ResetFlags (line 527) | void Team_ResetFlags( void ) { function Team_ReturnFlagSound (line 534) | void Team_ReturnFlagSound( gentity_t *ent, int team ) { function Team_TakeFlagSound (line 552) | void Team_TakeFlagSound( gentity_t *ent, int team ) { function Team_CaptureFlagSound (line 590) | void Team_CaptureFlagSound( gentity_t *ent, int team ) { function Team_ReturnFlag (line 608) | void Team_ReturnFlag( int team ) { function Team_FreeEntity (line 618) | void Team_FreeEntity( gentity_t *ent ) { function Team_DroppedFlagThink (line 639) | void Team_DroppedFlagThink(gentity_t *ent) { function Team_TouchOurFlag (line 662) | int Team_TouchOurFlag( gentity_t *ent, gentity_t *other, int team ) { function Team_TouchEnemyFlag (line 757) | int Team_TouchEnemyFlag( gentity_t *ent, gentity_t *other, int team ) { function Pickup_Team (line 777) | int Pickup_Team( gentity_t *ent, gentity_t *other ) { function gentity_t (line 806) | gentity_t *Team_GetLocation(gentity_t *ent) function qboolean (line 845) | qboolean Team_GetLocationMsg(gentity_t *ent, char *loc, int loclen) function gentity_t (line 877) | gentity_t *SelectRandomTeamSpawnPoint( int teamstate, team_t team ) { function gentity_t (line 927) | gentity_t *SelectCTFSpawnPoint ( team_t team, int teamstate, vec3_t orig... function SortClients (line 945) | static int QDECL SortClients( const void *a, const void *b ) { function TeamplayInfoMessage (line 959) | void TeamplayInfoMessage( gentity_t *ent ) { function CheckTeamStatus (line 1017) | void CheckTeamStatus(void) { function SP_team_CTF_redplayer (line 1060) | void SP_team_CTF_redplayer( gentity_t *ent ) { function SP_team_CTF_blueplayer (line 1067) | void SP_team_CTF_blueplayer( gentity_t *ent ) { function SP_team_CTF_redspawn (line 1075) | void SP_team_CTF_redspawn(gentity_t *ent) { function SP_team_CTF_bluespawn (line 1082) | void SP_team_CTF_bluespawn(gentity_t *ent) { FILE: src/game/g_trigger.c function InitTrigger (line 26) | void InitTrigger( gentity_t *self ) { function multi_wait (line 37) | void multi_wait( gentity_t *ent ) { function multi_trigger (line 45) | void multi_trigger( gentity_t *ent, gentity_t *activator ) { function Use_Multi (line 76) | void Use_Multi( gentity_t *ent, gentity_t *other, gentity_t *activator ) { function Touch_Multi (line 80) | void Touch_Multi( gentity_t *self, gentity_t *other, trace_t *trace ) { function SP_trigger_multiple (line 94) | void SP_trigger_multiple( gentity_t *ent ) { function trigger_always_think (line 120) | void trigger_always_think( gentity_t *ent ) { function SP_trigger_always (line 128) | void SP_trigger_always (gentity_t *ent) { function trigger_push_touch (line 143) | void trigger_push_touch (gentity_t *self, gentity_t *other, trace_t *tra... function AimAtTarget (line 160) | void AimAtTarget( gentity_t *self ) { function SP_trigger_push (line 199) | void SP_trigger_push( gentity_t *self ) { function Use_target_push (line 216) | void Use_target_push( gentity_t *self, gentity_t *other, gentity_t *acti... function SP_target_push (line 242) | void SP_target_push( gentity_t *self ) { function trigger_teleporter_touch (line 271) | void trigger_teleporter_touch (gentity_t *self, gentity_t *other, trace_... function SP_trigger_teleport (line 305) | void SP_trigger_teleport( gentity_t *self ) { function hurt_use (line 346) | void hurt_use( gentity_t *self, gentity_t *other, gentity_t *activator ) { function hurt_touch (line 354) | void hurt_touch( gentity_t *self, gentity_t *other, trace_t *trace ) { function SP_trigger_hurt (line 383) | void SP_trigger_hurt( gentity_t *self ) { function func_timer_think (line 426) | void func_timer_think( gentity_t *self ) { function func_timer_use (line 432) | void func_timer_use( gentity_t *self, gentity_t *other, gentity_t *activ... function SP_func_timer (line 445) | void SP_func_timer( gentity_t *self ) { FILE: src/game/g_utils.c type shaderRemap_t (line 27) | typedef struct { function AddRemap (line 38) | void AddRemap(const char *oldShader, const char *newShader, float timeOf... function G_FindConfigstringIndex (line 84) | int G_FindConfigstringIndex( char *name, int start, int max, qboolean cr... function G_ModelIndex (line 116) | int G_ModelIndex( char *name ) { function G_SoundIndex (line 120) | int G_SoundIndex( char *name ) { function G_TeamCommand (line 134) | void G_TeamCommand( team_t team, char *cmd ) { function gentity_t (line 159) | gentity_t *G_Find (gentity_t *from, int fieldofs, const char *match) function gentity_t (line 192) | gentity_t *G_PickTarget (char *targetname) function G_UseTargets (line 235) | void G_UseTargets( gentity_t *ent, gentity_t *activator ) { function G_SetMovedir (line 328) | void G_SetMovedir( vec3_t angles, vec3_t movedir ) { function vectoyaw (line 345) | float vectoyaw( const vec3_t vec ) { function G_InitGentity (line 367) | void G_InitGentity( gentity_t *e ) { function gentity_t (line 389) | gentity_t *G_Spawn( void ) { function qboolean (line 441) | qboolean G_EntitiesFree( void ) { function G_FreeEntity (line 464) | void G_FreeEntity( gentity_t *ed ) { function gentity_t (line 486) | gentity_t *G_TempEntity( vec3_t origin, int event ) { function G_KillBox (line 525) | void G_KillBox (gentity_t *ent) { function G_AddPredictableEvent (line 559) | void G_AddPredictableEvent( gentity_t *ent, int event, int eventParm ) { function G_AddEvent (line 574) | void G_AddEvent( gentity_t *ent, int event, int eventParm ) { function G_Sound (line 604) | void G_Sound( gentity_t *ent, int channel, int soundIndex ) { function G_SetOrigin (line 622) | void G_SetOrigin( gentity_t *ent, vec3_t origin ) { function DebugLine (line 640) | int DebugLine(vec3_t start, vec3_t end, int color) { FILE: src/game/g_weapon.c function G_BounceProjectile (line 39) | void G_BounceProjectile( vec3_t start, vec3_t impact, vec3_t dir, vec3_t... function Weapon_Gauntlet (line 60) | void Weapon_Gauntlet( gentity_t *ent ) { function qboolean (line 69) | qboolean CheckGauntletAttack( gentity_t *ent ) { function SnapVectorTowards (line 135) | void SnapVectorTowards( vec3_t v, vec3_t to ) { function Bullet_Fire (line 151) | void Bullet_Fire (gentity_t *ent, float spread, int damage ) { function BFG_Fire (line 212) | void BFG_Fire ( gentity_t *ent ) { function qboolean (line 235) | qboolean ShotgunPellet( vec3_t start, vec3_t end, gentity_t *ent ) { function ShotgunPattern (line 266) | void ShotgunPattern( vec3_t origin, vec3_t origin2, int seed, gentity_t ... function weapon_supershotgun_fire (line 297) | void weapon_supershotgun_fire (gentity_t *ent) { function weapon_grenadelauncher_fire (line 319) | void weapon_grenadelauncher_fire (gentity_t *ent) { function Weapon_RocketLauncher_Fire (line 341) | void Weapon_RocketLauncher_Fire (gentity_t *ent) { function Weapon_Plasmagun_Fire (line 360) | void Weapon_Plasmagun_Fire (gentity_t *ent) { function weapon_railgun_fire (line 385) | void weapon_railgun_fire (gentity_t *ent) { function Weapon_GrapplingHook_Fire (line 484) | void Weapon_GrapplingHook_Fire (gentity_t *ent) function Weapon_HookFree (line 492) | void Weapon_HookFree (gentity_t *ent) function Weapon_HookThink (line 499) | void Weapon_HookThink (gentity_t *ent) function Weapon_LightningFire (line 524) | void Weapon_LightningFire( gentity_t *ent ) { function qboolean (line 574) | qboolean LogAccuracyHit( gentity_t *target, gentity_t *attacker ) { function CalcMuzzlePoint (line 610) | void CalcMuzzlePoint ( gentity_t *ent, vec3_t forward, vec3_t right, vec... function CalcMuzzlePointOrigin (line 625) | void CalcMuzzlePointOrigin ( gentity_t *ent, vec3_t origin, vec3_t forwa... function FireWeapon (line 640) | void FireWeapon( gentity_t *ent ) { FILE: src/game/q_math.c function Q_rand (line 143) | int Q_rand( int *seed ) { function Q_random (line 148) | float Q_random( int *seed ) { function Q_crandom (line 152) | float Q_crandom( int *seed ) { function VectorCompare (line 158) | int VectorCompare( const vec3_t v1, const vec3_t v2 ) { function vec_t (line 165) | vec_t VectorLength( const vec3_t v ) { function vec_t (line 169) | vec_t VectorLengthSquared( const vec3_t v ) { function vec_t (line 173) | vec_t Distance( const vec3_t p1, const vec3_t p2 ) { function vec_t (line 180) | vec_t DistanceSquared( const vec3_t p1, const vec3_t p2 ) { function VectorNormalizeFast (line 189) | void VectorNormalizeFast( vec3_t v ) function VectorInverse (line 200) | void VectorInverse( vec3_t v ){ function CrossProduct (line 206) | void CrossProduct( const vec3_t v1, const vec3_t v2, vec3_t cross ) { function ClampChar (line 215) | signed char ClampChar( int i ) { function ClampShort (line 225) | signed short ClampShort( int i ) { function DirToByte (line 237) | int DirToByte( vec3_t dir ) { function ByteToDir (line 260) | void ByteToDir( int b, vec3_t dir ) { function ColorBytes3 (line 269) | unsigned ColorBytes3 (float r, float g, float b) { function ColorBytes4 (line 279) | unsigned ColorBytes4 (float r, float g, float b, float a) { function NormalizeColor (line 290) | float NormalizeColor( const vec3_t in, vec3_t out ) { function qboolean (line 320) | qboolean PlaneFromPoints( vec4_t plane, const vec3_t a, const vec3_t b, ... function RotatePointAroundVector (line 341) | void RotatePointAroundVector( vec3_t dst, const vec3_t dir, const vec3_t... function RotateAroundDirection (line 402) | void RotateAroundDirection( vec3_t axis[3], float yaw ) { function vectoangles (line 421) | void vectoangles( const vec3_t value1, vec3_t angles ) { function AnglesToAxis (line 466) | void AnglesToAxis( const vec3_t angles, vec3_t axis[3] ) { function AxisClear (line 474) | void AxisClear( vec3_t axis[3] ) { function AxisCopy (line 486) | void AxisCopy( vec3_t in[3], vec3_t out[3] ) { function ProjectPointOnPlane (line 492) | void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal ) function MakeNormalVectors (line 523) | void MakeNormalVectors( const vec3_t forward, vec3_t right, vec3_t up) { function VectorRotate (line 539) | void VectorRotate( vec3_t in, vec3_t matrix[3], vec3_t out ) function Q_rsqrt (line 552) | float Q_rsqrt( float number ) function Q_fabs (line 574) | float Q_fabs( float f ) { function LerpAngle (line 589) | float LerpAngle (float from, float to, float frac) { function AngleSubtract (line 611) | float AngleSubtract( float a1, float a2 ) { function AnglesSubtract (line 625) | void AnglesSubtract( vec3_t v1, vec3_t v2, vec3_t v3 ) { function AngleMod (line 632) | float AngleMod(float a) { function AngleNormalize360 (line 645) | float AngleNormalize360 ( float angle ) { function AngleNormalize180 (line 657) | float AngleNormalize180 ( float angle ) { function AngleDelta (line 673) | float AngleDelta ( float angle1, float angle2 ) { function SetPlaneSignbits (line 686) | void SetPlaneSignbits (cplane_t *out) { function BoxOnPlaneSide (line 745) | int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p) function BoxOnPlaneSide (line 811) | __declspec( naked ) int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, stru... function RadiusFromBounds (line 1050) | float RadiusFromBounds( const vec3_t mins, const vec3_t maxs ) { function ClearBounds (line 1065) | void ClearBounds( vec3_t mins, vec3_t maxs ) { function AddPointToBounds (line 1070) | void AddPointToBounds( const vec3_t v, vec3_t mins, vec3_t maxs ) { function vec_t (line 1094) | vec_t VectorNormalize( vec3_t v ) { function vec_t (line 1111) | vec_t VectorNormalize2( const vec3_t v, vec3_t out) { function _VectorMA (line 1137) | void _VectorMA( const vec3_t veca, float scale, const vec3_t vecb, vec3_... function vec_t (line 1144) | vec_t _DotProduct( const vec3_t v1, const vec3_t v2 ) { function _VectorSubtract (line 1148) | void _VectorSubtract( const vec3_t veca, const vec3_t vecb, vec3_t out ) { function _VectorAdd (line 1154) | void _VectorAdd( const vec3_t veca, const vec3_t vecb, vec3_t out ) { function _VectorCopy (line 1160) | void _VectorCopy( const vec3_t in, vec3_t out ) { function _VectorScale (line 1166) | void _VectorScale( const vec3_t in, vec_t scale, vec3_t out ) { function Vector4Scale (line 1172) | void Vector4Scale( const vec4_t in, vec_t scale, vec4_t out ) { function Q_log2 (line 1180) | int Q_log2( int val ) { function MatrixMultiply (line 1216) | void MatrixMultiply(float in1[3][3], float in2[3][3], float out[3][3]) { function AngleVectors (line 1238) | void AngleVectors( const vec3_t angles, vec3_t forward, vec3_t right, ve... function PerpendicularVector (line 1276) | void PerpendicularVector( vec3_t dst, const vec3_t src ) FILE: src/game/q_shared.c function Com_Clamp (line 26) | float Com_Clamp( float min, float max, float value ) { function COM_StripExtension (line 61) | void COM_StripExtension( const char *in, char *out ) { function COM_DefaultExtension (line 74) | void COM_DefaultExtension (char *path, int maxSize, const char *extensio... function ShortSwap (line 124) | short ShortSwap (short l) function ShortNoSwap (line 134) | short ShortNoSwap (short l) function LongSwap (line 139) | int LongSwap (int l) function LongNoSwap (line 151) | int LongNoSwap (int l) function qint64 (line 156) | qint64 Long64Swap (qint64 ll) function qint64 (line 172) | qint64 Long64NoSwap (qint64 ll) type _FloatByteUnion (line 177) | typedef union { function FloatSwap (line 182) | float FloatSwap (const float *f) { function FloatNoSwap (line 192) | float FloatNoSwap (const float *f) function COM_BeginParseSession (line 246) | void COM_BeginParseSession( const char *name ) function COM_GetCurrentParseLine (line 252) | int COM_GetCurrentParseLine( void ) function COM_ParseError (line 262) | void COM_ParseError( char *format, ... ) function COM_ParseWarning (line 274) | void COM_ParseWarning( char *format, ... ) function COM_Compress (line 315) | int COM_Compress( char *data_p ) { function COM_ParseInfos (line 498) | int COM_ParseInfos( char *buf, int max, char infos[][MAX_INFO_STRING] ) { function COM_MatchToken (line 551) | void COM_MatchToken( char **buf_p, char *match ) { function SkipBracedSection (line 570) | void SkipBracedSection (char **program) { function SkipRestOfLine (line 593) | void SkipRestOfLine ( char **data ) { function Parse1DMatrix (line 609) | void Parse1DMatrix (char **buf_p, int x, float *m) { function Parse2DMatrix (line 623) | void Parse2DMatrix (char **buf_p, int y, int x, float *m) { function Parse3DMatrix (line 635) | void Parse3DMatrix (char **buf_p, int z, int y, int x, float *m) { function Q_isprint (line 656) | int Q_isprint( int c ) function Q_islower (line 663) | int Q_islower( int c ) function Q_isupper (line 670) | int Q_isupper( int c ) function Q_isalpha (line 677) | int Q_isalpha( int c ) function Q_strncpyz (line 711) | void Q_strncpyz( char *dest, const char *src, int destsize ) { function Q_stricmpn (line 727) | int Q_stricmpn (const char *s1, const char *s2, int n) { function Q_strncmp (line 766) | int Q_strncmp (const char *s1, const char *s2, int n) { function Q_stricmp (line 785) | int Q_stricmp (const char *s1, const char *s2) { function Q_strcat (line 814) | void Q_strcat( char *dest, int size, const char *src ) { function Q_PrintStrlen (line 825) | int Q_PrintStrlen( const char *string ) { function Com_sprintf (line 870) | void QDECL Com_sprintf( char *dest, int size, const char *fmt, ...) { function Info_NextPair (line 991) | void Info_NextPair( const char **head, char *key, char *value ) { function Info_RemoveKey (line 1030) | void Info_RemoveKey( char *s, const char *key ) { function Info_RemoveKey_Big (line 1085) | void Info_RemoveKey_Big( char *s, const char *key ) { function qboolean (line 1146) | qboolean Info_Validate( const char *s ) { function Info_SetValueForKey (line 1163) | void Info_SetValueForKey( char *s, const char *key, const char *value ) { function Info_SetValueForKey_Big (line 1211) | void Info_SetValueForKey_Big( char *s, const char *key, const char *valu... FILE: src/game/q_shared.h function BigShort (line 147) | static ID_INLINE short BigShort( short l) { return ShortSwap(l); } function ID_INLINE (line 149) | static ID_INLINE int BigLong(int l) { LongSwap(l); } function ID_INLINE (line 151) | static ID_INLINE float BigFloat(const float *l) { FloatSwap(l); } function __lwbrx (line 181) | static inline unsigned int __lwbrx(register void *addr, register int off... function __lhbrx (line 188) | static inline unsigned short __lhbrx(register void *addr, register int o... function __fctiw (line 195) | static inline float __fctiw(register float f) { function LittleShort (line 204) | static inline short LittleShort(short l) { return ShortSwap(l); } function LittleLong (line 206) | static inline int LittleLong (int l) { return LongSwap(l); } function LittleFloat (line 208) | static inline float LittleFloat (const float l) { return FloatSwap(&l); } function LittleShort (line 227) | static inline short LittleShort(short l) { return ShortSwap(l); } function LittleLong (line 229) | static inline int LittleLong (int l) { return LongSwap(l); } function LittleFloat (line 231) | static inline float LittleFloat (const float l) { return FloatSwap(&l); } function BigShort (line 266) | inline static short BigShort( short l) { return ShortSwap(l); } function BigLong (line 268) | inline static int BigLong(int l) { return LongSwap(l); } function BigFloat (line 270) | inline static float BigFloat(const float *l) { return FloatSwap(l); } function LittleShort (line 274) | inline static short LittleShort(short l) { return ShortSwap(l); } function LittleLong (line 276) | inline static int LittleLong (int l) { return LongSwap(l); } function LittleFloat (line 278) | inline static float LittleFloat (const float *l) { return FloatSwap(l); } function BigShort (line 304) | static short BigShort( short l) { return ShortSwap(l); } function BigLong (line 306) | static int BigLong(int l) { LongSwap(l); } function BigFloat (line 308) | static float BigFloat(const float *l) { FloatSwap(l); } function LittleShort (line 312) | static short LittleShort(short l) { return ShortSwap(l); } function LittleLong (line 314) | static int LittleLong (int l) { return LongSwap(l); } function LittleFloat (line 316) | static float LittleFloat (const float *l) { return FloatSwap(l); } type byte (line 323) | typedef unsigned char byte; type qboolean (line 325) | typedef enum {qfalse, qtrue} qboolean; type qhandle_t (line 327) | typedef int qhandle_t; type sfxHandle_t (line 328) | typedef int sfxHandle_t; type fileHandle_t (line 329) | typedef int fileHandle_t; type clipHandle_t (line 330) | typedef int clipHandle_t; type cbufExec_t (line 374) | typedef enum { type printParm_t (line 389) | typedef enum { type errorParm_t (line 402) | typedef enum { type ha_pref (line 437) | typedef enum { type vec_t (line 481) | typedef float vec_t; type vec_t (line 482) | typedef vec_t vec2_t[2]; type vec_t (line 483) | typedef vec_t vec3_t[3]; type vec_t (line 484) | typedef vec_t vec4_t[4]; type vec_t (line 485) | typedef vec_t vec5_t[5]; type fixed4_t (line 487) | typedef int fixed4_t; type fixed8_t (line 488) | typedef int fixed8_t; type fixed16_t (line 489) | typedef int fixed16_t; type cplane_s (line 557) | struct cplane_s function Q_rsqrt (line 568) | static inline float Q_rsqrt( float number ) { function Q_fabs (line 580) | static inline float Q_fabs(float x) { type vec3struct_t (line 628) | typedef struct { function ID_INLINE (line 660) | static ID_INLINE int VectorCompare( const vec3_t v1, const vec3_t v2 ) { function ID_INLINE (line 667) | static ID_INLINE vec_t VectorLength( const vec3_t v ) { function ID_INLINE (line 671) | static ID_INLINE vec_t VectorLengthSquared( const vec3_t v ) { function ID_INLINE (line 675) | static ID_INLINE vec_t Distance( const vec3_t p1, const vec3_t p2 ) { function ID_INLINE (line 682) | static ID_INLINE vec_t DistanceSquared( const vec3_t p1, const vec3_t p2... function ID_INLINE (line 691) | static ID_INLINE void VectorNormalizeFast( vec3_t v ) function ID_INLINE (line 702) | static ID_INLINE void VectorInverse( vec3_t v ){ function ID_INLINE (line 708) | static ID_INLINE void CrossProduct( const vec3_t v1, const vec3_t v2, ve... type cplane_s (line 754) | struct cplane_s type cplane_s (line 755) | struct cplane_s type pc_token_t (line 808) | typedef struct pc_token_s type fsMode_t (line 832) | typedef enum { type fsOrigin_t (line 839) | typedef enum { type qint64 (line 873) | typedef struct type cvar_t (line 949) | typedef struct cvar_s { type cvarHandle_t (line 965) | typedef int cvarHandle_t; type vmCvar_t (line 969) | typedef struct { type cplane_t (line 1005) | typedef struct cplane_s { type trace_t (line 1015) | typedef struct { type markFragment_t (line 1031) | typedef struct { type orientation_t (line 1038) | typedef struct { type soundChannel_t (line 1057) | typedef enum { type gameState_t (line 1115) | typedef struct { type playerState_t (line 1143) | typedef struct playerState_s { type usercmd_t (line 1243) | typedef struct usercmd_s { type trType_t (line 1256) | typedef enum { type trajectory_t (line 1265) | typedef struct { type entityState_t (line 1280) | typedef struct entityState_s { type connstate_t (line 1324) | typedef enum { type glyphInfo_t (line 1344) | typedef struct { type fontInfo_t (line 1360) | typedef struct { type qtime_t (line 1372) | typedef struct qtime_s { type e_status (line 1394) | typedef enum { type flagStatus_t (line 1404) | typedef enum _flag_status { FILE: src/q3_ui/keycodes.h type keyNum_t (line 32) | typedef enum { FILE: src/q3_ui/ui_addbots.c type addBotsMenuInfo_t (line 60) | typedef struct { function UI_AddBotsMenu_FightEvent (line 87) | static void UI_AddBotsMenu_FightEvent( void* ptr, int event ) { function UI_AddBotsMenu_BotEvent (line 110) | static void UI_AddBotsMenu_BotEvent( void* ptr, int event ) { function UI_AddBotsMenu_BackEvent (line 126) | static void UI_AddBotsMenu_BackEvent( void* ptr, int event ) { function UI_AddBotsMenu_SetBotNames (line 139) | static void UI_AddBotsMenu_SetBotNames( void ) { function UI_AddBotsMenu_UpEvent (line 156) | static void UI_AddBotsMenu_UpEvent( void* ptr, int event ) { function UI_AddBotsMenu_DownEvent (line 173) | static void UI_AddBotsMenu_DownEvent( void* ptr, int event ) { function UI_AddBotsMenu_SortCompare (line 190) | static int QDECL UI_AddBotsMenu_SortCompare( const void *arg1, const voi... function UI_AddBotsMenu_GetSortedBotNums (line 207) | static void UI_AddBotsMenu_GetSortedBotNums( void ) { function UI_AddBotsMenu_Draw (line 224) | static void UI_AddBotsMenu_Draw( void ) { function UI_AddBotsMenu_Init (line 258) | static void UI_AddBotsMenu_Init( void ) { function UI_AddBots_Cache (line 392) | void UI_AddBots_Cache( void ) { function UI_AddBotsMenu (line 409) | void UI_AddBotsMenu( void ) { FILE: src/q3_ui/ui_atoms.c function Com_Error (line 36) | void QDECL Com_Error( int level, const char *error, ... ) { function Com_Printf (line 47) | void QDECL Com_Printf( const char *msg, ... ) { function UI_ClampCvar (line 65) | float UI_ClampCvar( float min, float max, float value ) function UI_StartDemoLoop (line 77) | void UI_StartDemoLoop( void ) { function UI_PushMenu (line 86) | void UI_PushMenu( menuframework_s *menu ) function UI_PopMenu (line 139) | void UI_PopMenu (void) function UI_ForceMenuOff (line 157) | void UI_ForceMenuOff (void) function UI_LerpColor (line 172) | void UI_LerpColor(vec4_t a, vec4_t b, vec4_t c, float t) function UI_DrawBannerString2 (line 345) | static void UI_DrawBannerString2( int x, int y, const char* str, vec4_t ... function UI_DrawBannerString (line 388) | void UI_DrawBannerString( int x, int y, const char* str, int style, vec4... function UI_ProportionalStringWidth (line 433) | int UI_ProportionalStringWidth( const char* str ) { function UI_DrawProportionalString2 (line 455) | static void UI_DrawProportionalString2( int x, int y, const char* str, v... function UI_ProportionalSizeScale (line 503) | float UI_ProportionalSizeScale( int style ) { function UI_DrawProportionalString (line 517) | void UI_DrawProportionalString( int x, int y, const char* str, int style... function UI_DrawProportionalString_AutoWrapped (line 578) | void UI_DrawProportionalString_AutoWrapped( int x, int y, int xmax, int ... function UI_DrawString2 (line 642) | static void UI_DrawString2( int x, int y, const char* str, vec4_t color,... function UI_DrawString (line 702) | void UI_DrawString( int x, int y, const char* str, int style, vec4_t col... function UI_DrawChar (line 781) | void UI_DrawChar( int x, int y, int ch, int style, vec4_t color ) function qboolean (line 791) | qboolean UI_IsFullscreen( void ) { function NeedCDAction (line 799) | static void NeedCDAction( qboolean result ) { function NeedCDKeyAction (line 805) | static void NeedCDKeyAction( qboolean result ) { function UI_SetActiveMenu (line 811) | void UI_SetActiveMenu( uiMenuCommand_t menu ) { function UI_KeyEvent (line 855) | void UI_KeyEvent( int key, int down ) { function UI_MouseEvent (line 880) | void UI_MouseEvent( int dx, int dy ) function UI_Cache_f (line 962) | void UI_Cache_f( void ) { function qboolean (line 1003) | qboolean UI_ConsoleCommand( int realTime ) { function UI_Shutdown (line 1059) | void UI_Shutdown( void ) { function UI_Init (line 1067) | void UI_Init( void ) { function UI_AdjustFrom640 (line 1100) | void UI_AdjustFrom640( float *x, float *y, float *w, float *h ) { function UI_DrawNamedPic (line 1108) | void UI_DrawNamedPic( float x, float y, float width, float height, const... function UI_DrawHandlePic (line 1116) | void UI_DrawHandlePic( float x, float y, float w, float h, qhandle_t hSh... function UI_FillRect (line 1153) | void UI_FillRect( float x, float y, float width, float height, const flo... function UI_DrawRect (line 1169) | void UI_DrawRect( float x, float y, float width, float height, const flo... function UI_SetColor (line 1182) | void UI_SetColor( const float *rgba ) { function UI_UpdateScreen (line 1186) | void UI_UpdateScreen( void ) { function UI_Refresh (line 1195) | void UI_Refresh( int realtime ) function UI_DrawTextBox (line 1252) | void UI_DrawTextBox (int x, int y, int width, int lines) function qboolean (line 1258) | qboolean UI_CursorInRect (int x, int y, int width, int height) FILE: src/q3_ui/ui_cdkey.c type cdkeyMenuInfo_t (line 46) | typedef struct { function UI_CDKeyMenu_Event (line 66) | static void UI_CDKeyMenu_Event( void *ptr, int event ) { function UI_CDKeyMenu_PreValidateKey (line 91) | static int UI_CDKeyMenu_PreValidateKey( const char *key ) { function UI_CDKeyMenu_DrawKey (line 131) | static void UI_CDKeyMenu_DrawKey( void *self ) { function UI_CDKeyMenu_Init (line 189) | static void UI_CDKeyMenu_Init( void ) { function UI_CDKeyMenu_Cache (line 264) | void UI_CDKeyMenu_Cache( void ) { function UI_CDKeyMenu (line 278) | void UI_CDKeyMenu( void ) { function UI_CDKeyMenu_f (line 289) | void UI_CDKeyMenu_f( void ) { FILE: src/q3_ui/ui_cinematics.c type cinematicsMenuInfo_t (line 46) | typedef struct { function UI_CinematicsMenu_BackEvent (line 84) | static void UI_CinematicsMenu_BackEvent( void *ptr, int event ) { function UI_CinematicsMenu_Event (line 97) | static void UI_CinematicsMenu_Event( void *ptr, int event ) { function UI_CinematicsMenu_Init (line 119) | static void UI_CinematicsMenu_Init( void ) { function UI_CinematicsMenu_Cache (line 320) | void UI_CinematicsMenu_Cache( void ) { function UI_CinematicsMenu (line 333) | void UI_CinematicsMenu( void ) { function UI_CinematicsMenu_f (line 344) | void UI_CinematicsMenu_f( void ) { FILE: src/q3_ui/ui_confirm.c type confirmMenu_t (line 41) | typedef struct { function ConfirmMenu_Event (line 65) | static void ConfirmMenu_Event( void* ptr, int event ) { function sfxHandle_t (line 92) | static sfxHandle_t ConfirmMenu_Key( int key ) { function MessageMenu_Draw (line 121) | static void MessageMenu_Draw( void ) { function ConfirmMenu_Draw (line 145) | static void ConfirmMenu_Draw( void ) { function ConfirmMenu_Cache (line 163) | void ConfirmMenu_Cache( void ) { function UI_ConfirmMenu_Style (line 173) | void UI_ConfirmMenu_Style( const char *question, int style, void (*draw)... function UI_ConfirmMenu (line 241) | void UI_ConfirmMenu( const char *question, void (*draw)( void ), void (*... function UI_Message (line 251) | void UI_Message( const char **lines ) { FILE: src/q3_ui/ui_connect.c function UI_ReadableSize (line 39) | static void UI_ReadableSize ( char *buf, int bufsize, int value ) function UI_PrintTime (line 57) | static void UI_PrintTime ( char *buf, int bufsize, int time ) { function UI_DisplayDownloadInfo (line 69) | static void UI_DisplayDownloadInfo( const char *downloadName ) { function UI_DrawConnectScreen (line 178) | void UI_DrawConnectScreen( qboolean overlay ) { function UI_KeyConnect (line 277) | void UI_KeyConnect( int key ) { FILE: src/q3_ui/ui_controls2.c type bind_t (line 40) | typedef struct { type configcvar_t (line 51) | typedef struct type controls_t (line 150) | typedef struct function Controls_InitCvars (line 343) | static void Controls_InitCvars( void ) function Controls_GetCvarDefault (line 371) | static float Controls_GetCvarDefault( char* name ) function Controls_GetCvarValue (line 394) | static float Controls_GetCvarValue( char* name ) function Controls_UpdateModel (line 418) | static void Controls_UpdateModel( int anim ) { function Controls_Update (line 546) | static void Controls_Update( void ) { function Controls_DrawKeyBinding (line 643) | static void Controls_DrawKeyBinding( void *self ) function Controls_StatusBar (line 719) | static void Controls_StatusBar( void *self ) function Controls_DrawPlayer (line 730) | static void Controls_DrawPlayer( void *self ) { function Controls_GetKeyAssignment (line 751) | static void Controls_GetKeyAssignment (char *command, int *twokeys) function Controls_GetConfig (line 780) | static void Controls_GetConfig( void ) function Controls_SetConfig (line 814) | static void Controls_SetConfig( void ) function Controls_SetDefaults (line 855) | static void Controls_SetDefaults( void ) function sfxHandle_t (line 886) | static sfxHandle_t Controls_MenuKey( int key ) function Controls_ResetDefaults_Action (line 1009) | static void Controls_ResetDefaults_Action( qboolean result ) { function Controls_ResetDefaults_Draw (line 1024) | static void Controls_ResetDefaults_Draw( void ) { function Controls_MenuEvent (line 1034) | static void Controls_MenuEvent( void* ptr, int event ) function Controls_ActionEvent (line 1120) | static void Controls_ActionEvent( void* ptr, int event ) function Controls_InitModel (line 1142) | static void Controls_InitModel( void ) function Controls_InitWeapons (line 1156) | static void Controls_InitWeapons( void ) { function Controls_MenuInit (line 1172) | static void Controls_MenuInit( void ) function Controls_Cache (line 1615) | void Controls_Cache( void ) { function UI_ControlsMenu (line 1628) | void UI_ControlsMenu( void ) { FILE: src/q3_ui/ui_credits.c type creditsmenu_t (line 35) | typedef struct { function sfxHandle_t (line 47) | static sfxHandle_t UI_CreditMenu_Key( int key ) { function UI_CreditMenu_Draw (line 62) | static void UI_CreditMenu_Draw( void ) { function UI_CreditMenu (line 122) | void UI_CreditMenu( void ) { FILE: src/q3_ui/ui_demo2.c type demos_t (line 58) | typedef struct { function Demos_MenuEvent (line 86) | static void Demos_MenuEvent( void *ptr, int event ) { function sfxHandle_t (line 118) | static sfxHandle_t UI_DemosMenu_Key( int key ) { function Demos_MenuInit (line 132) | static void Demos_MenuInit( void ) { function Demos_Cache (line 271) | void Demos_Cache( void ) { function UI_DemosMenu (line 288) | void UI_DemosMenu( void ) { FILE: src/q3_ui/ui_display.c type displayOptionsInfo_t (line 48) | typedef struct { function UI_DisplayOptionsMenu_Event (line 74) | static void UI_DisplayOptionsMenu_Event( void* ptr, int event ) { function UI_DisplayOptionsMenu_Init (line 118) | static void UI_DisplayOptionsMenu_Init( void ) { function UI_DisplayOptionsMenu_Cache (line 248) | void UI_DisplayOptionsMenu_Cache( void ) { function UI_DisplayOptionsMenu (line 261) | void UI_DisplayOptionsMenu( void ) { FILE: src/q3_ui/ui_gameinfo.c function UI_InitMemory (line 74) | void UI_InitMemory( void ) { function UI_ParseInfos (line 84) | int UI_ParseInfos( char *buf, int max, char *infos[] ) { function UI_LoadArenasFromFile (line 140) | static void UI_LoadArenasFromFile( char *filename ) { function UI_LoadArenas (line 168) | static void UI_LoadArenas( void ) { function UI_LoadBotsFromFile (line 329) | static void UI_LoadBotsFromFile( char *filename ) { function UI_LoadBots (line 358) | static void UI_LoadBots( void ) { function UI_GetBestScore (line 435) | void UI_GetBestScore( int level, int *score, int *skill ) { function UI_SetBestScore (line 482) | void UI_SetBestScore( int level, int score ) { function UI_LogAwardData (line 520) | void UI_LogAwardData( int award, int data ) { function UI_GetAwardLevel (line 549) | int UI_GetAwardLevel( int award ) { function UI_TierCompleted (line 565) | int UI_TierCompleted( int levelWon ) { function qboolean (line 603) | qboolean UI_ShowTierVideo( int tier ) { function qboolean (line 630) | qboolean UI_CanShowTierVideo( int tier ) { function UI_GetCurrentGame (line 660) | int UI_GetCurrentGame( void ) { function UI_NewGame (line 697) | void UI_NewGame( void ) { function UI_GetNumArenas (line 713) | int UI_GetNumArenas( void ) { function UI_GetNumSPArenas (line 723) | int UI_GetNumSPArenas( void ) { function UI_GetNumSPTiers (line 733) | int UI_GetNumSPTiers( void ) { function UI_GetNumBots (line 743) | int UI_GetNumBots( void ) { function UI_SPUnlock_f (line 753) | void UI_SPUnlock_f( void ) { function UI_SPUnlockMedals_f (line 785) | void UI_SPUnlockMedals_f( void ) { function UI_InitGameinfo (line 808) | void UI_InitGameinfo( void ) { FILE: src/q3_ui/ui_ingame.c type ingamemenu_t (line 51) | typedef struct { function InGame_RestartAction (line 75) | static void InGame_RestartAction( qboolean result ) { function InGame_QuitAction (line 90) | static void InGame_QuitAction( qboolean result ) { function InGame_Event (line 104) | void InGame_Event( void *ptr, int notification ) { function InGame_MenuInit (line 158) | void InGame_MenuInit( void ) { function InGame_Cache (line 329) | void InGame_Cache( void ) { function UI_InGameMenu (line 339) | void UI_InGameMenu( void ) { FILE: src/q3_ui/ui_local.h type menuframework_s (line 149) | typedef struct _tag_menuframework type menucommon_s (line 165) | typedef struct type mfield_t (line 184) | typedef struct { type menufield_s (line 192) | typedef struct type menuslider_s (line 198) | typedef struct type menulist_s (line 209) | typedef struct type menuaction_s (line 226) | typedef struct type menuradiobutton_s (line 231) | typedef struct type menubitmap_s (line 237) | typedef struct type menutext_s (line 249) | typedef struct type lerpFrame_t (line 454) | typedef struct { type playerInfo_t (line 473) | typedef struct { type uiStatic_t (line 530) | typedef struct { type awardType_t (line 736) | typedef enum { FILE: src/q3_ui/ui_login.c type login_t (line 40) | typedef struct function Login_MenuEvent (line 65) | static void Login_MenuEvent( void* ptr, int event ) { function Login_MenuInit (line 99) | void Login_MenuInit( void ) { function Login_Cache (line 193) | void Login_Cache( void ) { function UI_LoginMenu (line 203) | void UI_LoginMenu( void ) { FILE: src/q3_ui/ui_main.c function vmMain (line 43) | intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, in... type cvarTable_t (line 95) | typedef struct { function UI_RegisterCvars (line 228) | void UI_RegisterCvars( void ) { function UI_UpdateCvars (line 242) | void UI_UpdateCvars( void ) { FILE: src/q3_ui/ui_menu.c type mainmenu_t (line 48) | typedef struct { type errorMessage_t (line 66) | typedef struct { function MainMenu_ExitAction (line 78) | static void MainMenu_ExitAction( qboolean result ) { function Main_MenuEvent (line 93) | void Main_MenuEvent (void* ptr, int event) { function MainMenu_Cache (line 140) | void MainMenu_Cache( void ) { function sfxHandle_t (line 144) | sfxHandle_t ErrorMessage_Key(int key) function Main_MenuDraw (line 158) | static void Main_MenuDraw( void ) { function qboolean (line 238) | static qboolean UI_TeamArenaExists( void ) { function UI_MainMenu (line 269) | void UI_MainMenu( void ) { FILE: src/q3_ui/ui_mfield.c function MField_Draw (line 33) | void MField_Draw( mfield_t *edit, int x, int y, int style, vec4_t color ) { function MField_Paste (line 116) | void MField_Paste( mfield_t *edit ) { function MField_KeyDownEvent (line 139) | void MField_KeyDownEvent( mfield_t *edit, int key ) { function MField_CharEvent (line 207) | void MField_CharEvent( mfield_t *edit, int ch ) { function MField_Clear (line 285) | void MField_Clear( mfield_t *edit ) { function MenuField_Init (line 296) | void MenuField_Init( menufield_s* m ) { function MenuField_Draw (line 332) | void MenuField_Draw( menufield_s *f ) function sfxHandle_t (line 392) | sfxHandle_t MenuField_Key( menufield_s* m, int* key ) FILE: src/q3_ui/ui_mods.c type mods_t (line 41) | typedef struct { function UI_Mods_MenuEvent (line 71) | static void UI_Mods_MenuEvent( void *ptr, int event ) { function UI_Mods_ParseInfos (line 95) | static void UI_Mods_ParseInfos( char *modDir, char *modDesc ) { function UI_Mods_LoadModsFromFile (line 115) | static void UI_Mods_LoadModsFromFile( char *filename ) { function UI_Mods_LoadMods (line 150) | static void UI_Mods_LoadMods( void ) { function UI_Mods_MenuInit (line 188) | static void UI_Mods_MenuInit( void ) { function UI_ModsMenu_Cache (line 265) | void UI_ModsMenu_Cache( void ) { function UI_ModsMenu (line 280) | void UI_ModsMenu( void ) { FILE: src/q3_ui/ui_network.c type networkOptionsInfo_t (line 56) | typedef struct { function UI_NetworkOptionsMenu_Event (line 81) | static void UI_NetworkOptionsMenu_Event( void* ptr, int event ) { function UI_NetworkOptionsMenu_Init (line 135) | static void UI_NetworkOptionsMenu_Init( void ) { function UI_NetworkOptionsMenu_Cache (line 264) | void UI_NetworkOptionsMenu_Cache( void ) { function UI_NetworkOptionsMenu (line 277) | void UI_NetworkOptionsMenu( void ) { FILE: src/q3_ui/ui_options.c type optionsmenu_t (line 46) | typedef struct { function Options_Event (line 68) | static void Options_Event( void* ptr, int event ) { function SystemConfig_Cache (line 102) | void SystemConfig_Cache( void ) { function Options_MenuInit (line 114) | void Options_MenuInit( void ) { function UI_SystemConfigMenu (line 226) | void UI_SystemConfigMenu( void ) { FILE: src/q3_ui/ui_playermodel.c type playermodel_t (line 79) | typedef struct function PlayerModel_UpdateGrid (line 112) | static void PlayerModel_UpdateGrid( void ) function PlayerModel_UpdateModel (line 172) | static void PlayerModel_UpdateModel( void ) function PlayerModel_SaveChanges (line 193) | static void PlayerModel_SaveChanges( void ) function PlayerModel_MenuEvent (line 206) | static void PlayerModel_MenuEvent( void* ptr, int event ) function sfxHandle_t (line 241) | static sfxHandle_t PlayerModel_MenuKey( int key ) function PlayerModel_PicEvent (line 309) | static void PlayerModel_PicEvent( void* ptr, int event ) function PlayerModel_DrawPlayer (line 369) | static void PlayerModel_DrawPlayer( void *self ) function PlayerModel_BuildList (line 388) | static void PlayerModel_BuildList( void ) function PlayerModel_SetMenuItems (line 457) | static void PlayerModel_SetMenuItems( void ) function PlayerModel_MenuInit (line 515) | static void PlayerModel_MenuInit( void ) function PlayerModel_Cache (line 708) | void PlayerModel_Cache( void ) function UI_PlayerModelMenu (line 722) | void UI_PlayerModelMenu(void) FILE: src/q3_ui/ui_players.c function UI_PlayerInfo_SetWeapon (line 53) | static void UI_PlayerInfo_SetWeapon( playerInfo_t *pi, weapon_t weaponNu... function UI_ForceLegsAnim (line 155) | static void UI_ForceLegsAnim( playerInfo_t *pi, int anim ) { function UI_SetLegsAnim (line 169) | static void UI_SetLegsAnim( playerInfo_t *pi, int anim ) { function UI_ForceTorsoAnim (line 183) | static void UI_ForceTorsoAnim( playerInfo_t *pi, int anim ) { function UI_SetTorsoAnim (line 201) | static void UI_SetTorsoAnim( playerInfo_t *pi, int anim ) { function UI_TorsoSequencing (line 216) | static void UI_TorsoSequencing( playerInfo_t *pi ) { function UI_LegsSequencing (line 261) | static void UI_LegsSequencing( playerInfo_t *pi ) { function UI_PositionEntityOnTag (line 292) | static void UI_PositionEntityOnTag( refEntity_t *entity, const refEntity... function UI_PositionRotatedEntityOnTag (line 318) | static void UI_PositionRotatedEntityOnTag( refEntity_t *entity, const re... function UI_SetLerpFrameAnimation (line 345) | static void UI_SetLerpFrameAnimation( playerInfo_t *ci, lerpFrame_t *lf,... function UI_RunLerpFrame (line 367) | static void UI_RunLerpFrame( playerInfo_t *ci, lerpFrame_t *lf, int newA... function UI_PlayerAnimation (line 429) | static void UI_PlayerAnimation( playerInfo_t *pi, int *legsOld, int *leg... function UI_SwingAngles (line 469) | static void UI_SwingAngles( float destination, float swingTolerance, flo... function UI_MovedirAdjustment (line 531) | static float UI_MovedirAdjustment( playerInfo_t *pi ) { function UI_PlayerAngles (line 575) | static void UI_PlayerAngles( playerInfo_t *pi, vec3_t legs[3], vec3_t to... function UI_PlayerFloatSprite (line 634) | static void UI_PlayerFloatSprite( playerInfo_t *pi, vec3_t origin, qhand... function UI_MachinegunSpinAngle (line 653) | float UI_MachinegunSpinAngle( playerInfo_t *pi ) { function UI_DrawPlayer (line 690) | void UI_DrawPlayer( float x, float y, float w, float h, playerInfo_t *pi... function qboolean (line 902) | static qboolean UI_RegisterClientSkin( playerInfo_t *pi, const char *mod... function qboolean (line 927) | static qboolean UI_ParseAnimationFile( const char *filename, animation_t... function qboolean (line 1048) | qboolean UI_RegisterClientModelname( playerInfo_t *pi, const char *model... function UI_PlayerInfo_SetModel (line 1120) | void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model ) { function UI_PlayerInfo_SetInfo (line 1139) | void UI_PlayerInfo_SetInfo( playerInfo_t *pi, int legsAnim, int torsoAni... FILE: src/q3_ui/ui_playersettings.c type playersettings_t (line 49) | typedef struct { function PlayerSettings_DrawName (line 107) | static void PlayerSettings_DrawName( void *self ) { function PlayerSettings_DrawHandicap (line 179) | static void PlayerSettings_DrawHandicap( void *self ) { function PlayerSettings_DrawEffects (line 205) | static void PlayerSettings_DrawEffects( void *self ) { function PlayerSettings_DrawPlayer (line 233) | static void PlayerSettings_DrawPlayer( void *self ) { function PlayerSettings_SaveChanges (line 259) | static void PlayerSettings_SaveChanges( void ) { function sfxHandle_t (line 276) | static sfxHandle_t PlayerSettings_MenuKey( int key ) { function PlayerSettings_SetMenuItems (line 289) | static void PlayerSettings_SetMenuItems( void ) { function PlayerSettings_MenuEvent (line 325) | static void PlayerSettings_MenuEvent( void* ptr, int event ) { function PlayerSettings_MenuInit (line 353) | static void PlayerSettings_MenuInit( void ) { function PlayerSettings_Cache (line 486) | void PlayerSettings_Cache( void ) { function UI_PlayerSettingsMenu (line 510) | void UI_PlayerSettingsMenu( void ) { FILE: src/q3_ui/ui_preferences.c type preferences_t (line 58) | typedef struct { function Preferences_SetMenuItems (line 92) | static void Preferences_SetMenuItems( void ) { function Preferences_Event (line 107) | static void Preferences_Event( void* ptr, int notification ) { function Crosshair_Draw (line 177) | static void Crosshair_Draw( void *self ) { function Preferences_MenuInit (line 221) | static void Preferences_MenuInit( void ) { function Preferences_Cache (line 398) | void Preferences_Cache( void ) { function UI_PreferencesMenu (line 416) | void UI_PreferencesMenu( void ) { FILE: src/q3_ui/ui_public.h type uiClientState_t (line 28) | typedef struct { type uiImport_t (line 37) | typedef enum { type uiMenuCommand_t (line 139) | typedef enum { type uiExport_t (line 156) | typedef enum { FILE: src/q3_ui/ui_qmenu.c function Text_Init (line 100) | static void Text_Init( menutext_s *t ) function Text_Draw (line 110) | static void Text_Draw( menutext_s *t ) function BText_Init (line 143) | static void BText_Init( menutext_s *t ) function BText_Draw (line 153) | static void BText_Draw( menutext_s *t ) function PText_Init (line 175) | static void PText_Init( menutext_s *t ) function PText_Draw (line 208) | static void PText_Draw( menutext_s *t ) function Bitmap_Init (line 241) | void Bitmap_Init( menubitmap_s *b ) function Bitmap_Draw (line 282) | void Bitmap_Draw( menubitmap_s *b ) function Action_Init (line 369) | static void Action_Init( menuaction_s *a ) function Action_Draw (line 391) | static void Action_Draw( menuaction_s *a ) function RadioButton_Init (line 435) | static void RadioButton_Init( menuradiobutton_s *rb ) function sfxHandle_t (line 456) | static sfxHandle_t RadioButton_Key( menuradiobutton_s *rb, int key ) function RadioButton_Draw (line 490) | static void RadioButton_Draw( menuradiobutton_s *rb ) function Slider_Init (line 546) | static void Slider_Init( menuslider_s *s ) function sfxHandle_t (line 567) | static sfxHandle_t Slider_Key( menuslider_s *s, int key ) function Slider_Draw (line 630) | static void Slider_Draw( menuslider_s *s ) { function Slider_Draw (line 693) | static void Slider_Draw( menuslider_s *s ) function SpinControl_Init (line 763) | static void SpinControl_Init( menulist_s *s ) { function sfxHandle_t (line 795) | static sfxHandle_t SpinControl_Key( menulist_s *s, int key ) function SpinControl_Draw (line 843) | static void SpinControl_Draw( menulist_s *s ) function ScrollList_Init (line 887) | static void ScrollList_Init( menulist_s *l ) function sfxHandle_t (line 921) | sfxHandle_t ScrollList_Key( menulist_s *l, int key ) function ScrollList_Draw (line 1202) | void ScrollList_Draw( menulist_s *l ) function Menu_AddItem (line 1266) | void Menu_AddItem( menuframework_s *menu, void *item ) function Menu_CursorMoved (line 1337) | void Menu_CursorMoved( menuframework_s *m ) function Menu_SetCursor (line 1364) | void Menu_SetCursor( menuframework_s *m, int cursor ) function Menu_SetCursorToItem (line 1383) | void Menu_SetCursorToItem( menuframework_s *m, void* ptr ) function Menu_AdjustCursor (line 1404) | void Menu_AdjustCursor( menuframework_s *m, int dir ) { function Menu_Draw (line 1454) | void Menu_Draw( menuframework_s *menu ) function sfxHandle_t (line 1567) | sfxHandle_t Menu_ActivateItem( menuframework_s *s, menucommon_s* item ) { function sfxHandle_t (line 1583) | sfxHandle_t Menu_DefaultKey( menuframework_s *m, int key ) function Menu_Cache (line 1714) | void Menu_Cache( void ) FILE: src/q3_ui/ui_rankings.c type rankings_t (line 40) | typedef struct function Rankings_DrawText (line 68) | void Rankings_DrawText( void* self ) function Rankings_DrawName (line 120) | void Rankings_DrawName( void* self ) function Rankings_DrawName (line 155) | void Rankings_DrawName( void* self ) function Rankings_DrawPassword (line 191) | void Rankings_DrawPassword( void* self ) function Rankings_MenuEvent (line 239) | static void Rankings_MenuEvent( void* ptr, int event ) { function Rankings_MenuInit (line 282) | void Rankings_MenuInit( void ) { function Rankings_Cache (line 405) | void Rankings_Cache( void ) { function UI_RankingsMenu (line 415) | void UI_RankingsMenu( void ) { FILE: src/q3_ui/ui_rankstatus.c type rankstatus_t (line 36) | typedef struct function RankStatus_MenuEvent (line 59) | static void RankStatus_MenuEvent( void* ptr, int event ) { function RankStatus_MenuInit (line 107) | void RankStatus_MenuInit( void ) { function RankStatus_Cache (line 158) | void RankStatus_Cache( void ) { function UI_RankStatusMenu (line 168) | void UI_RankStatusMenu( void ) { FILE: src/q3_ui/ui_removebots.c type removeBotsMenuInfo_t (line 57) | typedef struct { function UI_RemoveBotsMenu_SetBotNames (line 87) | static void UI_RemoveBotsMenu_SetBotNames( void ) { function UI_RemoveBotsMenu_DeleteEvent (line 105) | static void UI_RemoveBotsMenu_DeleteEvent( void* ptr, int event ) { function UI_RemoveBotsMenu_BotEvent (line 119) | static void UI_RemoveBotsMenu_BotEvent( void* ptr, int event ) { function UI_RemoveBotsMenu_BackEvent (line 135) | static void UI_RemoveBotsMenu_BackEvent( void* ptr, int event ) { function UI_RemoveBotsMenu_UpEvent (line 148) | static void UI_RemoveBotsMenu_UpEvent( void* ptr, int event ) { function UI_RemoveBotsMenu_DownEvent (line 165) | static void UI_RemoveBotsMenu_DownEvent( void* ptr, int event ) { function UI_RemoveBotsMenu_GetBots (line 182) | static void UI_RemoveBotsMenu_GetBots( void ) { function UI_RemoveBots_Cache (line 211) | void UI_RemoveBots_Cache( void ) { function UI_RemoveBotsMenu_Init (line 225) | static void UI_RemoveBotsMenu_Init( void ) { function UI_RemoveBotsMenu (line 339) | void UI_RemoveBotsMenu( void ) { FILE: src/q3_ui/ui_serverinfo.c type serverinfo_t (line 42) | typedef struct function Favorites_Add (line 64) | void Favorites_Add( void ) function ServerInfo_Event (line 100) | static void ServerInfo_Event( void* ptr, int event ) function ServerInfo_MenuDraw (line 126) | static void ServerInfo_MenuDraw( void ) function sfxHandle_t (line 157) | static sfxHandle_t ServerInfo_MenuKey( int key ) function ServerInfo_Cache (line 167) | void ServerInfo_Cache( void ) function UI_ServerInfoMenu (line 185) | void UI_ServerInfoMenu( void ) FILE: src/q3_ui/ui_servers2.c type pinglist_t (line 165) | typedef struct { type servernode_t (line 170) | typedef struct servernode_s { type table_t (line 186) | typedef struct { type arenaservers_t (line 191) | typedef struct { function ArenaServers_MaxPing (line 258) | static int ArenaServers_MaxPing( void ) { function ArenaServers_Compare (line 274) | static int QDECL ArenaServers_Compare( const void *arg1, const void *arg... function ArenaServers_Go (line 337) | static void ArenaServers_Go( void ) { function ArenaServers_UpdatePicture (line 352) | static void ArenaServers_UpdatePicture( void ) { function ArenaServers_UpdateMenu (line 376) | static void ArenaServers_UpdateMenu( void ) { function ArenaServers_Remove (line 553) | static void ArenaServers_Remove( void ) function ArenaServers_Insert (line 611) | static void ArenaServers_Insert( char* adrstr, char* info, int pingtime ) function ArenaServers_InsertFavorites (line 694) | void ArenaServers_InsertFavorites( void ) function ArenaServers_LoadFavorites (line 726) | void ArenaServers_LoadFavorites( void ) function ArenaServers_StopRefresh (line 801) | static void ArenaServers_StopRefresh( void ) function ArenaServers_DoRefresh (line 834) | static void ArenaServers_DoRefresh( void ) function ArenaServers_StartRefresh (line 982) | static void ArenaServers_StartRefresh( void ) function ArenaServers_SaveChanges (line 1069) | void ArenaServers_SaveChanges( void ) function ArenaServers_Sort (line 1086) | void ArenaServers_Sort( int type ) { function ArenaServers_SetType (line 1101) | void ArenaServers_SetType( int type ) function Punkbuster_ConfirmEnable (line 1157) | static void Punkbuster_ConfirmEnable( qboolean result ) { function Punkbuster_ConfirmDisable (line 1165) | static void Punkbuster_ConfirmDisable( qboolean result ) { function ArenaServers_Event (line 1179) | static void ArenaServers_Event( void* ptr, int event ) { function ArenaServers_MenuDraw (line 1284) | static void ArenaServers_MenuDraw( void ) function sfxHandle_t (line 1298) | static sfxHandle_t ArenaServers_MenuKey( int key ) { function ArenaServers_MenuInit (line 1326) | static void ArenaServers_MenuInit( void ) { function ArenaServers_Cache (line 1613) | void ArenaServers_Cache( void ) { function UI_ArenaServersMenu (line 1637) | void UI_ArenaServersMenu( void ) { FILE: src/q3_ui/ui_setup.c type setupMenuInfo_t (line 53) | typedef struct { function Setup_ResetDefaults_Action (line 78) | static void Setup_ResetDefaults_Action( qboolean result ) { function Setup_ResetDefaults_Draw (line 93) | static void Setup_ResetDefaults_Draw( void ) { function UI_SetupMenu_Event (line 104) | static void UI_SetupMenu_Event( void *ptr, int event ) { function UI_SetupMenu_Init (line 154) | static void UI_SetupMenu_Init( void ) { function UI_SetupMenu_Cache (line 311) | void UI_SetupMenu_Cache( void ) { function UI_SetupMenu (line 324) | void UI_SetupMenu( void ) { FILE: src/q3_ui/ui_signup.c type signup_t (line 44) | typedef struct function Signup_MenuEvent (line 73) | static void Signup_MenuEvent( void* ptr, int event ) { function Signup_MenuInit (line 122) | void Signup_MenuInit( void ) { function Signup_Cache (line 271) | void Signup_Cache( void ) { function UI_SignupMenu (line 281) | void UI_SignupMenu( void ) { FILE: src/q3_ui/ui_sound.c type soundOptionsInfo_t (line 54) | typedef struct { function UI_SoundOptionsMenu_Event (line 82) | static void UI_SoundOptionsMenu_Event( void* ptr, int event ) { function UI_SoundOptionsMenu_Init (line 149) | static void UI_SoundOptionsMenu_Init( void ) { function UI_SoundOptionsMenu_Cache (line 299) | void UI_SoundOptionsMenu_Cache( void ) { function UI_SoundOptionsMenu (line 312) | void UI_SoundOptionsMenu( void ) { FILE: src/q3_ui/ui_sparena.c function UI_SPArena_Start (line 25) | void UI_SPArena_Start( const char *arenaInfo ) { FILE: src/q3_ui/ui_specifyleague.c type specifyleague_t (line 65) | typedef struct type table_t (line 84) | typedef struct { function SpecifyLeague_GetList (line 93) | static void SpecifyLeague_GetList() function SpecifyLeague_Event (line 122) | static void SpecifyLeague_Event( void* ptr, int event ) function SpecifyLeague_MenuInit (line 173) | void SpecifyLeague_MenuInit( void ) function SpecifyLeague_Cache (line 310) | void SpecifyLeague_Cache( void ) function UI_SpecifyLeagueMenu (line 328) | void UI_SpecifyLeagueMenu( void ) FILE: src/q3_ui/ui_specifyserver.c type specifyserver_t (line 50) | typedef struct function SpecifyServer_Event (line 69) | static void SpecifyServer_Event( void* ptr, int event ) function SpecifyServer_MenuInit (line 103) | void SpecifyServer_MenuInit( void ) function SpecifyServer_Cache (line 190) | void SpecifyServer_Cache( void ) function UI_SpecifyServerMenu (line 208) | void UI_SpecifyServerMenu( void ) FILE: src/q3_ui/ui_splevel.c type levelMenuInfo_t (line 75) | typedef struct { function PlayerIcon (line 128) | static void PlayerIcon( const char *modelAndSkin, char *iconName, int ic... function qhandle_t (line 154) | static qhandle_t PlayerIconHandle( const char *modelAndSkin ) { function UI_SPLevelMenu_SetBots (line 167) | static void UI_SPLevelMenu_SetBots( void ) { function UI_SPLevelMenu_SetMenuArena (line 221) | static void UI_SPLevelMenu_SetMenuArena( int n, int level, const char *a... function UI_SPLevelMenu_SetMenuItems (line 249) | static void UI_SPLevelMenu_SetMenuItems( void ) { function UI_SPLevelMenu_ResetDraw (line 352) | static void UI_SPLevelMenu_ResetDraw( void ) { function UI_SPLevelMenu_ResetAction (line 359) | static void UI_SPLevelMenu_ResetAction( qboolean result ) { function UI_SPLevelMenu_ResetEvent (line 373) | static void UI_SPLevelMenu_ResetEvent( void* ptr, int event ) function UI_SPLevelMenu_LevelEvent (line 388) | static void UI_SPLevelMenu_LevelEvent( void* ptr, int notification ) { function UI_SPLevelMenu_LeftArrowEvent (line 410) | static void UI_SPLevelMenu_LeftArrowEvent( void* ptr, int notification ) { function UI_SPLevelMenu_RightArrowEvent (line 429) | static void UI_SPLevelMenu_RightArrowEvent( void* ptr, int notification ) { function UI_SPLevelMenu_PlayerEvent (line 448) | static void UI_SPLevelMenu_PlayerEvent( void* ptr, int notification ) { function UI_SPLevelMenu_AwardEvent (line 462) | static void UI_SPLevelMenu_AwardEvent( void* ptr, int notification ) { function UI_SPLevelMenu_NextEvent (line 479) | static void UI_SPLevelMenu_NextEvent( void* ptr, int notification ) { function UI_SPLevelMenu_BackEvent (line 501) | static void UI_SPLevelMenu_BackEvent( void* ptr, int notification ) { function UI_SPLevelMenu_CustomEvent (line 519) | static void UI_SPLevelMenu_CustomEvent( void* ptr, int notification ) { function UI_SPLevelMenu_MenuDraw (line 535) | static void UI_SPLevelMenu_MenuDraw( void ) { function UI_SPLevelMenu_Cache (line 671) | void UI_SPLevelMenu_Cache( void ) { function UI_SPLevelMenu_Init (line 713) | static void UI_SPLevelMenu_Init( void ) { function UI_SPLevelMenu (line 938) | void UI_SPLevelMenu( void ) { function UI_SPLevelMenu_f (line 994) | void UI_SPLevelMenu_f( void ) { function UI_SPLevelMenu_ReInit (line 1006) | void UI_SPLevelMenu_ReInit( void ) { FILE: src/q3_ui/ui_sppostgame.c type postgameMenuInfo_t (line 48) | typedef struct { function UI_SPPostgameMenu_AgainEvent (line 104) | static void UI_SPPostgameMenu_AgainEvent( void* ptr, int event ) function UI_SPPostgameMenu_NextEvent (line 119) | static void UI_SPPostgameMenu_NextEvent( void* ptr, int event ) { function UI_SPPostgameMenu_MenuEvent (line 164) | static void UI_SPPostgameMenu_MenuEvent( void* ptr, int event ) function sfxHandle_t (line 179) | static sfxHandle_t UI_SPPostgameMenu_MenuKey( int key ) { function UI_SPPostgameMenu_DrawAwardsMedals (line 209) | static void UI_SPPostgameMenu_DrawAwardsMedals( int max ) { function UI_SPPostgameMenu_DrawAwardsPresentation (line 239) | static void UI_SPPostgameMenu_DrawAwardsPresentation( int timer ) { function UI_SPPostgameMenu_MenuDrawScoreLine (line 265) | static void UI_SPPostgameMenu_MenuDrawScoreLine( int n, int y ) { function UI_SPPostgameMenu_MenuDraw (line 296) | static void UI_SPPostgameMenu_MenuDraw( void ) { function UI_SPPostgameMenu_Cache (line 402) | void UI_SPPostgameMenu_Cache( void ) { function UI_SPPostgameMenu_Init (line 432) | static void UI_SPPostgameMenu_Init( void ) { function Prepname (line 479) | static void Prepname( int index ) { function UI_SPPostgameMenu_f (line 503) | void UI_SPPostgameMenu_f( void ) { FILE: src/q3_ui/ui_spreset.c type resetMenu_t (line 38) | typedef struct function Reset_MenuEvent (line 54) | void Reset_MenuEvent(void* ptr, int event) { function sfxHandle_t (line 78) | static sfxHandle_t Reset_MenuKey( int key ) { function Reset_MenuDraw (line 107) | static void Reset_MenuDraw( void ) { function Reset_Cache (line 125) | void Reset_Cache( void ) { function UI_ResetMenu (line 135) | void UI_ResetMenu(void) { FILE: src/q3_ui/ui_spskill.c type skillMenuInfo_t (line 54) | typedef struct { function SetSkillColor (line 79) | static void SetSkillColor( int skill, vec4_t color ) { function UI_SPSkillMenu_SkillEvent (line 107) | static void UI_SPSkillMenu_SkillEvent( void *ptr, int notification ) { function UI_SPSkillMenu_FightEvent (line 137) | static void UI_SPSkillMenu_FightEvent( void *ptr, int notification ) { function UI_SPSkillMenu_BackEvent (line 150) | static void UI_SPSkillMenu_BackEvent( void* ptr, int notification ) { function sfxHandle_t (line 165) | static sfxHandle_t UI_SPSkillMenu_Key( int key ) { function UI_SPSkillMenu_Cache (line 178) | void UI_SPSkillMenu_Cache( void ) { function UI_SPSkillMenu_Init (line 200) | static void UI_SPSkillMenu_Init( void ) { function UI_SPSkillMenu (line 324) | void UI_SPSkillMenu( const char *arenaInfo ) { FILE: src/q3_ui/ui_startserver.c type startserver_t (line 66) | typedef struct { function GametypeBits (line 118) | static int GametypeBits( char *string ) { function StartServer_Update (line 166) | static void StartServer_Update( void ) { function StartServer_MapEvent (line 231) | static void StartServer_MapEvent( void* ptr, int event ) { function StartServer_GametypeEvent (line 246) | static void StartServer_GametypeEvent( void* ptr, int event ) { function StartServer_MenuEvent (line 289) | static void StartServer_MenuEvent( void* ptr, int event ) { function StartServer_LevelshotDraw (line 326) | static void StartServer_LevelshotDraw( void *self ) { function StartServer_MenuInit (line 383) | static void StartServer_MenuInit( void ) { function StartServer_Cache (line 553) | void StartServer_Cache( void ) function UI_StartServerMenu (line 599) | void UI_StartServerMenu( qboolean multiplayer ) { type serveroptions_t (line 624) | typedef struct { function qboolean (line 699) | static qboolean BotAlreadySelected( const char *checkName ) { function ServerOptions_Start (line 724) | static void ServerOptions_Start( void ) { function ServerOptions_InitPlayerItems (line 829) | static void ServerOptions_InitPlayerItems( void ) { function ServerOptions_SetPlayerItems (line 882) | static void ServerOptions_SetPlayerItems( void ) { function ServerOptions_Event (line 933) | static void ServerOptions_Event( void* ptr, int event ) { function ServerOptions_PlayerNameEvent (line 972) | static void ServerOptions_PlayerNameEvent( void* ptr, int event ) { function ServerOptions_StatusBar (line 989) | static void ServerOptions_StatusBar( void* ptr ) { function ServerOptions_LevelshotDraw (line 1003) | static void ServerOptions_LevelshotDraw( void *self ) { function ServerOptions_InitBotNames (line 1031) | static void ServerOptions_InitBotNames( void ) { function ServerOptions_SetMenuItems (line 1126) | static void ServerOptions_SetMenuItems( void ) { function PlayerName_Draw (line 1179) | static void PlayerName_Draw( void *item ) { function ServerOptions_MenuInit (line 1228) | static void ServerOptions_MenuInit( qboolean multiplayer ) { function ServerOptions_Cache (line 1479) | void ServerOptions_Cache( void ) { function UI_ServerOptionsMenu (line 1494) | static void UI_ServerOptionsMenu( qboolean multiplayer ) { type botSelectInfo_t (line 1525) | typedef struct { function UI_BotSelectMenu_SortCompare (line 1558) | static int QDECL UI_BotSelectMenu_SortCompare( const void *arg1, const v... function UI_BotSelectMenu_BuildList (line 1581) | static void UI_BotSelectMenu_BuildList( void ) { function ServerPlayerIcon (line 1606) | static void ServerPlayerIcon( const char *modelAndSkin, char *iconName, ... function UI_BotSelectMenu_UpdateGrid (line 1632) | static void UI_BotSelectMenu_UpdateGrid( void ) { function UI_BotSelectMenu_Default (line 1698) | static void UI_BotSelectMenu_Default( char *bot ) { function UI_BotSelectMenu_LeftEvent (line 1735) | static void UI_BotSelectMenu_LeftEvent( void* ptr, int event ) { function UI_BotSelectMenu_RightEvent (line 1752) | static void UI_BotSelectMenu_RightEvent( void* ptr, int event ) { function UI_BotSelectMenu_BotEvent (line 1769) | static void UI_BotSelectMenu_BotEvent( void* ptr, int event ) { function UI_BotSelectMenu_BackEvent (line 1794) | static void UI_BotSelectMenu_BackEvent( void* ptr, int event ) { function UI_BotSelectMenu_SelectEvent (line 1807) | static void UI_BotSelectMenu_SelectEvent( void* ptr, int event ) { function UI_BotSelectMenu_Cache (line 1823) | void UI_BotSelectMenu_Cache( void ) { function UI_BotSelectMenu_Init (line 1836) | static void UI_BotSelectMenu_Init( char *bot ) { function UI_BotSelectMenu (line 1965) | void UI_BotSelectMenu( char *bot ) { FILE: src/q3_ui/ui_syscalls.c function dllEntry (line 33) | void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) ) { function PASSFLOAT (line 37) | int PASSFLOAT( float x ) { function trap_Print (line 43) | void trap_Print( const char *string ) { function trap_Error (line 47) | void trap_Error( const char *string ) { function trap_Milliseconds (line 51) | int trap_Milliseconds( void ) { function trap_Cvar_Register (line 55) | void trap_Cvar_Register( vmCvar_t *cvar, const char *var_name, const cha... function trap_Cvar_Update (line 59) | void trap_Cvar_Update( vmCvar_t *cvar ) { function trap_Cvar_Set (line 63) | void trap_Cvar_Set( const char *var_name, const char *value ) { function trap_Cvar_VariableValue (line 67) | float trap_Cvar_VariableValue( const char *var_name ) { function trap_Cvar_VariableStringBuffer (line 73) | void trap_Cvar_VariableStringBuffer( const char *var_name, char *buffer,... function trap_Cvar_SetValue (line 77) | void trap_Cvar_SetValue( const char *var_name, float value ) { function trap_Cvar_Reset (line 81) | void trap_Cvar_Reset( const char *name ) { function trap_Cvar_Create (line 85) | void trap_Cvar_Create( const char *var_name, const char *var_value, int ... function trap_Cvar_InfoStringBuffer (line 89) | void trap_Cvar_InfoStringBuffer( int bit, char *buffer, int bufsize ) { function trap_Argc (line 93) | int trap_Argc( void ) { function trap_Argv (line 97) | void trap_Argv( int n, char *buffer, int bufferLength ) { function trap_Cmd_ExecuteText (line 101) | void trap_Cmd_ExecuteText( int exec_when, const char *text ) { function trap_FS_FOpenFile (line 105) | int trap_FS_FOpenFile( const char *qpath, fileHandle_t *f, fsMode_t mode... function trap_FS_Read (line 109) | void trap_FS_Read( void *buffer, int len, fileHandle_t f ) { function trap_FS_Write (line 113) | void trap_FS_Write( const void *buffer, int len, fileHandle_t f ) { function trap_FS_FCloseFile (line 117) | void trap_FS_FCloseFile( fileHandle_t f ) { function trap_FS_GetFileList (line 121) | int trap_FS_GetFileList( const char *path, const char *extension, char ... function trap_FS_Seek (line 125) | int trap_FS_Seek( fileHandle_t f, long offset, int origin ) { function qhandle_t (line 129) | qhandle_t trap_R_RegisterModel( const char *name ) { function qhandle_t (line 133) | qhandle_t trap_R_RegisterSkin( const char *name ) { function trap_R_RegisterFont (line 137) | void trap_R_RegisterFont(const char *fontName, int pointSize, fontInfo_t... function qhandle_t (line 141) | qhandle_t trap_R_RegisterShaderNoMip( const char *name ) { function trap_R_ClearScene (line 145) | void trap_R_ClearScene( void ) { function trap_R_AddRefEntityToScene (line 149) | void trap_R_AddRefEntityToScene( const refEntity_t *re ) { function trap_R_AddPolyToScene (line 153) | void trap_R_AddPolyToScene( qhandle_t hShader , int numVerts, const poly... function trap_R_AddLightToScene (line 157) | void trap_R_AddLightToScene( const vec3_t org, float intensity, float r,... function trap_R_RenderScene (line 161) | void trap_R_RenderScene( const refdef_t *fd ) { function trap_R_SetColor (line 165) | void trap_R_SetColor( const float *rgba ) { function trap_R_DrawStretchPic (line 169) | void trap_R_DrawStretchPic( float x, float y, float w, float h, float s1... function trap_R_ModelBounds (line 173) | void trap_R_ModelBounds( clipHandle_t model, vec3_t mins, vec3_t maxs ) { function trap_UpdateScreen (line 177) | void trap_UpdateScreen( void ) { function trap_CM_LerpTag (line 181) | int trap_CM_LerpTag( orientation_t *tag, clipHandle_t mod, int startFram... function trap_S_StartLocalSound (line 185) | void trap_S_StartLocalSound( sfxHandle_t sfx, int channelNum ) { function sfxHandle_t (line 189) | sfxHandle_t trap_S_RegisterSound( const char *sample, qboolean compresse... function trap_Key_KeynumToStringBuf (line 193) | void trap_Key_KeynumToStringBuf( int keynum, char *buf, int buflen ) { function trap_Key_GetBindingBuf (line 197) | void trap_Key_GetBindingBuf( int keynum, char *buf, int buflen ) { function trap_Key_SetBinding (line 201) | void trap_Key_SetBinding( int keynum, const char *binding ) { function qboolean (line 205) | qboolean trap_Key_IsDown( int keynum ) { function qboolean (line 209) | qboolean trap_Key_GetOverstrikeMode( void ) { function trap_Key_SetOverstrikeMode (line 213) | void trap_Key_SetOverstrikeMode( qboolean state ) { function trap_Key_ClearStates (line 217) | void trap_Key_ClearStates( void ) { function trap_Key_GetCatcher (line 221) | int trap_Key_GetCatcher( void ) { function trap_Key_SetCatcher (line 225) | void trap_Key_SetCatcher( int catcher ) { function trap_GetClipboardData (line 229) | void trap_GetClipboardData( char *buf, int bufsize ) { function trap_GetClientState (line 233) | void trap_GetClientState( uiClientState_t *state ) { function trap_GetGlconfig (line 237) | void trap_GetGlconfig( glconfig_t *glconfig ) { function trap_GetConfigString (line 241) | int trap_GetConfigString( int index, char* buff, int buffsize ) { function trap_LAN_GetServerCount (line 245) | int trap_LAN_GetServerCount( int source ) { function trap_LAN_GetServerAddressString (line 249) | void trap_LAN_GetServerAddressString( int source, int n, char *buf, int ... function trap_LAN_GetServerInfo (line 253) | void trap_LAN_GetServerInfo( int source, int n, char *buf, int buflen ) { function trap_LAN_GetServerPing (line 257) | int trap_LAN_GetServerPing( int source, int n ) { function trap_LAN_GetPingQueueCount (line 261) | int trap_LAN_GetPingQueueCount( void ) { function trap_LAN_ServerStatus (line 265) | int trap_LAN_ServerStatus( const char *serverAddress, char *serverStatus... function trap_LAN_SaveCachedServers (line 269) | void trap_LAN_SaveCachedServers() { function trap_LAN_LoadCachedServers (line 273) | void trap_LAN_LoadCachedServers() { function trap_LAN_ResetPings (line 277) | void trap_LAN_ResetPings(int n) { function trap_LAN_ClearPing (line 281) | void trap_LAN_ClearPing( int n ) { function trap_LAN_GetPing (line 285) | void trap_LAN_GetPing( int n, char *buf, int buflen, int *pingtime ) { function trap_LAN_GetPingInfo (line 289) | void trap_LAN_GetPingInfo( int n, char *buf, int buflen ) { function trap_LAN_MarkServerVisible (line 293) | void trap_LAN_MarkServerVisible( int source, int n, qboolean visible ) { function trap_LAN_ServerIsVisible (line 297) | int trap_LAN_ServerIsVisible( int source, int n) { function qboolean (line 301) | qboolean trap_LAN_UpdateVisiblePings( int source ) { function trap_LAN_AddServer (line 305) | int trap_LAN_AddServer(int source, const char *name, const char *addr) { function trap_LAN_RemoveServer (line 309) | void trap_LAN_RemoveServer(int source, const char *addr) { function trap_LAN_CompareServers (line 313) | int trap_LAN_CompareServers( int source, int sortKey, int sortDir, int s... function trap_MemoryRemaining (line 317) | int trap_MemoryRemaining( void ) { function trap_GetCDKey (line 321) | void trap_GetCDKey( char *buf, int buflen ) { function trap_SetCDKey (line 325) | void trap_SetCDKey( char *buf ) { function trap_PC_AddGlobalDefine (line 329) | int trap_PC_AddGlobalDefine( char *define ) { function trap_PC_LoadSource (line 333) | int trap_PC_LoadSource( const char *filename ) { function trap_PC_FreeSource (line 337) | int trap_PC_FreeSource( int handle ) { function trap_PC_ReadToken (line 341) | int trap_PC_ReadToken( int handle, pc_token_t *pc_token ) { function trap_PC_SourceFileAndLine (line 345) | int trap_PC_SourceFileAndLine( int handle, char *filename, int *line ) { function trap_S_StopBackgroundTrack (line 349) | void trap_S_StopBackgroundTrack( void ) { function trap_S_StartBackgroundTrack (line 353) | void trap_S_StartBackgroundTrack( const char *intro, const char *loop) { function trap_RealTime (line 357) | int trap_RealTime(qtime_t *qtime) { function trap_CIN_PlayCinematic (line 362) | int trap_CIN_PlayCinematic( const char *arg0, int xpos, int ypos, int wi... function e_status (line 368) | e_status trap_CIN_StopCinematic(int handle) { function e_status (line 374) | e_status trap_CIN_RunCinematic (int handle) { function trap_CIN_DrawCinematic (line 380) | void trap_CIN_DrawCinematic (int handle) { function trap_CIN_SetExtents (line 386) | void trap_CIN_SetExtents (int handle, int x, int y, int w, int h) { function trap_R_RemapShader (line 391) | void trap_R_RemapShader( const char *oldShader, const char *newShader, c... function qboolean (line 395) | qboolean trap_VerifyCDKey( const char *key, const char *chksum) { function trap_SetPbClStatus (line 399) | void trap_SetPbClStatus( int status ) { FILE: src/q3_ui/ui_team.c type teammain_t (line 38) | typedef struct function TeamMain_MenuEvent (line 65) | static void TeamMain_MenuEvent( void* ptr, int event ) { function TeamMain_MenuInit (line 99) | void TeamMain_MenuInit( void ) { function TeamMain_Cache (line 197) | void TeamMain_Cache( void ) { function UI_TeamMainMenu (line 207) | void UI_TeamMainMenu( void ) { FILE: src/q3_ui/ui_teamorders.c type teamOrdersMenuInfo_t (line 44) | typedef struct { function UI_TeamOrdersMenu_BackEvent (line 111) | static void UI_TeamOrdersMenu_BackEvent( void *ptr, int event ) { function UI_TeamOrdersMenu_SetList (line 124) | static void UI_TeamOrdersMenu_SetList( int id ) { function sfxHandle_t (line 155) | sfxHandle_t UI_TeamOrdersMenu_Key( int key ) { function UI_TeamOrdersMenu_ListDraw (line 216) | static void UI_TeamOrdersMenu_ListDraw( void *self ) { function UI_TeamOrdersMenu_ListEvent (line 254) | static void UI_TeamOrdersMenu_ListEvent( void *ptr, int event ) { function UI_TeamOrdersMenu_BuildBotList (line 293) | static void UI_TeamOrdersMenu_BuildBotList( void ) { function UI_TeamOrdersMenu_Init (line 347) | static void UI_TeamOrdersMenu_Init( void ) { function UI_TeamOrdersMenu_Cache (line 405) | void UI_TeamOrdersMenu_Cache( void ) { function UI_TeamOrdersMenu (line 417) | void UI_TeamOrdersMenu( void ) { function UI_TeamOrdersMenu_f (line 428) | void UI_TeamOrdersMenu_f( void ) { FILE: src/q3_ui/ui_video.c type driverinfo_t (line 52) | typedef struct function DriverInfo_Event (line 71) | static void DriverInfo_Event( void* ptr, int event ) function DriverInfo_MenuDraw (line 89) | static void DriverInfo_MenuDraw( void ) function DriverInfo_Cache (line 122) | void DriverInfo_Cache( void ) function UI_DriverInfo_Menu (line 140) | static void UI_DriverInfo_Menu( void ) type graphicsoptions_t (line 257) | typedef struct { type InitialVideoOptions_s (line 286) | typedef struct function GraphicsOptions_GetInitialVideo (line 329) | static void GraphicsOptions_GetInitialVideo( void ) function GraphicsOptions_CheckConfig (line 348) | static void GraphicsOptions_CheckConfig( void ) function GraphicsOptions_UpdateMenuItems (line 383) | static void GraphicsOptions_UpdateMenuItems( void ) function GraphicsOptions_ApplyChanges (line 465) | static void GraphicsOptions_ApplyChanges( void *unused, int notification ) function GraphicsOptions_Event (line 539) | static void GraphicsOptions_Event( void* ptr, int event ) { function GraphicsOptions_TQEvent (line 605) | static void GraphicsOptions_TQEvent( void *ptr, int event ) { function GraphicsOptions_MenuDraw (line 618) | void GraphicsOptions_MenuDraw (void) function GraphicsOptions_SetMenuItems (line 631) | static void GraphicsOptions_SetMenuItems( void ) function GraphicsOptions_MenuInit (line 719) | void GraphicsOptions_MenuInit( void ) function GraphicsOptions_Cache (line 1043) | void GraphicsOptions_Cache( void ) { function UI_GraphicsOptionsMenu (line 1058) | void UI_GraphicsOptionsMenu( void ) { FILE: tools/bin2hex.cpp function main (line 4) | int main(int argc, char* argv[]) {