mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
parent
d347867f2e
commit
ff972e3673
208 changed files with 311 additions and 309 deletions
|
@ -158,9 +158,8 @@ void PixelShaderManager::SetConstants()
|
|||
bpmem.tevindref.getTexCoord(stage) | bpmem.tevindref.getTexMap(stage) << 8 | 1 << 16;
|
||||
// Note: a tevind of zero just happens to be a passthrough, so no need
|
||||
// to set an extra bit.
|
||||
constants.pack1[i][2] =
|
||||
bpmem.tevind[i].hex; // TODO: This match shadergen, but videosw will
|
||||
// always wrap.
|
||||
constants.pack1[i][2] = bpmem.tevind[i].hex; // TODO: This match shadergen, but videosw
|
||||
// will always wrap.
|
||||
|
||||
// The ubershader uses tevind != 0 as a condition whether to calculate texcoords,
|
||||
// even when texture is disabled, instead of the stage < bpmem.genMode.numindstages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue