SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
SBGL_VulkanShader Struct Reference

Data Fields

VkShaderModule module
 
sbgl_ShaderStage stage
 
bool active
 

Detailed Description

Definition at line 46 of file sbgl_backend_vulkan.c.

Field Documentation

◆ active

bool SBGL_VulkanShader::active

Definition at line 49 of file sbgl_backend_vulkan.c.

◆ module

VkShaderModule SBGL_VulkanShader::module

Definition at line 47 of file sbgl_backend_vulkan.c.

◆ stage

sbgl_ShaderStage SBGL_VulkanShader::stage

Definition at line 48 of file sbgl_backend_vulkan.c.


The documentation for this struct was generated from the following file: