mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
shaders: Add NumTextureSamplers const, remove unused #pragma.
This commit is contained in:
parent
f48c229f0e
commit
538322ec1f
4 changed files with 5 additions and 4 deletions
|
@ -323,7 +323,5 @@ static_assert(sizeof(Instruction) == 0x8, "Incorrect structure size");
|
|||
static_assert(std::is_standard_layout<Instruction>::value,
|
||||
"Structure does not have standard layout");
|
||||
|
||||
#pragma pack()
|
||||
|
||||
} // namespace Shader
|
||||
} // namespace Tegra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue