early-access version 1436

This commit is contained in:
pineappleEA
2021-02-10 01:19:46 +01:00
parent 67b82c5caa
commit ccf46180a7
5 changed files with 34 additions and 44 deletions

View File

@@ -60,9 +60,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};