Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
void | Initialize (class Grindstone::GraphicsAPI::RenderPass *renderPass) |
void | Render (Grindstone::GraphicsAPI::CommandBuffer *commandBuffer, glm::vec2 renderScale, glm::mat4 proj, glm::mat4 view, float nearDist, float farDist, glm::quat rotation, float offset) |
Protected Attributes | |
Grindstone::GraphicsAPI::UniformBuffer * | gridUniformBuffer = nullptr |
Grindstone::GraphicsAPI::DescriptorSet * | gridDescriptorSet = nullptr |
Grindstone::GraphicsAPI::DescriptorSetLayout * | gridDescriptorSetLayout = nullptr |
Grindstone::GraphicsAPI::GraphicsPipeline * | gridPipeline = nullptr |