mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:27:34 +00:00
LibSoftGPU: Clean up Sampler
imports
This commit is contained in:
parent
1774fde37c
commit
4e63ce231f
2 changed files with 1 additions and 2 deletions
|
@ -6,12 +6,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/SIMD.h>
|
||||
#include <LibGPU/SamplerConfig.h>
|
||||
#include <LibGfx/Vector2.h>
|
||||
#include <LibGfx/Vector4.h>
|
||||
#include <LibSoftGPU/Image.h>
|
||||
|
||||
namespace SoftGPU {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue