Module qtjambi
Package io.qt.gui.rhi

Class QRhiShaderResourceBinding.TextureAndSampler

java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiShaderResourceBinding.TextureAndSampler
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QRhiShaderResourceBinding

public static class QRhiShaderResourceBinding.TextureAndSampler extends QtObject implements Cloneable

Java wrapper for Qt class QRhiShaderResourceBinding::TextureAndSampler

  • Constructor Details

    • TextureAndSampler

      public TextureAndSampler()

      See QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler()

    • TextureAndSampler

      public TextureAndSampler(QRhiShaderResourceBinding.TextureAndSampler other)

      See QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler(QRhiShaderResourceBinding::TextureAndSampler)

    • TextureAndSampler

      public TextureAndSampler(QRhiTexture tex, QRhiSampler sampler)

      See QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler{QRhiTexture*,QRhiSampler*}

  • Method Details