MCPcopy Create free account

hub / github.com/austintheriot/wrend / functions

Functions982 in github.com/austintheriot/wrend

↓ 1 callersMethodset_camera_origin
(&mut self, camera_origin: Vec3)
demos/ray_tracer/src/state/camera.rs:161
↓ 1 callersMethodset_filter_type
(&mut self, filter_type: FilterType)
demos/video_filters/src/state/render_state.rs:22
↓ 1 callersMethodset_get_context_callback
( &mut self, get_context_callback: impl Into<GetContextCallback>, )
wrend/src/renderer_data/renderer_data.rs:745
↓ 1 callersMethodset_is_first_render
(&mut self, is_first_render: bool)
demos/flow_field/src/state/render_state.rs:66
↓ 1 callersMethodset_is_keyboard_user
(&mut self)
demos/ray_tracer/src/state/ui_state.rs:13
↓ 1 callersMethodset_is_recording
(&mut self, is_recording: bool)
demos/ray_tracer/src/state/ui_state.rs:31
↓ 1 callersMethodset_pitch_and_yaw
(&mut self, pitch: f64, yaw: f64)
demos/ray_tracer/src/state/camera.rs:155
↓ 1 callersMethodset_prev_now
(&mut self, prev_now: f64)
demos/ray_tracer/src/state/render_state.rs:208
↓ 1 callersMethodset_show_menu
(&mut self, show_menu: bool)
demos/ray_tracer/src/state/ui_state.rs:22
↓ 1 callersFunctionset_sphere_uuids
(spheres: &mut Vec<Sphere>)
demos/ray_tracer/src/objects/sphere.rs:57
↓ 1 callersMethodset_transform_feedback_varyings
( &mut self, transform_feedback_varyings: impl Into<Vec<String>>, )
wrend/src/programs/program_link.rs:128
↓ 1 callersMethodshould_save
(&self)
demos/kaleidoscope/src/state/app_state.rs:35
↓ 1 callersMethodshould_save_image
(&self)
demos/flow_field/src/state/render_state.rs:53
↓ 1 callersMethodshow_menu
(&self)
demos/ray_tracer/src/state/ui_state.rs:18
↓ 1 callersMethodsync_dimensions
Synchronizes the window's size with internal state WebGL, the canvas, and all appropriate textures
demos/ray_tracer/src/state/render_state.rs:220
↓ 1 callersMethodt
(mut self, t: f64)
demos/ray_tracer/src/objects/hit_result_data.rs:38
↓ 1 callersMethodtexture
(&self, texture_id: &TextureId)
wrend/src/renderer_data/renderer_data.rs:166
↓ 1 callersMethodtextures_by_id
( &self, texture_ids: impl Into<Bridge<TextureId>>, )
wrend/src/renderer_data/renderer_data.rs:174
↓ 1 callersMethodtransform_feedback
( &self, transform_feedback_id: &TransformFeedbackId, )
wrend/src/renderers/renderer.rs:575
↓ 1 callersMethodtransform_feedback_id
(&self)
wrend/src/transform_feedback/transform_feedback_link.rs:15
↓ 1 callersMethodu
(&self)
demos/ray_tracer/src/state/camera.rs:128
↓ 1 callersMethoduniform_locations
Gets this uniform's location for all associated program ids
wrend/src/uniforms/uniform.rs:64
↓ 1 callersMethodupdate
Updates the value of this uniform in WebGl for every Program where this uniform is used, using the update callback that was passed in at creation time
wrend/src/uniforms/uniform.rs:96
↓ 1 callersMethodupdate_callback
Gets the callback that is used to updated this uniform whenever [crate::RendererData::update_uniform] or [crate::RendererData::update_uniforms] is cal
wrend/src/uniforms/uniform.rs:81
↓ 1 callersMethodupdate_cursor_position_in_world
Finds the point of intersection between the center of the user's camera. The point itself is saved in state along with the ID of any object that was i
demos/ray_tracer/src/state/render_state.rs:307
↓ 1 callersMethodupdate_position
Updates the player's current position in the world
demos/ray_tracer/src/state/render_state.rs:264
↓ 1 callersMethodupdate_uniform
Updates a single uniform using the previously given update function. If no function was supplied, then this is a no-op. Calls "use_program" on the ap
wrend/src/renderer_data/renderer_data.rs:241
↓ 1 callersFunctionupload_src_video_as_texture
If video has data to show (i.e. it is not zero width and height), data is uploaded as as a texture for access from the fragment shaders, else uploads
demos/video_filters/src/graphics/render.rs:135
↓ 1 callersFunctionupload_src_video_as_texture
If video has data to show (i.e. it is not zero width and height), data is uploaded as as a texture for access from the fragment shaders, else uploads
demos/kaleidoscope/src/graphics/render.rs:94
↓ 1 callersMethoduse_init_callback_for_update
If set to `true`, [Uniform] will use the [Uniform::initialize_callback] callback to update when [crate::RendererData::update_uniform] or [crate::Rende
wrend/src/uniforms/uniform.rs:88
↓ 1 callersMethoduser_ctx
@todo - enable ctx to be returned unconditionally (depending on if it's set or not)
wrend/src/renderer_data/renderer_data.rs:209
↓ 1 callersMethoduuid
(mut self, uuid: i32)
demos/ray_tracer/src/objects/hit_result_data.rs:43
↓ 1 callersMethodv
(&self)
demos/ray_tracer/src/state/camera.rs:132
↓ 1 callersMethodvalue
(&self)
demos/ray_tracer/src/objects/material_type.rs:9
↓ 1 callersMethodvao_ids
(&self)
wrend/src/attributes/attribute.rs:37
↓ 1 callersMethodvertex_shader_id
(&self)
wrend/src/programs/program_link.rs:39
↓ 1 callersMethodvup
(&self)
demos/ray_tracer/src/state/camera.rs:96
↓ 1 callersMethodwindow_size_out_of_sync
(&self)
demos/ray_tracer/src/state/render_state.rs:164
↓ 1 callersMethodwrite_ids
(&self)
demos/flow_field/src/state/read_write_buffers.rs:14
↓ 1 callersMethodyaw
(&self)
demos/ray_tracer/src/state/camera.rs:140
Methodadd_assign
(&mut self, rhs: Self)
wrend/src/math/vec3.rs:182
Methodadd_attribute_link
(&mut self, attribute_link: AttributeLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:82
Methodadd_attribute_links
( &mut self, attribute_links: impl Into<Bridge<AttributeLink<VertexArrayObjectId, BufferId, At
wrend/src/renderer_data/renderer_data.rs:630
Methodadd_buffer_link
(&mut self, buffer_link: BufferLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:77
Methodadd_buffer_links
( &mut self, buffer_links: impl Into<Bridge<BufferLink<BufferId>>>, )
wrend/src/renderer_data/renderer_data.rs:601
Methodadd_fragment_shader_src
(&mut self, id: String, fragment_shader_src: String)
wrend/src/renderer_data/renderer_data_builder_js.rs:45
Methodadd_framebuffer_link
(&mut self, framebuffer_link: FramebufferLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:92
Methodadd_program_link
(&mut self, program_link: ProgramLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:57
Methodadd_texture_link
(&mut self, texture_link: TextureLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:87
Methodadd_transform_feedback_link
(mut self, transform_feedback_link: TransformFeedbackLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:97
Methodadd_transform_feedback_links
( &mut self, transform_feedback_links: impl Into<Bridge<TransformFeedbackLink<TransformFeedbac
wrend/src/renderer_data/renderer_data.rs:703
Methodadd_uniform_link
(&mut self, uniform_link: UniformLinkJs)
wrend/src/renderer_data/renderer_data_builder_js.rs:72
Methodadd_vao_link
(&mut self, vertex_array_object_id: String)
wrend/src/renderer_data/renderer_data_builder_js.rs:103
Methodadd_vao_links
( &mut self, vao_links: impl Into<Bridge<VertexArrayObjectId>>, )
wrend/src/renderer_data/renderer_data.rs:730
Methodadd_vertex_shader_src
(&mut self, id: String, vertex_shader_src: String)
wrend/src/renderer_data/renderer_data_builder_js.rs:51
Functionanimate
This callback is called on every frame of the global animation cycle
demos/ray_tracer/src/graphics/animate.rs:13
Functionapp
()
demos/ray_tracer/src/components/app.rs:9
Functionapp
()
demos/flow_field/src/components/app.rs:49
Functionapp
()
demos/video_filters/src/components/app.rs:14
Functionapp
()
demos/simplex_noise/src/components/app.rs:33
Functionapp
()
demos/entry/src/components/app.rs:7
Functionapp
()
demos/hello_quad/src/components/app.rs:65
Functionapp
()
demos/kaleidoscope/src/components/app.rs:22
Functionapp
()
demos/game_of_life/src/components/app.rs:32
Functionapp
()
demos/larger_than_life/src/components/app.rs:32
Functionapp
()
demos/recording_demo/src/components/app.rs:88
Functionapp
()
demos/hello_quad_animated/src/components/app.rs:86
Functionapp
()
demos/perlin_noise/src/components/app.rs:35
Methodapplied_filters
(&self)
demos/kaleidoscope/src/state/ui_state.rs:43
Methodas_mut
(&mut self)
demos/kaleidoscope/src/state/app_state.rs:55
Methodattribute
(&self, attribute_id: String)
wrend/src/renderer_data/renderer_data_js.rs:143
Methodattribute
( &self, attribute_id: &AttributeId, )
wrend/src/renderer_data/renderer_data.rs:153
Methodattribute
(&self, attribute_id: String)
wrend/src/renderers/renderer_js.rs:136
Methodattribute
( &self, attribute_id: &AttributeId, )
wrend/src/renderers/renderer.rs:551
Methodattribute_id
(&self)
wrend/src/attributes/attribute_link_js.rs:43
Methodattribute_location
(&self)
wrend/src/attributes/attribute_create_context.rs:41
Methodattribute_location
(&self)
wrend/src/attributes/attribute_create_context_js.rs:27
Methodattribute_location
(&self)
wrend/src/attributes/attribute_js.rs:40
Methodattributes
(&self)
wrend/src/renderer_data/renderer_data_js.rs:150
Methodattributes
( &self, )
wrend/src/renderer_data/renderer_data.rs:160
Methodb
(&self)
wrend/src/math/vec3.rs:64
Methodbuffer
(&self, buffer_id: String)
wrend/src/renderer_data/renderer_data_js.rs:127
Methodbuffer
(&self, buffer_id: &BufferId)
wrend/src/renderer_data/renderer_data.rs:145
Methodbuffer
(&self, buffer_id: String)
wrend/src/renderers/renderer_js.rs:128
Methodbuffer_id
(&self)
wrend/src/buffers/buffer_link.rs:24
Methodbuffer_id
(&self)
wrend/src/buffers/buffer_link_js.rs:21
Methodbuffer_id
(&self)
wrend/src/buffers/buffer_js.rs:14
Methodbuffer_id
(&self)
wrend/src/attributes/attribute_link_js.rs:38
Methodbuffer_id
(&self)
wrend/src/attributes/attribute_link.rs:39
Methodbuffer_id
(&self)
wrend/src/attributes/attribute.rs:41
Methodbuffer_id
(&self)
wrend/src/attributes/attribute_js.rs:30
Methodbuffers
(&self)
wrend/src/renderer_data/renderer_data_js.rs:131
Methodbuffers
(&self)
wrend/src/renderer_data/renderer_data.rs:149
Methodbuild
(self)
wrend/src/programs/program_link_builder_js.rs:45
Methodbuild
( self, )
wrend/src/programs/program_link.rs:136
Methodbuild_renderer
(self)
wrend/src/renderer_data/renderer_data_builder_js.rs:122
Methodbuilder
()
wrend/src/renderer_data/renderer_data_js.rs:44
Methodbuilder
()
wrend/src/renderer_data/renderer_data.rs:89
Methodbuilder
()
wrend/src/programs/program_link_js.rs:43
Methodbuilder
()
wrend/src/programs/program_link.rs:51
← previousnext →301–400 of 982, ranked by callers