| 7015 | } |
| 7016 | |
| 7017 | int CEditor::GetTextureUsageFlag() const |
| 7018 | { |
| 7019 | return Graphics()->Uses2DTextureArrays() ? IGraphics::TEXLOAD_TO_2D_ARRAY_TEXTURE : IGraphics::TEXLOAD_TO_3D_TEXTURE; |
| 7020 | } |
| 7021 | |
| 7022 | IGraphics::CTextureHandle CEditor::GetFrontTexture() |
| 7023 | { |
no test coverage detected