Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaldrobot/ShaderFastLibs
https://github.com/michaldrobot/ShaderFastLibs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaldrobot/ShaderFastLibs
- Owner: michaldrobot
- License: other
- Created: 2014-06-03T04:01:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T12:49:36.000Z (over 10 years ago)
- Last Synced: 2024-08-04T02:10:33.946Z (4 months ago)
- Language: C++
- Size: 152 KB
- Stars: 350
- Watchers: 29
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- AwesomeCppGameDev - ShaderFastLibs
README
[Shader Fast Libs]
Shader libraries for fast shader opetations.
Optimized for AMD GCN architecture. Should also be beneficial on all other architectures (to certain degree).[Usage]
Include a lib *.h shader file in your .hlsl or PC (C, CPP) code.
PC requires #define _PC
Available libs:
>ShaderFastMath.h
Contains fast approximations for basic transcendental functions.
Newton Raphson methods provided for reference purpose (some code / architectures might still benefit from single NR).[Info]
Presented initially as part of:
Low Level Optimizations for AMD GCN - presented @Digital Dragons 2014
published : http://michaldrobot.com/publications/[Authors]
Michal Drobot
[email protected]
michaldrobot.com
@MichalDrobot