コード例 #1
0
	void SetTexture(const char* texturePath){
		mTextureName = texturePath;
		if (mMaterial)
			mMaterial->SetTexture(texturePath, BINDING_SHADER_PS, 0);
	}