Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8302382 Implement shape.setFill
  3. JDK-8308991

Use a separate MTLSamplerState for each texture

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • internal
    • internal
    • javafx
    • fx-sandbox:metal branch

    • generic
    • os_x

      Currently the generated of Fragment functions use same sampler for all textures in a fragment function.
      But there are several fragment functions that use more than one texture and the sampler can be different for each texture.
      We should support setting separate samplers for each texture.
      There are two possible approaches.
      1. Set MTLSamplerState for each texture through the uniform struct.
      OR
      2. Pass the MTLSamplerState as attributed fragment function argument.

            arapte Ambarish Rapte
            arapte Ambarish Rapte
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: