Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Texture for CSFML's sRGB Support #236

Closed
wants to merge 1 commit into from

Commits on Jan 3, 2024

  1. Update Texture for CSFML's sRGB Support

    Addresses SFML#222
    * Updated Texture's constructors with an optional parameter named "sRGB" which selects between the sRGB and non-sRGB versions of sfTexture_create*
    * Allows Texture(byte[]) to specify a portion of the passed bytes to use for the new Texture, consistent with other existing constructors
    DemoXinMC committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    740dbe0 View commit details
    Browse the repository at this point in the history