This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
#pragma once
|
|
|
|
#include <vector>
|
|
#include "common/common_types.h"
|
|
|
|
namespace Common {
|
|
void FlipRGBA8Texture(std::vector<u8>& tex, u64 width, u64 height);
|
|
} |