GfxContext renamed to DrawContext

This commit is contained in:
MihailRis
2024-04-30 00:31:13 +03:00
parent 4af0a8acf7
commit bcf2f5029d
37 changed files with 101 additions and 101 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ class Assets;
class Camera;
class Batch3D;
class Framebuffer;
class GfxContext;
class DrawContext;
struct skysprite {
std::string texture;
@@ -40,14 +40,14 @@ public:
~Skybox();
void draw(
const GfxContext& pctx,
const DrawContext& pctx,
Camera* camera,
Assets* assets,
float daytime,
float fog
);
void refresh(const GfxContext& pctx, float t, float mie, uint quality);
void refresh(const DrawContext& pctx, float t, float mie, uint quality);
void bind() const;
void unbind() const;
bool isReady() const {