Pre-resize fillparent
This commit is contained in:
@@ -54,15 +54,15 @@ namespace VideoEngine {
|
||||
SDL_Surface* NewSurface( long int width = -1, long int height = -1 ) const;
|
||||
SDL_Texture* NewTexture( long int width = -1, long int height = -1, const bool copyRenderer = false, const unsigned long int access = SDL_TEXTUREACCESS_TARGET ) const;
|
||||
|
||||
const bool AreEqual(SDL_Surface& one, SDL_Surface& two);
|
||||
const bool AreEqual( SDL_Surface& one, SDL_Surface& two );
|
||||
|
||||
void SetRenderTarget(SDL_Renderer* renderer, SDL_Texture* target = nullptr);
|
||||
void SetRenderTarget(SDL_Texture* target = nullptr);
|
||||
void SetRenderTarget( SDL_Renderer* renderer, SDL_Texture* target = nullptr );
|
||||
void SetRenderTarget( SDL_Texture* target = nullptr );
|
||||
void ResetRenderTarget();
|
||||
|
||||
///Sets
|
||||
/// Sets
|
||||
|
||||
///Gets
|
||||
/// Gets
|
||||
SDL_Renderer* getRenderer();
|
||||
SDL_Renderer* getRendererCopy();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user