You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File version number has changed. Files saved with RaCo 1.7.0 cannot be opened by previous versions.
Added
Added new TextureExternal type and support for the corresponding samplerExternalOES uniform type.
To use samplerExternalOES uniforms the shader needs to enable the extension for it with #extension GL_OES_EGL_image_external_essl3 : require.
This can be used to create textures which may be connected at runtime to external buffers also created at runtime. Since no external buffers can be set up in RamsesComposer these will be rendered in black in the preview.