mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
mipwork, laregly courtesy of @mmarauder2k9-torque
This commit is contained in:
parent
81504fb089
commit
cacd8a6064
8 changed files with 128 additions and 128 deletions
|
|
@ -133,6 +133,7 @@ protected:
|
|||
|
||||
GFXShaderConstHandle *mTexSizeSC[NumTextures];
|
||||
GFXShaderConstHandle *mRenderTargetParamsSC[NumTextures];
|
||||
GFXShaderConstHandle* mMipCountSC[NumTextures];
|
||||
|
||||
GFXShaderConstHandle *mViewportOffsetSC;
|
||||
|
||||
|
|
@ -176,6 +177,7 @@ protected:
|
|||
|
||||
String mTargetName;
|
||||
GFXTexHandle mTargetTex;
|
||||
S32 mMipCap;
|
||||
|
||||
String mTargetDepthStencilName;
|
||||
GFXTexHandle mTargetDepthStencil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue