List of all items
Structs
- boids::Example
- bunnymark::Bunny
- bunnymark::Example
- bunnymark::Globals
- conservative_raster::Example
- cube::Example
- cube::Vertex
- framework::EventLoopWrapper
- framework::ExampleContext
- framework::FrameCounter
- framework::SurfaceWrapper
- hello_synchronization::ExecuteResults
- hello_windows::Viewport
- hello_windows::ViewportDesc
- mipmap::Example
- mipmap::QuerySets
- mipmap::TimestampData
- msaa_line::Example
- msaa_line::Vertex
- multiple_render_targets::Example
- multiple_render_targets::MultiTargetRenderer
- multiple_render_targets::TargetRenderer
- multiple_render_targets::TextureTargets
- ray_cube_compute::ErrorFuture
- ray_cube_compute::Example
- ray_cube_compute::Uniforms
- ray_cube_compute::Vertex
- ray_cube_fragment::ErrorFuture
- ray_cube_fragment::Example
- ray_cube_fragment::Uniforms
- ray_cube_fragment::Vertex
- ray_cube_normals::ErrorFuture
- ray_cube_normals::Example
- ray_cube_normals::Uniforms
- ray_cube_normals::Vertex
- ray_scene::ErrorFuture
- ray_scene::Example
- ray_scene::GeometryEntry
- ray_scene::InstanceEntry
- ray_scene::Material
- ray_scene::RawSceneComponents
- ray_scene::SceneComponents
- ray_scene::Uniforms
- ray_scene::Vertex
- ray_shadows::ErrorFuture
- ray_shadows::Example
- ray_shadows::Uniforms
- ray_shadows::Vertex
- ray_traced_triangle::Example
- ray_traced_triangle::Uniforms
- repeated_compute::WgpuContext
- shadow::Entity
- shadow::EntityUniforms
- shadow::Example
- shadow::GlobalUniforms
- shadow::Light
- shadow::LightRaw
- shadow::Pass
- shadow::Vertex
- skybox::Camera
- skybox::Entity
- skybox::Example
- skybox::Vertex
- srgb_blend::Example
- srgb_blend::Vertex
- stencil_triangles::Example
- stencil_triangles::Vertex
- texture_arrays::Example
- texture_arrays::Vertex
- timestamp_queries::Queries
- timestamp_queries::QueryResults
- uniform_values::AppState
- uniform_values::WgpuContext
- water::Example
- water::Matrices
- water::TerrainUniforms
- water::Uniforms
- water::WaterUniforms
- water::point_gen::HexTerrainMesh
- water::point_gen::HexWaterMesh
- water::point_gen::TerrainVertex
- water::point_gen::TerrainVertexAttributes
- water::point_gen::WaterVertexAttributes
Enums
Traits
Functions
- big_compute_buffers::calculate_chunks
- big_compute_buffers::create_staging_buffers
- big_compute_buffers::create_storage_buffers
- big_compute_buffers::execute_gpu
- big_compute_buffers::execute_gpu_inner
- big_compute_buffers::main
- big_compute_buffers::run
- big_compute_buffers::setup
- big_compute_buffers::setup_binds
- big_compute_buffers::setup_pipeline
- boids::main
- bunnymark::main
- conservative_raster::main
- cube::create_texels
- cube::create_vertices
- cube::main
- cube::vertex
- framework::init_logger
- framework::run
- framework::start
- hello_synchronization::execute
- hello_synchronization::get_data
- hello_synchronization::main
- hello_synchronization::run
- hello_triangle::main
- hello_triangle::run
- hello_windows::main
- hello_windows::run
- hello_workgroups::get_data
- hello_workgroups::main
- hello_workgroups::run
- mipmap::create_texels
- mipmap::main
- mipmap::pipeline_statistics_offset
- msaa_line::main
- multiple_render_targets::create_ball_texture_data
- multiple_render_targets::main
- ray_cube_compute::affine_to_rows
- ray_cube_compute::create_vertices
- ray_cube_compute::main
- ray_cube_compute::vertex
- ray_cube_fragment::create_vertices
- ray_cube_fragment::main
- ray_cube_fragment::vertex
- ray_cube_normals::affine_to_rows
- ray_cube_normals::create_vertices
- ray_cube_normals::main
- ray_cube_normals::vertex
- ray_scene::load_model
- ray_scene::load_scene
- ray_scene::main
- ray_scene::upload_scene_components
- ray_shadows::create_matrix
- ray_shadows::create_vertices
- ray_shadows::main
- ray_shadows::vertex
- ray_traced_triangle::main
- render_to_texture::main
- render_to_texture::run
- repeated_compute::compute
- repeated_compute::main
- repeated_compute::run
- shadow::create_cube
- shadow::create_plane
- shadow::main
- shadow::vertex
- skybox::main
- srgb_blend::create_vertices
- srgb_blend::main
- srgb_blend::quad
- srgb_blend::vertex
- stencil_triangles::main
- stencil_triangles::vertex
- storage_texture::main
- storage_texture::run
- texture_arrays::create_indices
- texture_arrays::create_texture_data
- texture_arrays::create_vertices
- texture_arrays::main
- texture_arrays::vertex
- timestamp_queries::compute_pass
- timestamp_queries::main
- timestamp_queries::render_pass
- timestamp_queries::run
- timestamp_queries::submit_render_and_compute_pass_with_queries
- uniform_values::main
- uniform_values::run
- utils::get_adapter_with_capabilities_or_from_env
- utils::output_image_native
- water::main
- water::point_gen::calculate_normal
- water::point_gen::q_given_r
- water::point_gen::surrounding_hexagonal_points
- water::point_gen::surrounding_point_values_iter
Type Aliases
Constants
- big_compute_buffers::MAX_BUFFER_SIZE
- big_compute_buffers::MAX_DISPATCH_SIZE
- boids::NUM_PARTICLES
- boids::PARTICLES_PER_GROUP
- bunnymark::BUNNY_SIZE
- bunnymark::GRAVITY
- bunnymark::MAX_BUNNIES
- bunnymark::MAX_VELOCITY
- conservative_raster::RENDER_TARGET_FORMAT
- hello_synchronization::ARR_SIZE
- mipmap::MIP_LEVEL_COUNT
- mipmap::MIP_PASS_COUNT
- mipmap::QUERY_FEATURES
- mipmap::TEXTURE_FORMAT
- multiple_render_targets::EXAMPLE_NAME
- ray_shadows::CAM_LOOK_AT
- render_to_texture::TEXTURE_DIMS
- repeated_compute::OVERFLOW
- skybox::IMAGE_SIZE
- skybox::MODEL_CENTER_Y
- storage_texture::TEXTURE_DIMS
- uniform_values::CAMERA_POS_INCREMENT_FACTOR
- uniform_values::ZOOM_INCREMENT_FACTOR
- water::CAMERA
- water::SIZE
- water::point_gen::A
- water::point_gen::B
- water::point_gen::C45
- water::point_gen::S45
- water::point_gen::SQRT_3