TheSpydog created pull request MoonsideGames/Refresh#38
add msaa support for depth texturesTheSpydog pushed to depth-msaa at TheSpydog/Refresh
- 2f9c8aed3b add msaa support for depth textures
- 6439516835 ABI break: Textures now have a sample count, not render passes (#37)
- Compare 2 commits »
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- a356eb29c8 Add DepthMSAA test + update other tests for new ABI + misc cleanup
TheSpydog created pull request MoonsideGames/MoonWorks#45
Textures now have a sample count, not render passesTheSpydog created pull request MoonsideGames/RefreshCS#7
ABI update + enum fixTheSpydog pushed to samplecount at TheSpydog/RefreshCS
- bc9ed80e04 textures now have a sample count, not render passes + sample count enum fix
- 880bf79f3a Remove isFixed param from AcquireCommandBuffer (#6)
- Compare 2 commits »
TheSpydog pushed to samplecount at TheSpydog/MoonWorks
- 5b7c39efb6 textures now have a sample count, not render passes
- 88d9119830 Remove warning from DrawInstancedPrimitives doc comment (#44)
- Compare 2 commits »
TheSpydog created pull request MoonsideGames/Refresh#37
ABI break: Textures now have a sample count, not render passesTheSpydog pushed to samplecount at TheSpydog/Refresh
- e697739ae6 abi break: textures now have a sample count, not render passes
- 89ba9c52ff vulkan: Fix framebuffer creation with mip levels (#36)
- e3ab5fadf8 vulkan: Fix 3D texture creation (#35)
- Compare 3 commits »
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- d0dd3028e1 Fix stencil mask values
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- b2aa5adc3b Add BasicStencil test + set default rasterizer to CCW_CullNone
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 5233dad0ca Add TextureMipmaps test
TheSpydog created pull request MoonsideGames/Refresh#36
vulkan: Fix framebuffer creation with mip levelsTheSpydog pushed to rt-mips at TheSpydog/Refresh
- 7e23ce97ce fix framebuffer creation with mip levels
TheSpydog pushed to main at MoonsideGames/MoonWorksGraphicsTests
- 67e8a87c69 Renamed Mipmaps to RenderTextureMipmaps for clarity