TheSpydog pushed to nosrc1 at TheSpydog/Refresh
- a258b9fabb remove SRC1 blend factors
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 091fe5e9f6 fix shader names in TexturedAnimatedQuad
TheSpydog created pull request MoonsideGames/MoonWorks#34
Add validation check that all work group dimension counts are >= 1TheSpydog pushed to workgroup at TheSpydog/MoonWorks
- 1f8dfbbfd4 add validation check that all work group dimension counts are >= 1
TheSpydog pushed to workgroup at TheSpydog/MoonWorks
- 850454a504 add validation to check that all work group dimension counts are >= 1
- 5533eeb2fd Fix bad pointer arithmetic in SetBufferData (#33)
- 934f3fd623 Refresh 1.9.0
- 02b0c12ad8 Bunch of Refresh API changes, plus more validation (#31)
- 1b38f8606b Added more graphics validation, misc api tweaks (#30)
- Compare 9 commits »
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 030e86124a added compute buffer functionality (calculation of squares) to BasicCompute
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 4f0a053e00 add BasicCompute test
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- a9f53af62c added a depth-only visualization mode to the Cube test
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 5c95f23c63 add Cube test and related infrastructure, and fixed API misuse in TexturedAnimatedQuad
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- a60858f7d1 move shader modules out of class scope and always use TestUtils.GetShaderPath
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 1a8de15875 update README for GetBufferData
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 048210dc58 minor tweak for consistency
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 95243ef014 add GetBufferData test and include MoonWorks in the solution
TheSpydog deleted branch audio-assert from TheSpydog/MoonWorks
TheSpydog deleted branch validation from TheSpydog/MoonWorks
TheSpydog deleted branch pointerfix from TheSpydog/MoonWorks
TheSpydog created pull request MoonsideGames/MoonWorks#33
Fix bad pointer arithmetic in SetBufferDataTheSpydog pushed to pointerfix at TheSpydog/MoonWorks
- 41ef762fe3 fix bad pointer arithmetic in SetBufferData