mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 05:43:01 +00:00
4cf2a399f4
These now include all history, which has fixed some headers that used to be wrong.
11 lines
356 B
C++
11 lines
356 B
C++
// AUTOGENERATED COPYRIGHT HEADER START
|
|
// Copyright (C) 2017-2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
// AUTOGENERATED COPYRIGHT HEADER END
|
|
|
|
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace streamfx::obs::gs {
|
|
static const uint32_t MAXIMUM_VERTICES = 0xFFFFFFu;
|
|
static const uint32_t MAXIMUM_UVW_LAYERS = 8u;
|
|
} // namespace streamfx::obs::gs
|