Search found 2 matches
- Tue Jan 24, 2023 8:41 pm
- Forum: Support and Development
- Topic: Need help solving a shader issue
- Replies: 3
- Views: 1819
Re: Need help solving a shader issue
Oh derp. This is why I shouldn't be programming so late Thanks for your help spotting this silly indexing bug.
- Tue Jan 24, 2023 7:17 pm
- Forum: Support and Development
- Topic: Need help solving a shader issue
- Replies: 3
- Views: 1819
Need help solving a shader issue
I'm working on a 1bit game (where it only uses two colors) which leverages a custom shader. I recently started working on adding support to the shader so that I can define a pixel pattern for draw calls. The pattern is specified by 8 hex values that defines the states of pixels in each row, and then...