DescriptorSetUpdater

Inheritance: java.lang.Object

All Implemented Interfaces: java.io.Closeable

public final class DescriptorSetUpdater implements Closeable

هذه الفئة تسمح بتحديث الـ IDescriptorSet في عملية سلسلة.

الطرق

طريقةالوصف
bind(IBuffer buffer)ربط كامل المخزن المؤقت بالوصف الحالي
bind(IBuffer buffer, int offset, int size)ربط المخزن المؤقت بمجموعة الوصف الحالية
bind(ITextureUnit texture)ربط وحدة النسيج بمجموعة الوصف الحالية
bind(int binding, IBuffer buffer)ربط المخزن المؤقت بمجموعة الوصف الحالية في موقع الربط المحدد.
bind(int binding, IBuffer buffer, int offset, int size)ربط المخزن المؤقت بمجموعة الوصف الحالية في موقع الربط المحدد.
bind(int binding, ITextureUnit texture)ربط وحدة النسيج بمجموعة الوصف الحالية
close()إلغاء تحديث المُحدّث وتطبيق التغييرات على الجهاز المادي.
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

bind(IBuffer buffer)

public DescriptorSetUpdater bind(IBuffer buffer)

ربط كامل المخزن المؤقت بالوصف الحالي

Parameters:

معاملنوعالوصف
bufferIBuffer

Returns: DescriptorSetUpdater - Return current instance for chaining operation

bind(IBuffer buffer, int offset, int size)

public DescriptorSetUpdater bind(IBuffer buffer, int offset, int size)

ربط المخزن المؤقت بمجموعة الوصف الحالية

Parameters:

معاملنوعالوصف
bufferIBufferأي buffer لربطه
offsetintالإزاحة للـ buffer المراد ربطه
الحجمintحجم الـ buffer المراد ربطه

Returns: DescriptorSetUpdater - Return current instance for chaining operation

bind(ITextureUnit texture)

public DescriptorSetUpdater bind(ITextureUnit texture)

ربط وحدة النسيج بمجموعة الوصف الحالية

Parameters:

معاملنوعالوصف
textureITextureUnitوحدة القوام للربط

Returns: DescriptorSetUpdater - Return current instance for chaining operation

bind(int binding, IBuffer buffer)

public DescriptorSetUpdater bind(int binding, IBuffer buffer)

ربط المخزن المؤقت بمجموعة الوصف الحالية في موقع الربط المحدد.

Parameters:

معاملنوعالوصف
ربطintموقع الربط
bufferIBufferالـ buffer الكامل للربط

Returns: DescriptorSetUpdater - Return current instance for chaining operation

bind(int binding, IBuffer buffer, int offset, int size)

public DescriptorSetUpdater bind(int binding, IBuffer buffer, int offset, int size)

ربط المخزن المؤقت بمجموعة الوصف الحالية في موقع الربط المحدد.

Parameters:

معاملنوعالوصف
ربطintموقع الربط
bufferIBufferالـ buffer للربط
offsetintالإزاحة للـ buffer المراد ربطه
الحجمintحجم الـ buffer المراد ربطه

Returns: DescriptorSetUpdater - Return current instance for chaining operation

bind(int binding, ITextureUnit texture)

public DescriptorSetUpdater bind(int binding, ITextureUnit texture)

ربط وحدة النسيج بمجموعة الوصف الحالية

Parameters:

معاملنوعالوصف
ربطintموقع الربط
textureITextureUnitوحدة القوام للربط

Returns: DescriptorSetUpdater - Return current instance for chaining operation

close()

public void close()

إلغاء تحديث المُحدّث وتطبيق التغييرات على الجهاز المادي.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int