Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Render* to Gpu* #6968

Closed

Commits on Jan 5, 2023

  1. renamed type names Render{Device, Queue, Adapter, AdapterInfo, Instan…

    …ce, Context} to Gpu{Device, Queue, Adapter, AdapterInfo, Instance, Context}
    
    renamed variable names render_{device, queue, adapter, adapter_info, instance, context} to gpu_{device, queue, adapter, adapter_info, instance, context}
    
    renamed occurrences of the variable name `device` that refer to a `GPUDevice` to `gpu_device`
    
    renamed occurrences of the variable name `queue` that refer to a `GPUQueue` to `gpu_queue`
    
    type aliased GpuCommandEncoder
    renamed GpuContext::command_encoder to GpuContext::gpu_command_encoder
    kurtkuehnert committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d87484f View commit details
    Browse the repository at this point in the history
  2. change back to RenderContext and moved it to the render_graph module

    renamed Wgpu* types to Gpu*
    kurtkuehnert committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e2bfa4a View commit details
    Browse the repository at this point in the history