-
Notifications
You must be signed in to change notification settings - Fork 0
class_shader
reduz edited this page Oct 15, 2014
·
9 revisions
####Inherits: Resource ####Category: Core
To be changed, ignore.
- void set_mode ( int mode )
- 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
- bool has_param ( String name ) const
- MODE_MATERIAL = 0
- MODE_CANVAS_ITEM = 1
- MODE_POST_PROCESS = 2
To be changed, ignore.