vkCompViz App
 
Loading...
Searching...
No Matches
Classes | Public Types | Public Attributes | List of all members
Shader::Shader::Info Class Referenceexport
module shader
Collaboration diagram for Shader::Shader::Info:
Collaboration graph
[legend]

Classes

class  WorkGroupSize
 

Public Types

using ThreadCount = WorkGroupSize
 

Public Attributes

class Shader::Shader::Info::WorkGroupSize workGroupSize
 
std::vector< std::uint32_t > code
 
std::size_t uniformBufferSize {0}
 
std::vector< std::string > uniformNames
 

Member Typedef Documentation

◆ ThreadCount

Member Data Documentation

◆ code

std::vector<std::uint32_t> Shader::Shader::Info::code
export

◆ uniformBufferSize

std::size_t Shader::Shader::Info::uniformBufferSize {0}
export

◆ uniformNames

std::vector<std::string> Shader::Shader::Info::uniformNames
export

◆ workGroupSize

class Shader::Shader::Info::WorkGroupSize Shader::Shader::Info::workGroupSize