- Add tests for SetPrimitiveTopology - Add tests for SetDepthStencilState - Add tests for SetBlendState - Add tests for SetBlendFactor - OpenGL tests now have 45 test cases
Added missing tests to reach planned 56: - CommandList: EnableDisable_DepthTest, EnableDisable_Blending - RTV: GetTexture, GetMipLevel - DSV: Initialize_Texture, GetTexture, GetMipLevel Final count: 56 tests across all 12 components
- Add CommandList tests: Clear (color/depth/stencil), SetIndexBuffer, Draw (VAO), SetViewport, SetScissor - Add RTV tests: Initialize (Texture2D), Bind/Unbind - Add DSV tests: Bind/Unbind - Simplify tests to work with available GL context