This repository has been archived on 2025-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
LTW/ltw/src/main/tinywrapper/swizzle.h
2025-03-19 02:10:29 -04:00

16 lines
430 B
C

/**
* Created by: artDev
* Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC.
* For use under LGPL-3.0
*/
#ifndef GL4ES_WRAPPER_SWIZZLE_H
#define GL4ES_WRAPPER_SWIZZLE_H
#include "egl.h"
void swizzle_process_upload(GLenum target, GLenum *format, GLenum *type);
void swizzle_process_swizzle_param(GLenum target, GLenum swizzle_param, const GLenum* swizzle);
#endif //GL4ES_WRAPPER_SWIZZLE_H