gl_rasterizer: Remove unused variables

Resolves warnings on clang 12
merge-requests/60/head
Lioncash 2021-02-09 17:31:35 +07:00
parent 783dc9e112
commit 10636d2494
1 changed files with 0 additions and 3 deletions

@ -67,9 +67,6 @@ constexpr size_t TOTAL_CONST_BUFFER_BYTES =
constexpr size_t NUM_SUPPORTED_VERTEX_ATTRIBUTES = 16;
constexpr size_t NUM_SUPPORTED_VERTEX_BINDINGS = 16;
constexpr size_t MAX_TEXTURES = 192;
constexpr size_t MAX_IMAGES = 48;
struct TextureHandle {
constexpr TextureHandle(u32 data, bool via_header_index) {
const Tegra::Texture::TextureHandle handle{data};