[Refactor] more common movement (will this ever end)
parent
d0402d069b
commit
63bb9426ed
|
@ -1,4 +1,4 @@
|
||||||
package com.github.hydos.ginger.engine.opengl.render.tools;
|
package com.github.hydos.ginger.engine.common.tools;
|
||||||
|
|
||||||
import static org.lwjgl.BufferUtils.createByteBuffer;
|
import static org.lwjgl.BufferUtils.createByteBuffer;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package com.github.hydos.ginger.engine.opengl.render.tools;
|
package com.github.hydos.ginger.engine.common.tools;
|
||||||
|
|
||||||
import org.joml.*;
|
import org.joml.*;
|
||||||
|
|
|
@ -12,9 +12,9 @@ import com.github.hydos.ginger.engine.common.elements.objects.Player;
|
||||||
import com.github.hydos.ginger.engine.common.font.*;
|
import com.github.hydos.ginger.engine.common.font.*;
|
||||||
import com.github.hydos.ginger.engine.common.io.Window;
|
import com.github.hydos.ginger.engine.common.io.Window;
|
||||||
import com.github.hydos.ginger.engine.common.screen.Screen;
|
import com.github.hydos.ginger.engine.common.screen.Screen;
|
||||||
|
import com.github.hydos.ginger.engine.common.tools.MousePicker;
|
||||||
import com.github.hydos.ginger.engine.opengl.postprocessing.*;
|
import com.github.hydos.ginger.engine.opengl.postprocessing.*;
|
||||||
import com.github.hydos.ginger.engine.opengl.render.MasterRenderer;
|
import com.github.hydos.ginger.engine.opengl.render.MasterRenderer;
|
||||||
import com.github.hydos.ginger.engine.opengl.render.tools.MousePicker;
|
|
||||||
import com.github.hydos.ginger.engine.opengl.utils.GlLoader;
|
import com.github.hydos.ginger.engine.opengl.utils.GlLoader;
|
||||||
|
|
||||||
public class GingerGL
|
public class GingerGL
|
||||||
|
|
|
@ -8,7 +8,7 @@ import java.nio.*;
|
||||||
|
|
||||||
import org.lwjgl.system.MemoryStack;
|
import org.lwjgl.system.MemoryStack;
|
||||||
|
|
||||||
import com.github.hydos.ginger.engine.opengl.render.tools.IOUtil;
|
import com.github.hydos.ginger.engine.common.tools.IOUtil;
|
||||||
|
|
||||||
public class Image
|
public class Image
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,7 @@ import org.lwjgl.system.MemoryStack;
|
||||||
import org.lwjgl.util.shaderc.*;
|
import org.lwjgl.util.shaderc.*;
|
||||||
import org.lwjgl.vulkan.*;
|
import org.lwjgl.vulkan.*;
|
||||||
|
|
||||||
import com.github.hydos.ginger.engine.opengl.render.tools.IOUtil;
|
import com.github.hydos.ginger.engine.common.tools.IOUtil;
|
||||||
|
|
||||||
/** @author hydos06
|
/** @author hydos06
|
||||||
* a util library for Vulkan */
|
* a util library for Vulkan */
|
||||||
|
|
Loading…
Reference in New Issue