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:
parent
2632f6ae65
commit
20a5a4363c
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue