|
Engine²
Open-source game engine written in C++.
|
#include <gtest/gtest.h>#include "Graphic.hpp"#include "RenderingPipeline.hpp"#include <glm/glm.hpp>Functions | |
| Graphic::Resource::BindGroup | CreateBindGroup (Engine::Core &core) |
| TEST (BindGroupTest, CreatesEntriesForTextureAssets) | |
| TEST (BindGroupTest, RefreshUpdatesTextureBindings) | |
| TEST (BindGroupTest, RefreshUpdatesBufferBindings) | |
| TEST (BindGroupTest, RefreshUpdatesSamplerBindings) | |
| Graphic::Resource::BindGroup CreateBindGroup | ( | Engine::Core & | core | ) |
| TEST | ( | BindGroupTest | , |
| CreatesEntriesForTextureAssets | ) |
| TEST | ( | BindGroupTest | , |
| RefreshUpdatesBufferBindings | ) |
| TEST | ( | BindGroupTest | , |
| RefreshUpdatesSamplerBindings | ) |
| TEST | ( | BindGroupTest | , |
| RefreshUpdatesTextureBindings | ) |