graphics.scenery.spirvcrossj.CombinedImageSampler Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.9
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package graphics.scenery.spirvcrossj;
public class CombinedImageSampler {
private transient long swigCPtr;
protected transient boolean swigCMemOwn;
protected CombinedImageSampler(long cPtr, boolean cMemoryOwn) {
swigCMemOwn = cMemoryOwn;
swigCPtr = cPtr;
}
protected static long getCPtr(CombinedImageSampler obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
protected void finalize() {
delete();
}
public synchronized void delete() {
if (swigCPtr != 0) {
if (swigCMemOwn) {
swigCMemOwn = false;
libspirvcrossjJNI.delete_CombinedImageSampler(swigCPtr);
}
swigCPtr = 0;
}
}
public void setCombinedId(long value) {
libspirvcrossjJNI.CombinedImageSampler_combinedId_set(swigCPtr, this, value);
}
public long getCombinedId() {
return libspirvcrossjJNI.CombinedImageSampler_combinedId_get(swigCPtr, this);
}
public void setImageId(long value) {
libspirvcrossjJNI.CombinedImageSampler_imageId_set(swigCPtr, this, value);
}
public long getImageId() {
return libspirvcrossjJNI.CombinedImageSampler_imageId_get(swigCPtr, this);
}
public void setSamplerId(long value) {
libspirvcrossjJNI.CombinedImageSampler_samplerId_set(swigCPtr, this, value);
}
public long getSamplerId() {
return libspirvcrossjJNI.CombinedImageSampler_samplerId_get(swigCPtr, this);
}
public CombinedImageSampler() {
this(libspirvcrossjJNI.new_CombinedImageSampler(), true);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy