|
|
|
@ -71,29 +71,29 @@ magnum.__annotations__ = { |
|
|
|
magnum.gl.__annotations__ = { |
|
|
|
magnum.gl.__annotations__ = { |
|
|
|
'default_framebuffer': magnum.gl.DefaultFramebuffer |
|
|
|
'default_framebuffer': magnum.gl.DefaultFramebuffer |
|
|
|
} |
|
|
|
} |
|
|
|
magnum.shaders.Flat2D.__annotations__ = { |
|
|
|
magnum.shaders.FlatGL2D.__annotations__ = { |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'TEXTURE_COORDINATES': magnum.gl.Attribute, |
|
|
|
'TEXTURE_COORDINATES': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
} |
|
|
|
} |
|
|
|
magnum.shaders.Flat3D.__annotations__ = { |
|
|
|
magnum.shaders.FlatGL3D.__annotations__ = { |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'TEXTURE_COORDINATES': magnum.gl.Attribute, |
|
|
|
'TEXTURE_COORDINATES': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
} |
|
|
|
} |
|
|
|
magnum.shaders.VertexColor2D.__annotations__ = { |
|
|
|
magnum.shaders.VertexColorGL2D.__annotations__ = { |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
} |
|
|
|
} |
|
|
|
magnum.shaders.VertexColor3D.__annotations__ = { |
|
|
|
magnum.shaders.VertexColorGL3D.__annotations__ = { |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR3': magnum.gl.Attribute, |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
'COLOR4': magnum.gl.Attribute |
|
|
|
} |
|
|
|
} |
|
|
|
magnum.shaders.Phong.__annotations__ = { |
|
|
|
magnum.shaders.PhongGL.__annotations__ = { |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'POSITION': magnum.gl.Attribute, |
|
|
|
'NORMAL': magnum.gl.Attribute, |
|
|
|
'NORMAL': magnum.gl.Attribute, |
|
|
|
'TANGENT': magnum.gl.Attribute, |
|
|
|
'TANGENT': magnum.gl.Attribute, |
|
|
|
|