mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU
This commit is contained in:
parent
24d420312c
commit
4e0643ae97
8 changed files with 172 additions and 172 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibSoftGPU/ImageFormat.h>
|
||||
#include <LibGPU/ImageFormat.h>
|
||||
|
||||
namespace SoftGPU {
|
||||
|
||||
struct ImageDataLayout final {
|
||||
ImageFormat format;
|
||||
GPU::ImageFormat format;
|
||||
size_t column_stride;
|
||||
size_t row_stride;
|
||||
size_t depth_stride;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue