forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_shader
Lukas Sägesser edited this page Jun 22, 2015
·
10 revisions
####Inherits: Resource ####Category: Core
To be changed, ignore.
- int get_mode ( ) const
- void set_code ( String vcode, String fcode, String lcode, int fofs=0, int lofs=0 )
- String get_vertex_code ( ) const
- String get_fragment_code ( ) const
- String get_light_code ( ) const
- void set_default_texture_param ( String param, Texture texture )
- Texture get_default_texture_param ( String param ) const
- bool has_param ( String name ) const
- MODE_MATERIAL = 0
- MODE_CANVAS_ITEM = 1
- MODE_POST_PROCESS = 2
To be changed, ignore.