(gles-context.cpp) Use pipelineState directly instead of dereferencing (SVACE Error) 59/259559/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 9 Jun 2021 16:22:16 +0000 (17:22 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 9 Jun 2021 16:22:27 +0000 (17:22 +0100)
Change-Id: Iee2b9dc78f746e53270bbe762f7a522aba639bfc

dali/internal/graphics/gles-impl/gles-context.cpp

index 077d2c6..a0843e6 100644 (file)
@@ -270,7 +270,7 @@ void Context::Flush(bool reset, const GLES::DrawCallDescriptor& drawCall)
   }
 
   // Resolve topology
-  const auto& ia = mImpl->mNewPipeline->GetCreateInfo().inputAssemblyState;
+  const auto& ia = pipelineState.inputAssemblyState;
 
   // Bind uniforms