mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
6 lines
166 B
C++
6 lines
166 B
C++
#pragma once
|
|
|
|
#include <Metal/Metal.hpp>
|
|
|
|
#define GET_HELPER_TEXTURE_BINDING(binding) (30 - binding)
|
|
#define GET_HELPER_SAMPLER_STATE_BINDING(binding) (15 - binding)
|