blob: 262f96557580f097034f0c0ade0523ca1109465e [file] [log] [blame] [view] [edit]
# Flexible Texture Views
In Compat Mode, a texture by default:
- Must be created with texture view dimension specified.
- Cannot use different views in the same draw call.
- Cannot create a 2D view of a 2DArray texture.
The `FlexibleTextureViews` feature removes the above restrictions.