Compatibility Mode - Terse Version #6244
greggman
started this conversation in
Show and tell
Replies: 1 comment
-
|
Nice! Maybe a wiki page would be a good permanent place for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Copied and edited from mrdoob/three.js#30725 (comment)
copyTextureToBufferandcopyTextureToTexturedon't support compressed textures.copyTextureToTexturedoes not support multisampled textures.@builtin(sample_mask)and@builtin(sample_index)unsupported.rg32uint,rg32sint,rg32floatformats unsupported as storage textures.@interpolation(linear),@interpolation(sample),@interpolate(flat),@interpolate(flat, first)unsupported; use@interpolate(flat, either)instead.rgba8unorm↔rgba8unorm-srgb).bgra8unorm-srgbis not supported.rgba16float,r32float, and integer formats cannot be multisampled.depthOrArrayLayersmust matchtextureBindingViewDimension.textureLoador non-comparison samplers on depth textures.maxColorAttachments(4),maxComputeInvocationsPerWorkgroup(128),maxTextureDimension1D(4096),maxTextureDimension2D(4096).maxStorageBuffersInVertexStage(0),maxStorageTexturesInVertexStage(0),maxStorageBuffersInFragmentStage(4),maxStorageTexturesInFragmentStage(4).Also see:
Beta Was this translation helpful? Give feedback.
All reactions