diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 31 |
1 files changed, 21 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #71 SDL version 2.3.0 ] { +Extension [ <persistent> extension #162 SDL version 2.4.0 ] { - Constants [738] { Constant [ int SDL_BLENDMODE_NONE ] { 0 } @@ -716,11 +716,11 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { Constant [ int SDL_PREALLOC ] { 1 } Constant [ int SDL_RLEACCEL ] { 2 } Constant [ int SDL_DONTFREE ] { 4 } - Constant [ int SDL_COMPILEDVERSION ] { 2009 } + Constant [ int SDL_COMPILEDVERSION ] { 2012 } Constant [ int SDL_MAJOR_VERSION ] { 2 } Constant [ int SDL_MINOR_VERSION ] { 0 } - Constant [ int SDL_PATCHLEVEL ] { 9 } - Constant [ string SDL_REVISION ] { hg-12373:8feb5da6f2fb } + Constant [ int SDL_PATCHLEVEL ] { 12 } + Constant [ string SDL_REVISION ] { hg-13609:34cc7d3b69d3 } Constant [ int SDL_WINDOW_FULLSCREEN ] { 1 } Constant [ int SDL_WINDOW_OPENGL ] { 2 } Constant [ int SDL_WINDOW_SHOWN ] { 4 } @@ -1215,6 +1215,16 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { Parameter #4 [ <required> $h ] } } + Function [ <internal:SDL> function SDL_QueryTexture ] { + + - Parameters [5] { + Parameter #0 [ <required> $texture ] + Parameter #1 [ <required> &$format ] + Parameter #2 [ <required> &$access ] + Parameter #3 [ <required> &$w ] + Parameter #4 [ <required> &$h ] + } + } Function [ <internal:SDL> function SDL_SetRenderTarget ] { - Parameters [2] { @@ -3118,6 +3128,7 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { } - Properties [16] { + Property [ <default> public $format ] Property [ <default> public $BitsPerPixel ] Property [ <default> public $BytesPerPixel ] Property [ <default> public $Rmask ] @@ -3133,7 +3144,6 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { Property [ <default> public $Bshift ] Property [ <default> public $Ashift ] Property [ <default> public $palette ] - Property [ <default> public $format ] } - Methods [8] { @@ -3216,11 +3226,10 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { - Static methods [0] { } - - Properties [4] { + - Properties [3] { Property [ <default> public $pitch ] Property [ <default> public $h ] Property [ <default> public $count ] - Property [ <default> public $pixels ] } - Methods [9] { @@ -3303,12 +3312,11 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { - Static methods [0] { } - - Properties [5] { + - Properties [4] { Property [ <default> public $x ] Property [ <default> public $y ] Property [ <default> public $w ] Property [ <default> public $h ] - Property [ <default> public $clip_rect ] } - Methods [8] { @@ -3684,11 +3692,14 @@ Extension [ <persistent> extension #71 SDL version 2.3.0 ] { } } - - Properties [4] { + - Properties [7] { Property [ <default> public $flags ] Property [ <default> public $w ] Property [ <default> public $h ] Property [ <default> public $pitch ] + Property [ <default> public $format ] + Property [ <default> public $clip_rect ] + Property [ <default> public $pixels ] } - Methods [30] { |