LisaacTM Platform

INDEX_BUFFER


api independant index buffer
Inherit/Insert Summary
parent_object No developed.
 
Constructor Summary
create
 
Slot Summary
make
bind
destroy
begin_index
end
new_indices
draw size
add_index
 

Inherit/Insert Detail

parent_object

.../extra/opengl/abstract_renderer/index_buffer.li line #9

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Constructor Detail

create

.../extra/opengl/abstract_renderer/index_buffer.li line #13

Section:
Public

Profile:
- SelfSELFcreate   sz : INTEGERSELF

Detail slot

make

.../extra/opengl/abstract_renderer/index_buffer.li line #20

Section:
Public

Profile:
- SelfSELFmake   sz : INTEGER

bind

.../extra/opengl/abstract_renderer/index_buffer.li line #22

Section:
Public

Profile:
- SelfSELFbind 

destroy

.../extra/opengl/abstract_renderer/index_buffer.li line #24

Section:
Public

Profile:
- SelfSELFdestroy 

begin_index

.../extra/opengl/abstract_renderer/index_buffer.li line #26

Section:
Public

Profile:
- SelfSELFbegin_index 

end

.../extra/opengl/abstract_renderer/index_buffer.li line #27

Section:
Public

Profile:
- SelfSELFend 

new_indices

.../extra/opengl/abstract_renderer/index_buffer.li line #29

Section:
Public

Profile:
- SelfSELFnew_indices   body :{}

draw size

.../extra/opengl/abstract_renderer/index_buffer.li line #36

Section:
Public

Profile:
- SelfSELFdraw   mode : INTEGER  size   sz : INTEGER

add_index

.../extra/opengl/abstract_renderer/index_buffer.li line #38

Section:
Public

Profile:
- SelfSELFadd_index   i : UINTEGER_16