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

Add support for sampler settings to more types of textures. #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2021

  1. Add support for sampler settings to more types of textures.

    In particular, texture(3d), rt, image(3d), and cube maps. This includes min/mag settings and wrap settings as appropriate. Access the settings with the new "Sampler" subtree in the properties list.
    
    Tested round trip load/save operation with Image3D and live updating of sampler settings. Desk checked for other types of objects.
    Oortonaut committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    185422e View commit details
    Browse the repository at this point in the history
  2. Refactoring save fail

    Oortonaut committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    95a1702 View commit details
    Browse the repository at this point in the history