Add an LyShine client API target (#6829)
* Reduce the need to link with LyShine static lib in other gems Signed-off-by: abrmich <abrmich@amazon.com> * Add UiBasics.Builders to VirtualGamepad.Builders alias Signed-off-by: abrmich <abrmich@amazon.com> * Add UiBasics to LyShine gem's metadata Signed-off-by: abrmich <abrmich@amazon.com> * Change include to a forward declaration Signed-off-by: abrmich <abrmich@amazon.com>
This commit is contained in:
@@ -173,7 +173,7 @@ namespace GuideHelpers
|
||||
// the line is drawn as the inverse of the background color
|
||||
AZ::Color guideColor(1.0f, 1.0f, 1.0f, 1.0f);
|
||||
|
||||
CDraw2d::RenderState renderState;
|
||||
IDraw2d::RenderState renderState;
|
||||
renderState.m_blendState.m_blendSource = AZ::RHI::BlendFactor::ColorDestInverse;
|
||||
renderState.m_blendState.m_blendDest = AZ::RHI::BlendFactor::Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user