Implement type generation for user uniforms in vertex shader.
This commit is contained in:
@@ -39,6 +39,10 @@ public class Allocation extends BaseObj {
|
||||
mType = t;
|
||||
}
|
||||
|
||||
public Type getType() {
|
||||
return mType;
|
||||
}
|
||||
|
||||
public void uploadToTexture(int baseMipLevel) {
|
||||
mRS.validate();
|
||||
mRS.validateSurface();
|
||||
|
||||
Reference in New Issue
Block a user