Merge "rs_types.rsh and rs_math.rsh are default include files. Remove their #include."
This commit is contained in:
committed by
Android (Google) Code Review
commit
755485720d
@@ -3,8 +3,6 @@
|
||||
|
||||
#pragma rs java_package_name(com.android.fountain)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
#include "rs_graphics.rsh"
|
||||
|
||||
static int newPart = 0;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
#pragma version(1)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
|
||||
#include "ip.rsh"
|
||||
|
||||
void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) {
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
#pragma version(1)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
|
||||
#include "ip.rsh"
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
#pragma version(1)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
|
||||
#include "ip.rsh"
|
||||
|
||||
int height;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
#pragma version(1)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
|
||||
#include "ip.rsh"
|
||||
|
||||
void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32_t y) {
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma rs java_package_name(com.android.modelviewer)
|
||||
|
||||
#include "rs_types.rsh"
|
||||
#include "rs_math.rsh"
|
||||
#include "rs_graphics.rsh"
|
||||
|
||||
rs_program_vertex gPVBackground;
|
||||
|
||||
Reference in New Issue
Block a user