RendererEngine icon indicating copy to clipboard operation
RendererEngine copied to clipboard

Add new Texture constructor to support rgba arguments

Open JeanPhilippeKernel opened this issue 3 years ago • 2 comments

We want to be able to add r, g, b, a value through the ctor of Texture Class. we add a new ctor or extend an existing one See the implementation of Texture2D : https://github.com/JeanPhilippeKernel/RendererEngine/blob/develop/ZEngine/src/Texture2D.cpp

JeanPhilippeKernel avatar Feb 20 '22 23:02 JeanPhilippeKernel

@JFancis would you like to work on this one ?

JeanPhilippeKernel avatar Aug 22 '22 11:08 JeanPhilippeKernel

Hi,Yes

JFancis avatar Aug 22 '22 11:08 JFancis