Firefox Tomorrow

web api instance property

GPUCompilationInfo: messages property

View on MDN ↗

Secure contextAvailable in workers

The messages read-only property of the GPUCompilationInfo interface is an array of GPUCompilationMessage objects, each one containing the details of an individual shader compilation message. Messages can be informational, warnings, or errors.

Value

An array of GPUCompilationMessage objects.

Examples

See the main GPUCompilationInfo page for an example.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also