Skip to content
Snippets Groups Projects
Commit 902d6e58 authored by Gabor Galgoczy's avatar Gabor Galgoczy
Browse files

Change main color to red

parent e4761fd1
No related branches found
No related tags found
No related merge requests found
# Vulkan Workshop
A workshopok alkalmával átadott tudásanyag írásos része itt megtalálható.
A workshopok alkalmával átadott tudásanyag írásos része itt található meg.
......@@ -20,7 +20,7 @@ Bármilyen Vulkan kód kiinduló eleme egy `vk::Instance` (C-ben `VkInstance`) o
Mivel ez egy Vulkan handle, ezért használat után nekünk kell "felszabadítani". Habár nem best practice, de mi minden ilyen handle helyett egy C++ `unique_ptr`-hez hasonló struktúrával fogjuk használni ezeket, amit a Vulkan binding biztosít.
??? example "Hozzuk létre a `Renderer` osztály!"
??? example "Hozzuk létre a `Renderer` osztályt!"
```cpp title="Renderer.hpp"
#pragma once
......
......@@ -4,8 +4,6 @@ theme:
language: hu
features:
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
icon:
admonition:
note: octicons/tag-16
......@@ -22,11 +20,15 @@ theme:
quote: octicons/quote-16
palette:
- media: "(prefers-color-scheme: light)"
primary: red
accent: indigo
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: red
accent: indigo
scheme: slate
toggle:
icon: material/brightness-5
......@@ -45,5 +47,4 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
nav:
- Alkalmak:
- 1. alkalom: lectures/01.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment