Package icyllis.arc3d.core.shaders
Class BlendShader
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.core.shaders.BlendShader
- All Implemented Interfaces:
RefCounted,Shader
-
Field Summary
Fields inherited from interface icyllis.arc3d.core.shaders.Shader
TILE_MODE_CLAMP, TILE_MODE_DECAL, TILE_MODE_MIRROR, TILE_MODE_REPEAT -
Method Summary
Modifier and TypeMethodDescriptionprotected voidOverride this method to invoke de-allocation of the underlying resource.getDst()getMode()getSrc()static @SharedPtr Shadermake(BlendMode mode, @SharedPtr Shader src, @SharedPtr Shader dst) Methods inherited from class icyllis.arc3d.core.RefCnt
create, create, getRefCnt, getRefCntAcquire, getRefCntVolatile, move, move, ref, unique, unrefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface icyllis.arc3d.core.RefCounted
ref, unrefMethods inherited from interface icyllis.arc3d.core.shaders.Shader
isOpaque, makeWithLocalMatrix
-
Method Details
-
make
@Nullable @SharedPtr public static @SharedPtr Shader make(BlendMode mode, @SharedPtr @SharedPtr Shader src, @SharedPtr @SharedPtr Shader dst) -
deallocate
protected void deallocate()Description copied from class:RefCntOverride this method to invoke de-allocation of the underlying resource.- Specified by:
deallocatein classRefCnt
-
getMode
-
getSrc
-
getDst
-