Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Italink/ModernGraphicsEngineGuide
/ UniformBlock
Class
UniformBlock
Source/1-GraphicsAPI/05-3D/Source/main.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include
"QDateTime"
5
6
struct UniformBlock {
7
QGenericMatrix<4, 4, float> MVP;
8
};
9
10
class MyWindow : public QRhiWindow {
11
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected