RuntimeShaderRenderEffectException

A platform runtime shader or its native render-effect graph could not be constructed.

This exception is limited to native construction calls so callers can recover without hiding failures from uniform configuration or content drawing.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?