mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 09:47:59 -05:00
texture_cache: Style and Corrections
This commit is contained in:
committed by
FernandoS27
parent
51ba60b27e
commit
d1812316e1
@ -104,7 +104,7 @@ constexpr std::tuple<const char*, const char*, u32> GetPrimitiveDescription(GLen
|
||||
std::size_t CalculateProgramSize(const GLShader::ProgramCode& program) {
|
||||
constexpr std::size_t start_offset = 10;
|
||||
constexpr u64 key = 0xE2400FFFFF07000FULL;
|
||||
constexpr u64 mask =0xFFFFFFFFFF7FFFFFULL;
|
||||
constexpr u64 mask = 0xFFFFFFFFFF7FFFFFULL;
|
||||
std::size_t offset = start_offset;
|
||||
std::size_t size = start_offset * sizeof(u64);
|
||||
while (offset < program.size()) {
|
||||
|
Reference in New Issue
Block a user