Cogs.Core
Public Attributes | List of all members
Cogs::Shader Struct Reference

Public Attributes

ResourcePointer< ID3DBlobbyteCode
 
ResourcePointer< IUnknownshader
 
VkShaderModule shaderModule = 0
 
ShaderHandle shaderHandle
 
ShaderReflectionInfo reflection
 

Detailed Description

Definition at line 107 of file EffectsCommon.h.

Member Data Documentation

◆ byteCode

ResourcePointer<ID3DBlob> Cogs::Shader::byteCode

Definition at line 109 of file EffectsCommon.h.

◆ reflection

ShaderReflectionInfo Cogs::Shader::reflection

Definition at line 113 of file EffectsCommon.h.

◆ shader

ResourcePointer<IUnknown> Cogs::Shader::shader

Definition at line 110 of file EffectsCommon.h.

◆ shaderHandle

ShaderHandle Cogs::Shader::shaderHandle

Definition at line 112 of file EffectsCommon.h.

◆ shaderModule

VkShaderModule Cogs::Shader::shaderModule = 0

Definition at line 111 of file EffectsCommon.h.


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