Skip to content

abaire/xbox-swizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbox-swizzle

nv2a texture swizzling routines extracted from xemu.

Including in CMake-based projects

This project is expected to be used as a dependency of other projects.

You can include it via FetchContent. In your CMakeLists.txt file:

include(FetchContent)

FetchContent_Declare(
        xbox-swizzle
        GIT_REPOSITORY https://github.com/abaire/xbox-swizzle.git
        GIT_TAG        main
)

FetchContent_MakeAvailable(xbox-swizzle)

About

Texture swizzling utilities extracted from xemu/xqemu

Topics

Resources

License

Stars

Watchers

Forks

Contributors