iOS compile fixes.
This commit is contained in:
parent
00d79a6d6c
commit
402c24ec8b
9 changed files with 25 additions and 7 deletions
|
|
@ -111,7 +111,7 @@ class RasterizerGLES2 : public Rasterizer {
|
|||
|
||||
Image _get_gl_image_and_format(const Image& p_image, Image::Format p_format, uint32_t p_flags,GLenum& r_gl_format,GLenum& r_gl_internal_format,int &r_gl_components,bool &r_has_alpha_cache,bool &r_compressed);
|
||||
|
||||
class RenderTarget;
|
||||
struct RenderTarget;
|
||||
|
||||
struct Texture {
|
||||
|
||||
|
|
@ -305,7 +305,7 @@ class RasterizerGLES2 : public Rasterizer {
|
|||
virtual ~GeometryOwner() {}
|
||||
};
|
||||
|
||||
class Mesh;
|
||||
struct Mesh;
|
||||
|
||||
struct Surface : public Geometry {
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class ShaderCompilerGLES2 {
|
|||
|
||||
class Uniform;
|
||||
public:
|
||||
class Flags;
|
||||
struct Flags;
|
||||
private:
|
||||
|
||||
ShaderLanguage::ProgramNode *program_node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue