1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

LibSoftGPU: Remove unused vector types from Device

This commit is contained in:
Jelle Raaijmakers 2022-03-10 20:42:57 +01:00 committed by Andreas Kling
parent 2632f6ae65
commit 20a5a4363c

View file

@ -30,9 +30,6 @@ static long long g_num_sampler_calls;
static long long g_num_stencil_writes; static long long g_num_stencil_writes;
static long long g_num_quads; static long long g_num_quads;
using IntVector2 = Gfx::Vector2<int>;
using IntVector3 = Gfx::Vector3<int>;
using AK::SIMD::any; using AK::SIMD::any;
using AK::SIMD::exp; using AK::SIMD::exp;
using AK::SIMD::expand4; using AK::SIMD::expand4;