2023-03-13 22:27:09 +05:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#include <hpr/gpu/array_object.hpp>
|
|
|
|
#include <hpr/gpu/buffer_object.hpp>
|
|
|
|
#include <hpr/gpu/color_buffer.hpp>
|
|
|
|
#include <hpr/gpu/cull_face.hpp>
|
|
|
|
#include <hpr/gpu/depth_buffer.hpp>
|
|
|
|
#include <hpr/gpu/framebuffer.hpp>
|
|
|
|
#include <hpr/gpu/renderbuffer.hpp>
|
|
|
|
#include <hpr/gpu/shader.hpp>
|
|
|
|
#include <hpr/gpu/shader_program.hpp>
|
|
|
|
#include <hpr/gpu/stencil_buffer.hpp>
|
|
|
|
#include <hpr/gpu/texture.hpp>
|
|
|
|
#include <hpr/gpu/viewport.hpp>
|
|
|
|
#include <hpr/gpu/monitor.hpp>
|
|
|
|
#include <hpr/gpu/window.hpp>
|
|
|
|
#include <hpr/gpu/context.hpp>
|