Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
/ cpp-image-flip Public archive

A simple C++ .dll to flip a Texture vertically for Unity

License

Notifications You must be signed in to change notification settings

HaomingXR/cpp-image-flip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Image Flip

  • This is a simple C++ library that allows you to flip a Texture vertically

    This is originally developed for use in Unity, as the coordinate system between Unity and Nvidia is different.

  • See FlipDemo.cs and ImageFlip.cs for how to use this.
  • Note: Only RGB24 and RGBA32 images are supported.