Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Juliet\include\Graphics\Shader
|
||||
|
||||
## Source Files
|
||||
- Header: `Juliet\include\Graphics\Shader.h`
|
||||
|
||||
## AI Description
|
||||
Juliet::Shader provides opaque handle management for vertex, fragment, and compute stages. It defines creation structures specifying entry points and stage types to facilitate shader compilation within the graphics subsystem. This component abstracts low-level resource initialization while maintaining type safety through enums and string handles.
|
||||
|
||||
## Symbols
|
||||
|
||||
### Namespace `Juliet`
|
||||
|
||||
#### Classes, Structs & Unions
|
||||
- `struct ShaderCreateInfo`
|
||||
|
||||
#### Enums
|
||||
- `enum class ShaderStage`
|
||||
|
||||
Reference in New Issue
Block a user