API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Programs
ProgramCompilationResult.h
1
// ProgramCompilationResult.h
3
//
5
6
namespace
nkGraphics
7
{
11
class
DLL_GRAPHICS_EXPORT
ProgramCompilationResult
final
12
{
13
public :
14
18
ProgramCompilationResult
() noexcept ;
19
23
bool
getSuccess () const ;
27
nkMemory
::StringView getErrorMessage () const ;
31
SHADER_TYPE
getStage () const ;
32
36
void
setSuccess (
bool
value) ;
40
void
setErrorMessage (
nkMemory
::StringView message) ;
44
void
setStage (
SHADER_TYPE
value) ;
45
} ;
46
}
nkGraphics::SHADER_TYPE
SHADER_TYPE
Available shader types.
Definition:
DxDefinesWrapper.h:392
nkGraphics::ProgramCompilationResult::ProgramCompilationResult
ProgramCompilationResult() noexcept
nkGraphics::ProgramCompilationResult
Holds information about a complation result, from a program.
Definition:
ProgramCompilationResult.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
nkMemory
Encompasses all API of component NilkinsMemory.
Definition:
Allocator.h:7
Generated by
Doxygen
1.8.18