mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
i965/gen9: Enable KHR_texture_compression_astc_sliced_3d
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
This commit is contained in:
parent
15dea5ca82
commit
ac0eb36d8e
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
|
||||
if (brw->gen >= 9) {
|
||||
ctx->Extensions.KHR_texture_compression_astc_ldr = true;
|
||||
ctx->Extensions.KHR_texture_compression_astc_sliced_3d = true;
|
||||
ctx->Extensions.ARB_shader_stencil_export = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue