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

[Bindless][CUDA] Add support for cubemaps #1433

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Apr 2, 2024

  1. [Bindless][CUDA] Add support for cubemaps

    Add enum to ur_mem_type_t to represent cubemap image type
    
    Add device aspects for cubemap support:
    
     - UR_DEVICE_INFO_CUBEMAP_SUPPORT_EXP
     - UR_DEVICE_INFO_CUBEMAP_SEAMLESS_FILTERING_SUPPORT_EXP
    
    Add structs/enums for cubemap sampling:
    
     - ur_exp_sampler_cubemap_properties_t struct to enable seamless filtering
       between cubemap faces
     - ur_exp_sampler_cubemap_filter_mode_t enum to enable distinguishing
       between cubemap seamless filtering options
    Seanst98 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3992a26 View commit details
    Browse the repository at this point in the history