diff --git a/swLibraries-Versions.xml b/swLibraries-Versions.xml index 10983242..20c228fd 100644 --- a/swLibraries-Versions.xml +++ b/swLibraries-Versions.xml @@ -1,4 +1,39 @@ + + + + Fix BufferRaw - return *this from operator=. + + + + + DX11Compiler doesn't optimize code if debug layer is enabled (easier shaders debugging). + DX11Renderer throw exception on invalid pipeline even in release mode. + Fix SoilTextureLoader compilation in release. Precompiled header problem. + + + + + + Added EllipseGeometry. + New Brushes: AngleGradientBrush, LinearGradientBrush, ImageBrush. + Shader templetes use #UserCode marker to paste Brush or Geometry code written by developer. + Fix RenderingSystem deinitialization order in GUISystem. + RenderingSystem constants and Visual constants are bound to both shaders. + Shader constants availble for developer: _swViewportSize, _swVisualOffset, _swVisualSize. + Shader function swTransformToDirectX avaible for developer. + Width, height and size are properties of Visual. + Fix: initialize Geometry invalidation variables in constructor, what caused non-deterministic problems in release builds. + + + + + Ellipse and EllipseWithBorder generation. + Translate2D operation added. + Compilation fix: Add Reflection dependency to GeometricsCore. + + +