Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::ShaderResource::PushConstantRange Struct Reference

Represents a push constant range used in shaders. More...

#include <VulkanShaderResources.h>

Public Attributes

u32 Offset
 Byte offset into the push constant block.
u32 Size
 Size in bytes.
u32 StageFlags
 Bitmask of shader stages (VK_SHADER_STAGE_* flags).

Detailed Description

Represents a push constant range used in shaders.

Member Data Documentation

◆ Offset

u32 Raven::ShaderResource::PushConstantRange::Offset

Byte offset into the push constant block.

◆ Size

u32 Raven::ShaderResource::PushConstantRange::Size

Size in bytes.

◆ StageFlags

u32 Raven::ShaderResource::PushConstantRange::StageFlags

Bitmask of shader stages (VK_SHADER_STAGE_* flags).


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