Subversion Repositories Kolibri OS

Rev

Rev 5208 | Rev 6017 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5208 Rev 5256
Line 45... Line 45...
45
	last_used dd ? ;int
45
	last_used dd ? ;int
46
	buf rd SPECULAR_BUFFER_SIZE+1 ;float[SPECULAR_BUFFER_SIZE+1]
46
	buf rd SPECULAR_BUFFER_SIZE+1 ;float[SPECULAR_BUFFER_SIZE+1]
47
	next dd ? ;struct GLSpecBuf*
47
	next dd ? ;struct GLSpecBuf*
48
ends
48
ends
Line -... Line 49...
-
 
49
 
-
 
50
offs_spec_shininess_i equ 0
-
 
51
offs_spec_last_used equ 4
-
 
52
offs_spec_buf equ 8
-
 
53
offs_spec_next equ 8+4*(SPECULAR_BUFFER_SIZE+1)
49
 
54
 
50
struct GLLight
55
struct GLLight
51
	ambient V4
56
	ambient V4
52
	diffuse V4
57
	diffuse V4
53
	specular V4
58
	specular V4