mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
spaces->tabs
This commit is contained in:
parent
d6b953bddd
commit
3d2e78fbf4
2 changed files with 2 additions and 2 deletions
|
@ -1532,7 +1532,8 @@ void GenericMaskState::Log() {
|
|||
}
|
||||
|
||||
void GenericBlendState::Log() {
|
||||
WARN_LOG(G3D, "Blend: hwenable=%d readfb=%d replblend=%d replalpha=%d", blendEnabled, applyFramebufferRead, replaceBlend, (int)replaceAlphaWithStencil);
|
||||
WARN_LOG(G3D, "Blend: hwenable=%d readfb=%d replblend=%d replalpha=%d",
|
||||
blendEnabled, applyFramebufferRead, replaceBlend, (int)replaceAlphaWithStencil);
|
||||
}
|
||||
|
||||
void ComputedPipelineState::Convert(bool shaderBitOpsSuppported) {
|
||||
|
|
|
@ -246,7 +246,6 @@ struct ComputedPipelineState {
|
|||
GenericBlendState blendState;
|
||||
GenericMaskState maskState;
|
||||
GenericLogicState logicState;
|
||||
// TODO: Add logic and possibly stencil here.
|
||||
|
||||
void Convert(bool shaderBitOpsSupported);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue