mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 12:48:32 +09:00
[Improvement] (All): Remove redundant code.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace MG_GL::GL {
|
||||
const FramebufferObject& fbo,
|
||||
MG_Diligent::GLFramebufferInfo& fbInfo);
|
||||
|
||||
inline bool IsSamplerType(GLenum type) {
|
||||
bool IsSamplerType(GLenum type) {
|
||||
switch (type) {
|
||||
case GL_SAMPLER_2D:
|
||||
case GL_SAMPLER_3D:
|
||||
|
||||
Reference in New Issue
Block a user