MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Format

Method Format

SampleFramework12/v1.00/Graphics/SwapChain.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 const RenderTexture& BackBuffer() const { return backBuffers[backBufferIdx]; };
38
39 DXGI_FORMAT Format() const { return format; };
40 uint32 Width() const { return width; };
41 uint32 Height() const { return height; };
42 bool FullScreen() const { return fullScreen; };

Callers 8

CreatePSOsMethod · 0.45
CreatePSOs_InternalMethod · 0.45
WriteVirtualCodeMethod · 0.45
WriteCBufferUpdateMethod · 0.45
ReflectTypeMethod · 0.45
GenerateHeaderMethod · 0.45
GenerateCPPMethod · 0.45
GenerateHLSLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected