mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Cosmetic: renamed step to stepping
This commit is contained in:
parent
10befe4938
commit
26a4417a5f
|
@ -16,7 +16,7 @@ public:
|
||||||
virtual void EndFrame(void) = 0;
|
virtual void EndFrame(void) = 0;
|
||||||
virtual void UploadTextures(unsigned level, unsigned x, unsigned y, unsigned width, unsigned height) = 0;
|
virtual void UploadTextures(unsigned level, unsigned x, unsigned y, unsigned width, unsigned height) = 0;
|
||||||
virtual void AttachMemory(const uint32_t *cullingRAMLoPtr, const uint32_t *cullingRAMHiPtr, const uint32_t *polyRAMPtr, const uint32_t *vromPtr, const uint16_t *textureRAMPtr) = 0;
|
virtual void AttachMemory(const uint32_t *cullingRAMLoPtr, const uint32_t *cullingRAMHiPtr, const uint32_t *polyRAMPtr, const uint32_t *vromPtr, const uint16_t *textureRAMPtr) = 0;
|
||||||
virtual void SetStep(int stepID) = 0;
|
virtual void SetStepping(int stepping) = 0;
|
||||||
virtual bool Init(unsigned xOffset, unsigned yOffset, unsigned xRes, unsigned yRes, unsigned totalXRes, unsigned totalYRes) = 0;
|
virtual bool Init(unsigned xOffset, unsigned yOffset, unsigned xRes, unsigned yRes, unsigned totalXRes, unsigned totalYRes) = 0;
|
||||||
|
|
||||||
virtual ~IRender3D()
|
virtual ~IRender3D()
|
||||||
|
|
Loading…
Reference in a new issue