Hello,
I am manually creating a metal view using createMetalRenderView. I want to be able to set the background colour to be completely transparent. There is a setBackgroundColor function, however this doesn't allow an alpha value.
I have tried updating this function to allow an alpha parameter but this has no effect, assumably because of some configuration of the metal view which is something I am not familiar with.
Is there a way to achieve this?
Hello,
I am manually creating a metal view using
createMetalRenderView. I want to be able to set the background colour to be completely transparent. There is asetBackgroundColorfunction, however this doesn't allow an alpha value.I have tried updating this function to allow an alpha parameter but this has no effect, assumably because of some configuration of the metal view which is something I am not familiar with.
Is there a way to achieve this?