Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1167 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
1bf35973be
28 changed files with 1720 additions and 1604 deletions
|
@ -253,12 +253,11 @@ public :
|
|||
/// texture coordinates
|
||||
///
|
||||
/// \param rectangle : Sub-rectangle of image to convert
|
||||
/// \param adjust : Pass true to apply the half-texel adjustment (true by default)
|
||||
///
|
||||
/// \return Texture coordinates corresponding to the sub-rectangle
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
FloatRect GetTexCoords(const IntRect& rectangle, bool adjust = true) const;
|
||||
FloatRect GetTexCoords(const IntRect& rectangle) const;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Get a valid texture size according to hardware support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue