PushConstant

Inheritance: java.lang.Object

public class PushConstant

पुश कॉन्स्टेंट के माध्यम से शेडर को डेटा प्रदान करने के लिए एक यूटिलिटी।

कंस्ट्रक्टर

कंस्ट्रक्टरविवरण
PushConstant()PushConstant का कंस्ट्रक्टर

विधियाँ

विधिविवरण
commit(int stage, ICommandList commandList)तैयार डेटा को ग्राफ़िक्स पाइपलाइन में कमिट करें।
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
write(FMatrix4 mat)मैट्रिक्स को कॉन्स्टेंट में लिखें
write(FVector3 vec)3-घटक वेक्टर को कॉन्स्टेंट में लिखें
write(FVector4 vec)4-घटक वेक्टर को कॉन्स्टेंट में लिखें
write(float f)float मान को कॉन्स्टेंट में लिखें
write(float x, float y, float z, float w)4-घटक वेक्टर को कॉन्स्टेंट में लिखें
write(int n)int मान को कॉन्स्टेंट में लिखें

PushConstant()

public PushConstant()

PushConstant का कंस्ट्रक्टर

commit(int stage, ICommandList commandList)

public PushConstant commit(int stage, ICommandList commandList)

तैयार डेटा को ग्राफ़िक्स पाइपलाइन में कमिट करें।

Parameters:

पैरामीटरप्रकारविवरण
स्टेजint
commandListICommandList

Returns: PushConstant

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

write(FMatrix4 mat)

public PushConstant write(FMatrix4 mat)

मैट्रिक्स को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
matFMatrix4लिखने के लिए मैट्रिक्स

Returns: PushConstant

write(FVector3 vec)

public PushConstant write(FVector3 vec)

3-घटक वेक्टर को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
vecFVector3

Returns: PushConstant

write(FVector4 vec)

public PushConstant write(FVector4 vec)

4-घटक वेक्टर को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
vecFVector4

Returns: PushConstant

write(float f)

public PushConstant write(float f)

float मान को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
fफ़्लोट

Returns: PushConstant

write(float x, float y, float z, float w)

public PushConstant write(float x, float y, float z, float w)

4-घटक वेक्टर को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
xफ़्लोट
yफ़्लोट
zफ़्लोट
wफ़्लोट

Returns: PushConstant

write(int n)

public PushConstant write(int n)

int मान को कॉन्स्टेंट में लिखें

Parameters:

पैरामीटरप्रकारविवरण
nint

Returns: PushConstant